Skip to main content

Questions tagged [sobject]

An sObject represents an object, such as an Account or Campaign. An sObject is the base object for all objects in Apex.

5 votes
2 answers
309 views

While testing some things in the Anonymous Apex window, I've noticed some weird inconsistencies with how <sObject>.sObjectType.getDescribe() and Schema.sObjectType.<sObject> are ...
Tyler Albers's user avatar
0 votes
0 answers
212 views

I am using a Get Rec on the the Content Document Link Object. Where the condition is Like SELECT ContentDocumentId, Id, LinkedEntityId, ShareType, Visibility FROM ContentDocumentLink WHERE ...
Sid's user avatar
  • 11
1 vote
0 answers
80 views

I have a class with the following methods: public virtual Map<String, List<SObject>> mapBySpecifiedStringField(List<SObject> homogeneousSObjectList, SObjectField idField) { ...
Brian Kessler's user avatar
1 vote
0 answers
119 views

There were fields removed from one of our Managed Packages that were still being used in a Test Sandbox. These fields are visible, editable, available on the Page layout etc. However new Apex code is ...
StevenvG's user avatar
0 votes
0 answers
132 views

Recently I run into a need to list all custom object and standard object in my org in an UI Component to allow user to search and select. I have tried several ways of implementation, but none of them ...
Jessica Sun's user avatar
0 votes
1 answer
83 views

I'm a little bit confused. Doc says that SurveySubject has ParentId field that Unique identifier of the SurveyInvitation object or SurveyResponse object that is associated with this survey-object ...
pincet's user avatar
  • 1,001
0 votes
1 answer
67 views

I have 2 List<Sobject> one contains existingRecordsList and other updateRecordList. existingRecordsList = (Account:{abc__c=a0o7a000,xyz__c=a0o5r000, id =a0o5r000002GaHhAAK}) updateRecordList = ...
Raham's user avatar
  • 45
-1 votes
1 answer
640 views

I see this page: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobjects_collections_retrieve_post.htm but it seems to require a list of record IDs. I ...
Zombo's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
43