Class SfFormulaFunction
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Formula Function
SObject Name: FormulaFunction
Custom Object: False
public class SfFormulaFunction : SObject
- Inheritance
-
SfFormulaFunction
- Inherited Members
Properties
CategoryId
Formula Function Category ID
Name: CategoryId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "categoryId")]
[Updateable(false)]
[Createable(false)]
public string CategoryId { get; set; }
Property Value
Description
Description
Name: Description
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "description")]
[Updateable(false)]
[Createable(false)]
public string Description { get; set; }
Property Value
DurableId
Formula Function Durable ID
Name: DurableId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "durableId")]
[Updateable(false)]
[Createable(false)]
public string DurableId { get; set; }
Property Value
ExampleString
Example String
Name: ExampleString
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "exampleString")]
[Updateable(false)]
[Createable(false)]
public string ExampleString { get; set; }
Property Value
Id
Formula Function ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
Label
Label
Name: Label
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "label")]
[Updateable(false)]
[Createable(false)]
public string Label { get; set; }
Property Value
Name
Name
Name: Name
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }