JobOrderTemplate
Represents job order templates that define reusable configurations for creating new job orders. This table supports efficiency and consistency by enabling users to prepopulate common job attributes that streamline the job creation process.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) of the JobOrderTemplate record. This value supports template retrieval and ensures that each job-order template can be referenced consistently across Bullhorn CRM. |
| CorporationID | Int | False |
Represents the Id of the corporation that is associated with the job-order template. This value supports multi-corporation environments and ensures that template access aligns with organizational boundaries. |
| DateAdded | Datetime | False |
Indicates the date and time when the job-order template is added. This value supports auditing workflows and helps track template lifecycle events. |
| Description | String | False |
Captures the descriptive text that is associated with the job-order template. This value supports template categorization and helps users understand its intended purpose. |
| DisplayType | String | False |
Captures the display type that is associated with the job-order template. This value supports interface rendering and determines how the template appears within user workflows. |
| Enabled | Bool | False |
Returns a value of 'true' if the job-order template is enabled for use. It returns a value of 'false' if the template is inactive or unavailable to users. |
| EntityList | String | False |
Captures the list of entities that is associated with the job-order template. This value supports template targeting and determines which records the template can be applied to. |
| GroupName | String | False |
Captures the group name that is associated with the job-order template. This value supports organizational structure, categorization, and template access management. |
| IsSearchable | Bool | False |
Returns a value of 'true' if the job-order template is searchable within the system. It returns a value of 'false' if the template is hidden from search-driven workflows. |
| MigrateStatus | String | False |
Captures the migration status that is associated with the job-order template. This value supports system migration workflows and identifies templates that are processed, pending, or excluded. |
| Name | String | False |
Captures the name that is assigned to the job-order template. This value supports user recognition and ensures consistent selection across templates with similar purposes. |
| ObjectEnabled | Bool | False |
Returns a value of 'true' if the template object is enabled for operational use. It returns a value of 'false' if the object is disabled or restricted. |
| ObjectNumber | Int | False |
Indicates the object number that is associated with the job-order template. This value supports system configuration, internal sorting, and object-level referencing. |
| ReportID | Int | False |
Represents the Id of the report that is associated with the job-order template. This value supports integrated reporting and allows templates to surface within specific analytics workflows. |
| StaticTemplateName | String | False |
Captures the static template name that is associated with the job-order template. This value supports backward compatibility and ensures stable identification across updates. |
| TabName | String | False |
Captures the tab name in which the job-order template is displayed. This value supports UI organization and improves user navigation. |
| Type | String | False |
Captures the type classification that is associated with the job-order template. This value supports template grouping and determines how the template behaves within job-order workflows. |