GetJobResults
Returns results for a job that was executed in NetSuite.
Input
| Name | Type | Description |
| JobId | String | The id of the job to get results for. |
Result Set Columns
| Name | Type | Description |
| InternalId | String | The internalid of the affected record. |
| Type | String | The type of affected record. |
| IsSuccess | String | Whether or not the operation was successful. |
| StatusType | String | The type of status returned. May be empty if the operation was successful. |
| StatusMessage | String | The message of the returned status. May be empty if the operation was successful. |
| StatusCode | String | The returned status code. May be empty if the operation was successful. |