force-rest-api icon indicating copy to clipboard operation
force-rest-api copied to clipboard

Add formula to DescribeSObject.Field

Open Gyuvalevy opened this issue 2 years ago • 0 comments

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

Gyuvalevy avatar Oct 16 '23 09:10 Gyuvalevy