getGlobalDescribe() in Apex in Salesforce

getGlobalDescribe() in Apex in Salesforce

getGlobalDescribe():


Returns a map of all sObject names (keys) to sObject tokens (values) for the standard and custom objects defined in your organization.

Sample map:

public static Map<String, Schema.SObjectType> getGlobalDescribe()

Cheers!!!

Leave a Reply