JobStatus
Defines statuses for jobs and projects, such as pending, in progress, or completed in NetSuite.
Columns
| Name | Type | ReadOnly | Description |
| InternalId [KEY] | String | True |
A unique internal identifier assigned to the job status record for system reference. |
| Description | String | False |
A detailed explanation of the job status, providing clarity on what this status represents within the job lifecycle. |
| ExternalId | String | False |
An identifier used to reference this job status in external systems or integrations. |
| IsInactive | Boolean | False |
Indicates whether the job status is currently active or inactive. Inactive statuses are not available for new job assignments. |
| Name | String | False |
The display name of the job status, used to label and categorize different job progress stages. |