force-rest-api
force-rest-api copied to clipboard
Add formula to DescribeSObject.Field
Hi,
We are using the ForceAPI library and would like to to retrieve the calculated formula of a field.
As described here: https://developer.salesforce.com/docs/atlas.en-us.246.0.api.meta/api/sforce_api_calls_describesobjects_describesobjectresult.htm
Salesforce supplies formula which is:
The formula specified for this field. If no formula is specified for this field, it is not returned.
Can you add it the the DescribeSObject.Field as you already have calculated fields which (If I understand correctly) indicated whether this field have a formula or not.
Thank you