ShipmentTransactionRequestsshipmentsunpackedLinesattachments
Handles attachments associated with unpacked shipment lines, offering a way to link supporting documentation to unpacked items.
Columns
Name | Type | Description |
ShipmentTransactionRequestsTransactionId [KEY] | Long | Unique identifier for the shipment transaction request related to unpacked shipment line attachments. |
ShipmentsDeliveryInterfaceId [KEY] | Long | Identifier for the interface managing shipment delivery in the transaction request. |
UnpackedlinesDeliveryDetailInterfaceId [KEY] | Long | Unique identifier for the unpacked shipment line delivery details. |
AttachedDocumentId [KEY] | Long | Unique identifier for the attached document related to the unpacked shipment line. |
LastUpdateDate | Datetime | Timestamp for the most recent update to the attachment. |
LastUpdatedBy | String | User who last updated the attachment. |
DatatypeCode | String | Code specifying the data type of the attached document. |
FileName | String | Name of the attached file. |
DmFolderPath | String | Path where the document is stored in the document management system. |
DmDocumentId | String | Unique identifier for the document in the document management system. |
DmVersionNumber | String | Version number of the document in the document management system. |
Url | String | Web address of the document or attachment. |
CategoryName | String | Category under which the attachment is classified. |
UserName | String | User associated with the document upload or modification. |
Uri | String | Uniform Resource Identifier (URI) for accessing the attachment. |
FileUrl | String | Direct URL to access the attached file. |
UploadedText | String | Extracted text content from the uploaded file. |
UploadedFileContentType | String | Content type of the uploaded file. |
UploadedFileLength | Long | Size of the uploaded file in bytes. |
UploadedFileName | String | Original file name of the uploaded document. |
ContentRepositoryFileShared | Bool | Indicates whether the file is shared within the content repository (true/false). |
Title | String | Title or name of the attached document. |
Description | String | Description or summary of the attached document. |
ErrorStatusCode | String | Error code if an issue occurred during document processing. |
ErrorStatusMessage | String | Detailed error message if an issue occurred during document processing. |
CreatedBy | String | User who created the attachment record. |
CreationDate | Datetime | Date and time when the attachment record was created. |
FileContents | String | Raw contents of the uploaded file. |
ExpirationDate | Datetime | Date when the attachment is set to expire, if applicable. |
LastUpdatedByUserName | String | Username of the person who last updated the attachment. |
CreatedByUserName | String | Username of the person who created the attachment. |
AsyncTrackerId | String | Tracking ID for asynchronous processing of the document. |
FileWebImage | String | Web-friendly version of the document for display. |
DownloadInfo | String | Metadata related to the file download process. |
PostProcessingAction | String | Specifies any post-processing action required for the document. |
Carrier | String | Carrier responsible for transporting the shipment. |
ExternalSystemTransactionReference | String | Reference for the transaction in an external system. |
Finder | String | Searchable reference field for locating shipment records. |
FromActualShipDate | Datetime | Start date range for actual shipment. |
FromInitialShipDate | Datetime | Start date range for initially planned shipment. |
Item | String | Item associated with the attachment in the shipment. |
ModeOfTransportCode | String | Code representing the mode of transport (for example, air, sea, land). |
Order | String | Order number associated with the shipment. |
PackingUnit | String | Packing unit related to the attachment. |
ServiceLevelCode | String | Code representing the shipping service level. |
ShipFromOrganizationCode | String | Code identifying the shipping organization. |
Shipment | String | Unique identifier for the shipment. |
ShipmentLine | Long | Unique identifier for the shipment line. |
SoldToCustomer | String | Customer to whom the shipment is sold. |
ToActualShipDate | Datetime | End date range for actual shipment. |
ToInitialShipDate | Datetime | End date range for initially planned shipment. |
TransactionId | Long | Unique transaction ID linking this shipment attachment to the transaction request. |