Is there any alternative way to retrieve all Salesforce standard and custom objects without utilizing Schema.DescribeSObjectResult method or the schema describe method? I want to avoid using these methods.
1 件の回答
Although this question was asked a while back, the approaches listed below are still applicable and may be useful to those looking for simpler ways to obtain Salesforce standard and custom objects without the need for Schema.DescribeSObjectResult.
SOQL Queries
Using Metadata API (package XML file)