How should the developer do this?

A developer wants to write a generic Apex method that will compare the Salesforce Name filed between any two object records, for example to compare the Name field of an Account and an Opportunity; or the name of an Account and a Contact.

How should the developer do this?
A . Use a String.replace( ) method to parse the contents of each Name field.
B. Invoke a Schema,describe() function to compare the values of each Name field.
C. Cast each object into an sObject and use sObject.get(Name’) to compare the Name fields.
D. Use the salesforce metadata API to extract the value of each object and compare the name fields

Answer: C

Latest PDII Dumps Valid Version with 280 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments