Skip to content

Commit

Permalink
Merge pull request #66 from marco10507/adding-field-calculated-formula
Browse files Browse the repository at this point in the history
Adding field calculatedFormula for SObjectFieldMetadata class
  • Loading branch information
anthonyreilly authored Nov 22, 2023
2 parents 0efae5a + 482de63 commit 97e3cc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/NetCoreForce.Client/Models/SObjectFieldMetadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ public class SObjectFieldMetadata
[JsonProperty(PropertyName = "calculated")]
public bool Calculated { get; set; }

[JsonProperty(PropertyName = "calculatedFormula")]
public bool CalculatedFormula { get; set; }

[JsonProperty(PropertyName = "createable")]
public bool Creatable { get; set; }

Expand Down

0 comments on commit 97e3cc7

Please sign in to comment.