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
ActionContext
Action Context
Name: ActionContext
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "actionContext")]
[Updateable(false)]
[Createable(false)]
public string ActionContext { get; set; }
Property Value
ActionName
Action Name
Name: ActionName
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "actionName")]
[Updateable(false)]
[Createable(false)]
public string ActionName { get; set; }
Property Value
ActionPerformedBy
ReferenceTo: User
RelationshipName: ActionPerformedBy
[JsonProperty(PropertyName = "actionPerformedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser ActionPerformedBy { get; set; }
Property Value
ActionPerformedById
User ID
Name: ActionPerformedById
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "actionPerformedById")]
[Updateable(false)]
[Createable(false)]
public string ActionPerformedById { get; set; }
Property Value
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
ApprovalSubmission
ReferenceTo: ApprovalSubmission
RelationshipName: ApprovalSubmission
[JsonProperty(PropertyName = "approvalSubmission")]
[Updateable(false)]
[Createable(false)]
public SfApprovalSubmission ApprovalSubmission { get; set; }
Property Value
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
ApprovalWorkItem
ReferenceTo: ApprovalWorkItem
RelationshipName: ApprovalWorkItem
[JsonProperty(PropertyName = "approvalWorkItem")]
[Updateable(false)]
[Createable(false)]
public SfApprovalWorkItem ApprovalWorkItem { get; set; }
Property Value
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
Comments
Comments
Name: Comments
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "comments")]
[Updateable(false)]
[Createable(false)]
public string Comments { 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
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
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
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
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
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; }