Table of Contents

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

SfAsyncApexJob

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

string

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

string

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

string

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

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string