Economy, asked by Abhiramalayil2838, 11 months ago

Which two apex data types can be used to reference a salesforce record id dynamically? Choose two answers?

Answers

Answered by Anonymous
0

Explanation:

Answer: sObject and String are the two apex date types used for reference a sales force record ID dynamically. Explanation: The sObject type defines an object's existence in force.com, a generic and a unique data type that can be used in either standard or custom objects.

Answered by Anonymous
53

Answer -

____________________________________

  • Now, coming to your question sObject is the universal object in Salesforce which contains an Object that may be Standard one or Custom one and believe you already are already familiar about this. And we can store any object in sObject we can get the Id as well.

____________________________________

____________________________________

→ Hope it will help you ❣️❣️

Similar questions