MaterialOrders
Captures overall information about material orders placed by users or accounts.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
A unique identifier for the record, used as the primary key for referencing and linking the record across various tables in the system. |
| Global ID | String | True |
A globally unique identifier that ensures the record can be consistently identified across different systems and platforms. |
| Link | String | False |
The URL or hyperlink associated with the record, providing a direct path to the resource or related entity within the system. |
| Material Order Name | String | True |
The name of the material order, which provides a descriptive reference to the order within the system. It may include details such as order type or purpose. |
| Status | String | False |
The current status of the material order, such as 'active', 'closed', 'pending', or 'completed', reflecting its stage in the processing lifecycle. |
| Created By | String | True |
The identifier or name of the individual or system that created the record, allowing traceability and accountability for record creation. |
| Created Date | Datetime | True |
The timestamp when the material order was created in the system, helping track the age and creation timeline of the record. |
| Last Modified By | String | True |
The identifier or name of the individual who last modified or updated the record, ensuring transparency and accountability for changes. |
| Last Modified Date | Datetime | True |
The timestamp when the material order was last modified, indicating the most recent update or change to the record. |
| Date | Date | False |
The date associated with the material order, often used for scheduling, processing, or tracking order-related activities within a specified timeframe. |
| Owner | String | False |
The identifier or name of the individual or entity that owns or is responsible for the material order, ensuring proper management and accountability. |
| Legacy CRM Id | String | False |
An identifier used in the previous CRM system, enabling compatibility and cross-referencing of records between the legacy CRM and the current system. |