anthonyreilly / NetCoreForce

Salesforce REST API toolkit for .NET Standard and .NET Core
MIT License
110 stars 63 forks source link

adding calculatedFormula field on SObjectFieldMetadata #68

Closed marco10507 closed 5 months ago

marco10507 commented 9 months ago

Adding calculated formula field. According to this article, this schema field is a string:

https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_variables_global_objecttype_schema_fields_reference.htm

marco10507 commented 5 months ago

@anthonyreilly, can you check this PR?

anthonyreilly commented 5 months ago

Manually fixed this in commit 5dd39d85a3bc0133133267db92f56f34d1dc9b6f since the pull request had a typo with a lowercase property name. A new package will be published in a few days.

anthonyreilly commented 5 months ago

published in package 4.1.0-Beta