JobOrderListRowLayout
Defines the ListRow layout that displays concise job order information in a row-based format. This view supports high-volume screening by enabling recruiters to scan essential job details efficiently.
Columns
| Name | Type | Description |
| Id [KEY] | Int | Represents the unique identifier (Id) of the JobOrderListRowLayout entry. This value supports row-level retrieval and ensures consistent referencing for list-view rendering. |
| ClientBillRate | String | Captures the client bill rate that is associated with the layout entry. This value supports financial review and allows users to compare job-order billing structures directly within the list view. |
| ClientCompanyId | Int | Represents the Id of the client company that is associated with the layout entry. This value supports grouping and filtering of job orders by company within list-based results. |
| EmploymentType | String | Captures the employment type that is associated with the job order in the layout entry. This value supports candidate-matching workflows and helps categorize job-order structures. |
| JobTitle | String | Captures the job title that is associated with the layout entry. This value supports quick identification of job orders and enhances the readability of row-based displays. |
| OpenClosed | Bool | Returns a value of 'true' if the job order is open within the list-row context. It returns a value of 'false' if the job order is closed and no longer available for placement activity. |
| OwnerId | Int | Represents the Id of the user who owns the job order that is included in the layout row. This value supports workload visibility and facilitates filtering by job-owner assignments. |
| PayRate | String | Captures the pay rate that is associated with the job order in the layout entry. This value supports compensation review and aids in comparing multiple job orders directly. |
| Priority | Int | Indicates the priority level that is assigned to the job order in the layout entry. This value supports queue management and helps users sort and evaluate job urgency. |
| Status | String | Captures the status that is assigned to the job order in the layout row. This value supports pipeline monitoring and enables users to distinguish active, closed, and pending job orders. |