Activity › Forums › Salesforce® Discussions › What is sObject token in Salesforce?
-
What is sObject token in Salesforce?
Posted by Kirandeep on June 30, 2020 at 2:56 PMWhat is sObject token in Salesforce?
Pooja replied 5 years, 11 months ago 4 Members · 3 Replies -
3 Replies
-
an object of type Schema.DescribeSObjectResult that contains all the describe properties for the sObject or field. Describe result objects are not serializable, and are validated at runtime. This result object is returned when performing the describe, using either the sObject token or the describeSObjects method.
- [adinserter block='9']
-
Token —a lightweight, serializable reference to an sObject or a field that is validated at compile time. This is used for token describes. The describeSObjects method—a method in the Schema class that performs describes on one or more sObject types.
-
An object of type schema.DescribeSObjectResult that contains all the describe properties for the sObject or field.
Log In to reply.