Table of Contents

Class SfRecordAction

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

RecordAction

SObject Name: RecordAction

Custom Object: False

public class SfRecordAction : SObject
Inheritance
SfRecordAction
Inherited Members

Properties

ActionDefinition

Action Definition

Name: ActionDefinition

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "actionDefinition")]
public string ActionDefinition { get; set; }

Property Value

string

ActionType

Action Type

Name: ActionType

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "actionType")]
public string ActionType { 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?

FlowDefinition

Interaction Definition ID

Name: FlowDefinition

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "flowDefinition")]
public string FlowDefinition { get; set; }

Property Value

string

FlowInterview

ReferenceTo: FlowInterview

RelationshipName: FlowInterview

[JsonProperty(PropertyName = "flowInterview")]
[Updateable(false)]
[Createable(false)]
public SfFlowInterview FlowInterview { get; set; }

Property Value

SfFlowInterview

FlowInterviewId

FlowInterview ID

Name: FlowInterviewId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "flowInterviewId")]
public string FlowInterviewId { get; set; }

Property Value

string

Id

RecordAction ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IsDeleted

Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }

Property Value

bool?

IsMandatory

Is Mandatory

Name: IsMandatory

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isMandatory")]
public bool? IsMandatory { get; set; }

Property Value

bool?

IsUiRemoveHidden

Hide Remove Action in UI

Name: IsUiRemoveHidden

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isUiRemoveHidden")]
public bool? IsUiRemoveHidden { 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?

Order

Order

Name: Order

SF Type: int

Nillable: False

[JsonProperty(PropertyName = "order")]
public int? Order { get; set; }

Property Value

int?

Pinned

Pinned

Name: Pinned

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "pinned")]
public string Pinned { get; set; }

Property Value

string

RecordId

Parent Record ID

Name: RecordId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "recordId")]
public string RecordId { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Status

Status

Name: Status

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "status")]
public string Status { get; set; }

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?