Class SfFlexQueueItem
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Flex Queue Item
SObject Name: FlexQueueItem
Custom Object: False
public class SfFlexQueueItem : SObject
- Inheritance
-
SfFlexQueueItem
- Inherited Members
Properties
AsyncApexJob
ReferenceTo: AsyncApexJob
RelationshipName: AsyncApexJob
[JsonProperty(PropertyName = "asyncApexJob")]
[Updateable(false)]
[Createable(false)]
public SfAsyncApexJob AsyncApexJob { get; set; }
Property Value
AsyncApexJobId
Apex Job ID
Name: AsyncApexJobId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "asyncApexJobId")]
[Updateable(false)]
[Createable(false)]
public string AsyncApexJobId { get; set; }
Property Value
FlexQueueItemId
Flex Queue Item Id
Name: FlexQueueItemId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "flexQueueItemId")]
[Updateable(false)]
[Createable(false)]
public string FlexQueueItemId { get; set; }
Property Value
Id
Flex Queue Item Id
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
JobPosition
Job Position
Name: JobPosition
SF Type: int
Nillable: False
[JsonProperty(PropertyName = "jobPosition")]
[Updateable(false)]
[Createable(false)]
public int? JobPosition { get; set; }
Property Value
- int?
JobType
Job Type
Name: JobType
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "jobType")]
[Updateable(false)]
[Createable(false)]
public string JobType { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }