Developer Beginner > Apex Basics & Database > Use sObjects Get link Facebook X Pinterest Email Other Apps September 16, 2022 Use sObjectsQuiz 1 Describe the relationship between sObjects and Salesforce records.A.The name of an sObject field in Apex is the label of the field in Salesforce.B.A custom object's API name and label are the same.C.Every record in Salesforce is natively represented as an sObject in Apex.2How do you create an sObject instance, such as an Account?A.Declare a variable and assign a new sObject instance to it.B.Use the sObject.newInstance() method.C.Insert a persistent record into Salesforce using SOQL.3Which of the following is correct about a generic sObject variable?A.A generic sObject variable can be assigned only to another generic sObject.B.Generic sObjects can't be created.C.A generic sObject variable can be assigned to any specific sObject, standard or custom. Such as Account or Book__c. Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment