Job
API Name: Job__c
Mirrored job records
Label | API Name | Type | Description |
---|---|---|---|
Job Name | Name |
AutoNumber | |
External Process ID | ExternalProcessId__c |
Text(255) | The ID of the external system process to which this job is associated. |
Job Id | JobId__c |
Text(255) | The ID of this job in JustOn Cash Management. |
Messages | Messages__c |
LongTextArea(131072) | Shows details about the job execution. In case of errors, includes the record ID of the produced error report. |
Metadata | Metadata__c |
LongTextArea(131072) | Contains information about the different job states, for example the IDs of created records after the job has finished. |
Parameters | Parameters__c |
LongTextArea(32768) | The parameters with which the job was started. |
State | State__c |
Text(255) | The current technical state of the job. |
Status | Status__c |
Text(255) | The current processing status of the job, for example new, finished or aborted. |
Type | Type__c |
Text(255) | The type of the job corresponding to a business process, for example EBICS Bank Account Credentials initialization. |
Updated at | UpdatedAt__c |
DateTime | The last time the job was updated. |