Table of Contents

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

string

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

string

CreatedBy

ReferenceTo: User

RelationshipName: CreatedBy

[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }

Property Value

SfUser

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

string

CreatedDate

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }

Property Value

DateTimeOffset?

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

DateTimeOffset?

ExecutionState

Execution State

Name: ExecutionState

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "executionState")]
[Updateable(false)]
[Createable(false)]
public string ExecutionState { get; set; }

Property Value

string

FailureReason

Failure Reason

Name: FailureReason

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "failureReason")]
[Updateable(false)]
[Createable(false)]
public string FailureReason { get; set; }

Property Value

string

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

string

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

SfUser

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

string

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

DateTimeOffset?

Macro

ReferenceTo: Macro

RelationshipName: Macro

[JsonProperty(PropertyName = "macro")]
[Updateable(false)]
[Createable(false)]
public SfMacro Macro { get; set; }

Property Value

SfMacro

MacroId

Macro ID

Name: MacroId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "macroId")]
[Updateable(false)]
[Createable(false)]
public string MacroId { get; set; }

Property Value

string

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

string

OwnerId

Owner ID

Name: OwnerId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "ownerId")]
[Updateable(false)]
[Createable(false)]
public string OwnerId { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?

User

ReferenceTo: User

RelationshipName: User

[JsonProperty(PropertyName = "user")]
[Updateable(false)]
[Createable(false)]
public SfUser User { get; set; }

Property Value

SfUser

UserId

User ID

Name: UserId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "userId")]
[Updateable(false)]
[Createable(false)]
public string UserId { get; set; }

Property Value

string