SalesOrdersForOrderHubadditionalInformation
Manages additional details stored in flexfields for sales orders, supporting detailed data tracking.
Columns
| Name | Type | Description |
| SalesOrdersForOrderHubHeaderId [KEY] | Long | Unique identifier for the header of the sales order, linking the additional information to a specific sales order header. |
| Category | String | The category of the additional information, which classifies the type or nature of the data (for example, delivery details, payment terms, special requests). |
| CreatedBy | String | The name or identifier of the person or system that created the additional information entry for the sales order. |
| CreationDate | Datetime | The date and time when the additional information was created, providing a timestamp for when it was added to the system. |
| HeaderId [KEY] | Long | The unique identifier for the header of the sales order to which the additional information is related. |
| LastUpdateDate | Datetime | The date and time when the additional information was last updated, helping to track any modifications made to the information. |
| LastUpdateLogin | String | Identifier for the user or system that performed the last update on the additional information, used for tracking purposes. |
| LastUpdatedBy | String | The name or identifier of the person or system that last updated the additional information for the sales order. |
| ObjectVersionNumber | Int | Version number of the object (additional information record), helping to track changes or revisions to the data. |
| SourceTransactionIdentifier | String | Unique identifier for the source transaction from which the additional information originated, used to trace back to the original source. |
| SourceTransactionSystem | String | The system from which the source transaction originated, providing context for where the sales order data is coming from. |
| Finder | String | A search tool or method used to locate and retrieve specific pieces of additional information associated with the sales order. |
| FromDate | Date | The date when the additional information becomes applicable or valid, used to define the effective start date for the data. |
| OrderKey | String | Unique key or reference for the sales order, used to track and manage the order within the system. |
| OrderNumber | String | The order number associated with the sales order, used for tracking and reference purposes. |
| SourceTransactionNumber | String | The number associated with the source transaction that generated the additional information, helping to link it to the originating transaction. |
| ToDate | Date | The date when the additional information becomes invalid or expires, used to define the end date for its applicability. |