Class SfMacroUsage
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Macro Usage
SObject Name: MacroUsage
Custom Object: False
public class SfMacroUsage : SObject
- Inheritance
-
SfMacroUsage
- Inherited Members
Properties
AppContext
App Context
Name: AppContext
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "appContext")]
[Updateable(false)]
[Createable(false)]
public string AppContext { get; set; }
Property Value
ConditionCount
Condition Count
Name: ConditionCount
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "conditionCount")]
[Updateable(false)]
[Createable(false)]
public int? ConditionCount { get; set; }
Property Value
- int?
ContextRecord
Context Record
Name: ContextRecord
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "contextRecord")]
[Updateable(false)]
[Createable(false)]
public string ContextRecord { get; set; }
Property Value
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
CreatedById
Created By ID
Name: CreatedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
DurationInMs
Duration In Milliseconds
Name: DurationInMs
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "durationInMs")]
[Updateable(false)]
[Createable(false)]
public int? DurationInMs { get; set; }
Property Value
- int?
ExecutedInstructionCount
Executed Instruction Count
Name: ExecutedInstructionCount
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "executedInstructionCount")]
[Updateable(false)]
[Createable(false)]
public int? ExecutedInstructionCount { get; set; }
Property Value
- int?
ExecutionEndTime
Execution End Time
Name: ExecutionEndTime
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "executionEndTime")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? ExecutionEndTime { get; set; }
Property Value
ExecutionState
Execution State
Name: ExecutionState
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "executionState")]
[Updateable(false)]
[Createable(false)]
public string ExecutionState { get; set; }
Property Value
FailureReason
Failure Reason
Name: FailureReason
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "failureReason")]
[Updateable(false)]
[Createable(false)]
public string FailureReason { get; set; }
Property Value
Id
Macro Usage ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
InstructionCount
Instruction Count
Name: InstructionCount
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "instructionCount")]
[Updateable(false)]
[Createable(false)]
public int? InstructionCount { get; set; }
Property Value
- int?
IsDeleted
Deleted
Name: IsDeleted
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }
Property Value
- bool?
IsFromBulk
From Bulk Execution
Name: IsFromBulk
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isFromBulk")]
[Updateable(false)]
[Createable(false)]
public bool? IsFromBulk { get; set; }
Property Value
- bool?
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
LastModifiedById
Last Modified By ID
Name: LastModifiedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { get; set; }
Property Value
LastModifiedDate
Last Modified Date
Name: LastModifiedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }
Property Value
Macro
ReferenceTo: Macro
RelationshipName: Macro
[JsonProperty(PropertyName = "macro")]
[Updateable(false)]
[Createable(false)]
public SfMacro Macro { get; set; }
Property Value
MacroId
Macro ID
Name: MacroId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "macroId")]
[Updateable(false)]
[Createable(false)]
public string MacroId { get; set; }
Property Value
Name
Macro Usage Name
Name: Name
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
OwnerId
Owner ID
Name: OwnerId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "ownerId")]
[Updateable(false)]
[Createable(false)]
public string OwnerId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
User
ReferenceTo: User
RelationshipName: User
[JsonProperty(PropertyName = "user")]
[Updateable(false)]
[Createable(false)]
public SfUser User { get; set; }
Property Value
UserId
User ID
Name: UserId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "userId")]
[Updateable(false)]
[Createable(false)]
public string UserId { get; set; }