Shipmentsattachments
Handles metadata and content related to attachments for shipments, ensuring documentation is easily accessible.
Columns
| Name | Type | Description |
| ShipmentsDeliveryId [KEY] | Long | Unique identifier for the delivery associated with the shipment attachment, linking the attachment to its delivery. |
| AttachedDocumentId [KEY] | Long | Identifier for the document attached to the shipment, used to associate files with shipment records. |
| LastUpdateDate | Datetime | The date and time when the shipment attachment record was last updated. |
| LastUpdatedBy | String | Name of the user or system that last updated the shipment attachment record. |
| DatatypeCode | String | Code representing the data type of the attached document (for example, PDF, Word). |
| FileName | String | Name of the file attached to the shipment. |
| DmFolderPath | String | Path to the folder in the document management system where the attached file is stored. |
| DmDocumentId | String | Unique document identifier in the document management system (DMS) for the attached file. |
| DmVersionNumber | String | Version number of the attached document in the document management system, used to track revisions. |
| Url | String | URL for accessing the attached document online, providing a direct link to the file. |
| CategoryName | String | Name of the category the document belongs to, providing context for its use (for example, Invoice, Packing List). |
| UserName | String | Name of the user who uploaded or interacted with the attached document. |
| Uri | String | Uniform Resource Identifier (URI) for the attached file, used for identifying resources in a specific format. |
| FileUrl | String | Full URL to download or access the attached file. |
| UploadedText | String | Text content of the uploaded document (if applicable), extracted from the file for indexing or search purposes. |
| UploadedFileContentType | String | Content type of the uploaded file, describing the file format. |
| UploadedFileLength | Long | Size of the uploaded file in bytes, used to determine the file's storage space requirements. |
| UploadedFileName | String | The name of the file as it was uploaded, including any file extensions. |
| ContentRepositoryFileShared | Bool | Flag indicating whether the file in the content repository has been marked as shared for access by multiple users. |
| Title | String | The title of the attached document, often representing its subject or content. |
| Description | String | A textual description providing additional context or details about the attached document. |
| ErrorStatusCode | String | Code indicating the error status of the shipment attachment, used to flag issues with the file or attachment process. |
| ErrorStatusMessage | String | Description of any errors that occurred while processing the attachment, providing context for troubleshooting. |
| CreatedBy | String | Name of the person or system that created the shipment attachment record. |
| CreationDate | Datetime | Date and time when the shipment attachment record was created. |
| FileContents | String | Content of the attached file, stored in text format for indexing or internal usage. |
| ExpirationDate | Datetime | Date when the attached file is set to expire or be removed, typically used for temporary documents. |
| LastUpdatedByUserName | String | Username of the individual who last updated the shipment attachment record. |
| CreatedByUserName | String | Username of the individual who created the shipment attachment record. |
| AsyncTrackerId | String | Identifier for tracking asynchronous processes related to the attachment, used for monitoring long-running operations. |
| FileWebImage | String | Image version of the file, often used for quick previews or thumbnails on web interfaces. |
| DownloadInfo | String | Details about how to download the file, including size, format, and any special instructions. |
| PostProcessingAction | String | Action to be performed after the file is uploaded, such as compression, virus scanning, or metadata extraction. |
| BaseItem | String | Base item associated with the shipment attachment, linking the attachment to the specific inventory item involved. |
| DeliveryId | Long | Unique identifier for the delivery that this shipment attachment is related to, facilitating tracking. |
| EndAssemblyItemNumber | String | The item number of the end assembly that is associated with the shipment, used for complex product shipments. |
| Finder | String | Search term or criteria used to locate the shipment attachment in the system, often used for indexing. |
| IntegrationStatus | String | Current integration status of the shipment attachment, indicating whether it is successfully integrated into the broader system. |
| Item | String | Item associated with the shipment attachment, often linking the document to a specific inventory item. |
| LineStatus | String | Status of the shipment line related to the attachment (for example, Active, Pending). |
| OrderNumber | String | Order number from the sales or purchase order linked to the shipment attachment. |
| OrderType | String | Type of order (for example, Sales Order, Purchase Order) associated with the shipment. |
| OrderTypeCode | String | Code for the type of order, providing a shorthand reference to the order type. |
| ParentPackingUnit | String | Packing unit that contains the item associated with the shipment attachment, typically used for bulk shipments. |
| PickWave | String | Identifier for the pick wave associated with the shipment, used to organize the picking process in warehouse management. |
| QuickShipStatus | String | Status of the quick shipping process for the shipment, indicating if expedited shipping is being used. |
| RcvShipmentLineId | Long | Identifier for the received shipment line associated with the shipment attachment, helping track the specific line item. |
| Shipment | String | Shipment number associated with the attachment, linking the attachment to a specific shipment record. |
| ShipmentSet | String | Shipment set identifier, used to group multiple shipments that are handled together. |
| ShipToCustomer | String | Customer name for the party receiving the shipment, providing context for the recipient. |
| ShipToPartyId | String | Unique identifier for the party receiving the shipment. |
| SourceOrder | String | Order number from the source system that initiated the shipment attachment process. |
| SourceOrderFulfillmentLine | String | Line identifier for the order fulfillment associated with the shipment. |
| SourceOrderFulfillmentLineId | String | Unique identifier for the source order fulfillment line, linking the shipment to a specific order line. |
| SourceOrderLine | String | Order line number from the source system, associated with the shipment. |
| SourceSystemId | String | Unique identifier for the source system from which the shipment attachment originated. |
| TradeComplianceStatus | String | Current trade compliance status of the shipment attachment, indicating whether the shipment adheres to international trade regulations. |
| TransportationPlanningStatus | String | Current status of the transportation planning for the shipment attachment, indicating if transportation logistics have been finalized. |