SuiteScriptDetail
Logs details related to SuiteScript executions, including script IDs, deployment types, and associated records.
Columns
| Name | Type | References | Description |
| internalid [KEY] | Integer | A unique numeric identifier used to reference this script execution record. | |
| apiversion | String | The version of the API used during the script execution. | |
| bundle | String | The software bundle associated with the script execution. | |
| date | Date | The date when the script execution occurred. | |
| emails | Integer | The total number of emails sent during the script execution. | |
| entity | String | The entity associated with the script execution (for example, customer or vendor). | |
| executiontime | Integer | The amount of time (in milliseconds) taken to execute the script. | |
| faxes | Integer | The number of faxes sent during the script execution. | |
| files | Integer | The number of files processed or generated by the script. | |
| httpmethod | String | The HTTP method used during the execution (for example, GET or POST). | |
| instructions | Integer | The number of script instructions executed during the process. | |
| ranasadmin | Boolean | Specifies whether the script was executed with administrator privileges. | |
| recordid | String | The unique identifier of the record being processed by the script. | |
| records | Integer | The number of records processed during the script execution. | |
| recordtypeid | String | The type of record being processed (for example, sales order or customer). | |
| role | String | The user role under which the script was executed. | |
| script | String | The name or identifier of the script being executed. | |
| scriptcontext | String | The context in which the script was executed (for example, user event or scheduled). | |
| scriptdeployment | String | The specific deployment instance of the script being executed. | |
| scripttype | String | The category or type of script (for example, user event, client, or scheduled). | |
| searches | Integer | The number of searches performed during the script execution. | |
| sessionid | String | The unique identifier for the user session during which the script was executed. | |
| threadid | Integer | The thread identifier used for concurrent script processing. | |
| totaltime | Integer | The total time (in milliseconds) taken by the script execution, including all processes. | |
| triggers | Integer | The number of before/after submit scripts triggered by this execution. | |
| urlrequests | Integer | The number of outbound URL requests made during the script execution. |