0 votes
in Salesforce by
What is an sObject type?

1 Answer

0 votes
by

An sObject is any object that can be stored in the Force.com platform database. Apex allows the use of a generic sObject abstract type to represent any object.

For example, ‘vehicle’ is a generic type and ‘car’ and ‘motorbike’ are concrete types of ‘vehicle’.

Related questions

0 votes
asked Nov 12, 2020 in Salesforce by Hodge
0 votes
asked Feb 3, 2020 in Salesforce by SakshiSharma
...