Tuesday, May 10, 2016

Creating Object or SObject (Salesforce Object).



An Object in salesforce is nothing but a database table with columns as Fields(Metadata) and rows as records(Data). By default salesforce provides some custom objects like Account, Contact, Lead, Case etc... You can create your custom object as below.

1. Standard Object

Login > Setup > Customize > Select Object (Account as in below screenshot).


2. Custom Object

Login > Setup > Create > Object.




No comments:

Post a Comment