Table of Contents

Class SfApprovalSubmissionDetail

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Approval Submission Detail

SObject Name: ApprovalSubmissionDetail

Custom Object: False

public class SfApprovalSubmissionDetail : SObject
Inheritance
SfApprovalSubmissionDetail
Inherited Members

Properties

ActionChannelName

Action Channel Name

Name: ActionChannelName

SF Type: picklist

Nillable: False

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

Property Value

string

ActionContext

Action Context

Name: ActionContext

SF Type: string

Nillable: True

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

Property Value

string

ActionName

Action Name

Name: ActionName

SF Type: picklist

Nillable: False

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

Property Value

string

ActionPerformedBy

ReferenceTo: User

RelationshipName: ActionPerformedBy

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

Property Value

SfUser

ActionPerformedById

User ID

Name: ActionPerformedById

SF Type: reference

Nillable: True

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

Property Value

string

ActionPerformerRole

Action Performer Role

Name: ActionPerformerRole

SF Type: picklist

Nillable: False

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

Property Value

string

ApprovalSubmission

ReferenceTo: ApprovalSubmission

RelationshipName: ApprovalSubmission

[JsonProperty(PropertyName = "approvalSubmission")]
[Updateable(false)]
[Createable(false)]
public SfApprovalSubmission ApprovalSubmission { get; set; }

Property Value

SfApprovalSubmission

ApprovalSubmissionId

Approval Submission ID

Name: ApprovalSubmissionId

SF Type: reference

Nillable: False

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

Property Value

string

ApprovalWorkItem

ReferenceTo: ApprovalWorkItem

RelationshipName: ApprovalWorkItem

[JsonProperty(PropertyName = "approvalWorkItem")]
[Updateable(false)]
[Createable(false)]
public SfApprovalWorkItem ApprovalWorkItem { get; set; }

Property Value

SfApprovalWorkItem

ApprovalWorkItemId

Approval Work Item ID

Name: ApprovalWorkItemId

SF Type: reference

Nillable: True

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

Property Value

string

Comments

Comments

Name: Comments

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "comments")]
[Updateable(false)]
[Createable(false)]
public string Comments { 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?

Id

Approval Submission Detail 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?

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?

Name

Approval Submission Detail Name

Name: Name

SF Type: string

AutoNumber field

Nillable: False

[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { 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?