Skip to main content

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개
  1. 2024년 7월 17일 오전 10:50

     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)

0/9000