scheduledscriptinstance
Tracks individual instances of scheduled scripts, including execution time and status.
Columns
| Name | Type | References | Description |
| datecreated | Datetime | The timestamp indicating when this scheduled script instance was created in the system. | |
| enddate | Datetime | The timestamp marking when the script instance completed its execution. | |
| formuladate | Datetime | A calculated date value associated with the script instance, typically used for custom logic or filtering. | |
| formulanumeric | Double | A calculated numeric value derived from the script's execution, used for custom reporting or tracking. | |
| formulatext | String | A calculated text value derived from the script's context, often used for logging or tagging purposes. | |
| percentcomplete | Double | The percentage of the scheduled script's execution that has been completed at the time of query. | |
| queue | String | The script queue to which this instance was assigned, used to manage concurrent processing in NetSuite. | |
| startdate | Datetime | The timestamp marking when the script instance started execution. | |
| status | String | The current execution status of the script instance, such as Pending, Processing, Complete, or Failed. |