Class SfApprovalWorkItem
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Approval Work Item
SObject Name: ApprovalWorkItem
Custom Object: False
public class SfApprovalWorkItem : SObject
- Inheritance
-
SfApprovalWorkItem
- Inherited Members
Properties
ApprovalConditionName
Approval Condition Name
Name: ApprovalConditionName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "approvalConditionName")]
[Updateable(false)]
[Createable(false)]
public string ApprovalConditionName { 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
AssignedToId
Assigned To ID
Name: AssignedToId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "assignedToId")]
[Updateable(false)]
[Createable(false)]
public string AssignedToId { 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
FlowOrchestrationWorkItem
ReferenceTo: FlowOrchestrationWorkItem
RelationshipName: FlowOrchestrationWorkItem
[JsonProperty(PropertyName = "flowOrchestrationWorkItem")]
[Updateable(false)]
[Createable(false)]
public SfFlowOrchestrationWorkItem FlowOrchestrationWorkItem { get; set; }
Property Value
FlowOrchestrationWorkItemId
Orchestration Work Item ID
Name: FlowOrchestrationWorkItemId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "flowOrchestrationWorkItemId")]
[Updateable(false)]
[Createable(false)]
public string FlowOrchestrationWorkItemId { get; set; }
Property Value
Id
Approval Work Item 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 Work Item Name
Name: Name
SF Type: string
AutoNumber field
Nillable: False
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
RelatedRecordId
Related Record ID
Name: RelatedRecordId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "relatedRecordId")]
[Updateable(false)]
[Createable(false)]
public string RelatedRecordId { get; set; }
Property Value
RelatedRecordObjectName
Related Record Object Name
Name: RelatedRecordObjectName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "relatedRecordObjectName")]
[Updateable(false)]
[Createable(false)]
public string RelatedRecordObjectName { get; set; }
Property Value
ReviewedBy
ReferenceTo: User
RelationshipName: ReviewedBy
[JsonProperty(PropertyName = "reviewedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser ReviewedBy { get; set; }
Property Value
ReviewedById
User ID
Name: ReviewedById
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "reviewedById")]
[Updateable(false)]
[Createable(false)]
public string ReviewedById { get; set; }
Property Value
ReviewedDate
Reviewed Date
Name: ReviewedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "reviewedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? ReviewedDate { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Status
Status
Name: Status
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "status")]
[Updateable(false)]
[Createable(false)]
public string Status { get; set; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }