SalesOrdersForOrderHublinesprojectprojectDetail
Manages detailed project information associated with specific sales order lines.
Columns
| Name | Type | Description |
| SalesOrdersForOrderHubHeaderId [KEY] | Long | Unique identifier for the sales order header, linking the project details to the overall order. This ensures that the project is properly associated with the order for tracking and reporting. |
| LinesFulfillLineId [KEY] | Long | Identifier for the specific fulfillment line related to the project. This enables tracking of project details at the line level within the sales order. |
| ProjectDooOrderPrjId [KEY] | Long | Unique identifier for the project associated with the sales order line, used to distinguish the project and link it to the order. It helps integrate the order with project management systems. |
| Finder | String | Method or tool used to locate specific project details within the system, making it easier to search and retrieve project-related records. |
| FromDate | Date | Start date when the project details become effective for the order line, helping to determine the period during which the project is active. |
| HeaderId | Long | Unique identifier for the project header, linking the project details to the sales order header. This ensures proper association and consistency across all project-related data. |
| OrderKey | String | Unique key used to reference the sales order associated with the project. It ensures that all related transactions and project details are properly tracked under the correct order. |
| OrderNumber | String | Unique order number assigned to the sales order, providing a reference for tracking both the order and the associated project. |
| SourceTransactionNumber | String | Transaction number from the source system, linking the project details to its originating transaction. This ensures proper integration and consistency when data is exchanged between systems. |
| SourceTransactionSystem | String | Name of the source system where the project details originated. This is important for ensuring consistency across different platforms and systems, especially when integrating with external applications. |
| ToDate | Date | End date when the project details are no longer valid for the order line. This helps track the expiration of the project association with the order. |