Skip to content

Commit

Permalink
Adding field calculatedFormula for SObjectFieldMetadata class
Browse files Browse the repository at this point in the history
  • Loading branch information
marco10507 committed Nov 8, 2023
1 parent 54f5296 commit 482de63
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 482de63

Please sign in to comment.