function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NehaaNehaa 

How do I get the list of objects that have formula fields in our org?

How do I get the list of objects that have formula fields?
Sonam_SFDCSonam_SFDC
Not too straightforwrd  - using the describe call you can get the object properties together with the properties of the fields in the objects.

https://www.salesforce.com/us/developer/docs/api/Content/sforce_api_calls_describesobjects.htm
https://www.salesforce.com/us/developer/docs/api/Content/sforce_api_calls_describesobject.htm