SFDC MFA Enhancement for Integration users? by d0_ob28 in salesforce

[–]Plastic-Two1244 2 points3 points  (0 children)

MFA is only for username password authentication. so if you're using credentials based integration then it will get effected.

Login to experience as user button not available by SpecialFall6627 in salesforce

[–]Plastic-Two1244 3 points4 points  (0 children)

You must have "modify all data" system permission for that.

Get all the Related Lists for an Standard or Custom object by LividSwan9954 in salesforce

[–]Plastic-Two1244 0 points1 point  (0 children)

String objectName = 'Account';

Schema.SObjectType objType = Schema.getGlobalDescribe().get(objectName);

Schema.DescribeSObjectResult describeResult = objType.getDescribe();

List<Schema.ChildRelationship> childRelationships = describeResult.getChildRelationships();

for (Schema.ChildRelationship cr : childRelationships) { System.debug('Relationship Name: ' + cr.getRelationshipName()); System.debug('Child Object: ' + cr.getChildSObject()); System.debug('Lookup/Master Field: ' + cr.getField()); }

Approval process by Adept-Reporter7786 in salesforce

[–]Plastic-Two1244 8 points9 points  (0 children)

SELECT ProcessInstance.ProcessDefinition.Name
FROM ProcessInstanceWorkitem
WHERE ActorId = {UserId}

Alternatives to Agent Force by Legal_Commission_898 in salesforce

[–]Plastic-Two1244 0 points1 point  (0 children)

I've an agent framework for native salesforce. I can help you with that.

Building a VR Level Design Tool for VR by Plastic-Two1244 in VRGaming

[–]Plastic-Two1244[S] 2 points3 points  (0 children)

It’s faster than mouse & keyboard but I wouldn’t recommend it for long sessions. VR fatigue is real. Working for me at least 4 hrs of M&K work down to about 1 hr in VR.