Class SfFormulaFunctionAllowedType
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Formula Context Function
SObject Name: FormulaFunctionAllowedType
Custom Object: False
public class SfFormulaFunctionAllowedType : SObject
- Inheritance
-
SfFormulaFunctionAllowedType
- Inherited Members
Properties
DurableId
Formula Function Allowed Type Durable ID
Name: DurableId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "durableId")]
[Updateable(false)]
[Createable(false)]
public string DurableId { get; set; }
Property Value
FunctionId
Formula Function ID
Name: FunctionId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "functionId")]
[Updateable(false)]
[Createable(false)]
public string FunctionId { get; set; }
Property Value
Id
Formula Function Allowed Type ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Type
Type
Name: Type
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "type")]
[Updateable(false)]
[Createable(false)]
public string Type { get; set; }