Newer Version Available

This content describes an older version of this product. View Latest

cgcloud__Batch_Run_Status__c

Keeps track of batch processes. This object is available in API version 54.0 and later.

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()

Fields

Field Details
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Most recent date on which a user referenced this record.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Most recent date on which a user viewed this record.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
Unique identification of the record.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
ID of the record owner.
This is a polymorphic relationship field.
Relationship Name
Owner
Relationship Type
Lookup
Refers To
Group, User
cgcloud__Batch_Chain__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Identifies processes that are running in one process chain.
cgcloud__Batch_ID__c
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
Identifier of the batch process instance.
cgcloud__Batch_Name__c
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
Name of the batch process.
cgcloud__Batch_State__c
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort, Update
Description
State of the batch process.
Possible values are:
  • Done
  • Error
  • Fatal
  • Running
cgcloud__Batch_Type__c
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort, Update
Description
Type of the batch process.
Possible values are:
  • APEX
  • Managed
  • Web
  • Worker
cgcloud__Duration_Time__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Run time of the batch process in milliseconds.
cgcloud__End_Date__c
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
End date and time of the batch process.
cgcloud__Items_Done__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Number of job items that were successfully processed.
cgcloud__Items_Error__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Number of job items that were processed with an error.
cgcloud__Items_Scheduled__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Number of job items that were scheduled for a job.
cgcloud__Job_Name__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Job Name under which the process is scheduled.
cgcloud__Last_Update_Date__c
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
Last update date and time of the batch process.
cgcloud__Process_Count__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Count of process instances that were involved in the job processing.
cgcloud__Progress_Current_Value__c
Type
textarea
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Last progress update of the batch process.
cgcloud__Sales_Org__c
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
SalesOrg context on which the batch process is running.
cgcloud__Start_Date__c
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
Start date and time of the batch process.
cgcloud__Transaction_ID__c
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
Log transaction ID that's assigned to the batch process.

Associated Objects

This object has these associated objects. If the API version isn’t specified, they are available in the same API versions as this object. Otherwise, they are available in the specified API version and later.

cgcloud__Batch_Run_Status__cChangeEvent
Change events are available for the object.
cgcloud__Batch_Run_Status__cFeed
Feed tracking is available for the object.
cgcloud__Batch_Run_Status__cHistory
History is available for the tracked fields of the object.
cgcloud__Batch_Run_Status__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__Batch_Run_Status__cShare
Sharing is available for the object.