Ask Question
14 September, 16:24

Which two Apex data types can be used to reference a Saleforce record ID dynamically? A. sObjectB. String C. ENUMD. External ID

+4
Answers (1)
  1. 14 September, 16:38
    0
    sObject and String

    Explanation:

    sObject is the universal object in Salesforce which contains an Object that may be Standard one or Custom one. And we can store any object in sObject we can get the Id as well. In string we store IDs In External ID can be text, mail or number, it cannot be refer and in ENUMD we cannot store IDs
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which two Apex data types can be used to reference a Saleforce record ID dynamically? A. sObjectB. String C. ENUMD. External ID ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers