CronTrigger
This is a table representing the CronTrigger entities in FinancialForce.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CronTrigger. | |
| CronJobDetailId | String | True |
Label Job ID corresponds to this field. | |
| NextFireTime | Datetime | True |
Label Next Run Time corresponds to this field. | |
| PreviousFireTime | Datetime | True |
Label Previous Run Time corresponds to this field. | |
| State | String | True |
Label Job State corresponds to this field. | |
| StartTime | Datetime | True |
Label Start Time corresponds to this field. | |
| EndTime | Datetime | True |
Label End Time corresponds to this field. | |
| CronExpression | String | True |
Label Cron Expression corresponds to this field. | |
| TimeZoneSidKey | String | True |
Label Java Time Zone Id corresponds to this field. | |
| OwnerId | String | True |
User.Id |
Label User ID corresponds to this field. |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| TimesTriggered | Int | True |
Label Job Fired Count corresponds to this field. |