Home SALESFORCEAPEX How to get List Of All Standard Objects using APEX Class

How to get List Of All Standard Objects using APEX Class

Use the describeGlobal() API call:

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_calls_describeglobal_describeglobject.

Coding Example : http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_calls_describeglobal.htm#topic-title

You may also like

Leave a Comment