ShipmentTransactionRequestsshipmentsattachments
Manages attachments related to shipments within transaction requests, aiding in documentation management.
Columns
| Name | Type | Description |
| ShipmentTransactionRequestsTransactionId [KEY] | Long | Unique identifier for the transaction request associated with shipment attachments. |
| ShipmentsDeliveryInterfaceId [KEY] | Long | Unique identifier for the delivery interface linked to the shipment transaction attachments. |
| AttachedDocumentId [KEY] | Long | Unique identifier for the document attached to the shipment transaction. |
| LastUpdateDate | Datetime | Timestamp indicating the last update of the shipment attachment. |
| LastUpdatedBy | String | User who last updated the shipment attachment. |
| DatatypeCode | String | Code representing the data type of the attachment. |
| 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 stored in the document management system. |
| Url | String | URL for accessing the attached document. |
| CategoryName | String | Category assigned to the attached document. |
| UserName | String | User who uploaded the attachment. |
| Uri | String | URI location of the document in the system. |
| FileUrl | String | URL for downloading the attached file. |
| UploadedText | String | Text content of the uploaded document, if applicable. |
| UploadedFileContentType | String | Content type of the uploaded file. |
| UploadedFileLength | Long | Size of the uploaded file in bytes. |
| UploadedFileName | String | Original name of the uploaded file. |
| ContentRepositoryFileShared | Bool | Indicates whether the attached file is shared in the content repository. |
| Title | String | Title of the attached document. |
| Description | String | Detailed description of the attached document. |
| ErrorStatusCode | String | Code representing any error encountered while processing the attachment. |
| ErrorStatusMessage | String | Message describing the error encountered during attachment processing. |
| CreatedBy | String | User who created the shipment attachment record. |
| CreationDate | Datetime | Timestamp when the shipment attachment record was created. |
| FileContents | String | Contents of the attached file, if applicable. |
| ExpirationDate | Datetime | Date when the attachment expires or becomes invalid. |
| LastUpdatedByUserName | String | User name of the person who last updated the shipment attachment. |
| CreatedByUserName | String | User name of the person who created the shipment attachment. |
| AsyncTrackerId | String | Tracking identifier for asynchronous processing of the attachment. |
| FileWebImage | String | Thumbnail or preview image of the attached file, if applicable. |
| DownloadInfo | String | Metadata about the download status of the attached file. |
| PostProcessingAction | String | Action to be taken after processing the attachment. |
| Carrier | String | Carrier associated with the shipment transaction request. |
| ExternalSystemTransactionReference | String | Reference ID for the corresponding transaction in an external system. |
| Finder | String | Identifier used to locate or retrieve shipment transaction attachment requests. |
| FromActualShipDate | Datetime | Start date range for actual shipment departure. |
| FromInitialShipDate | Datetime | Start date range for initially planned shipment departure. |
| Item | String | Item associated with the shipment transaction request. |
| ModeOfTransportCode | String | Code representing the mode of transport for shipment. |
| Order | String | Order number linked to the shipment transaction request. |
| PackingUnit | String | Packing unit associated with the shipment transaction request. |
| ServiceLevelCode | String | Code representing the service level for the shipping method. |
| ShipFromOrganizationCode | String | Code representing the ship-from organization. |
| Shipment | String | Name of the shipment associated with the transaction. |
| ShipmentLine | Long | Line item number within the shipment transaction request. |
| SoldToCustomer | String | Customer to whom the shipment is sold. |
| ToActualShipDate | Datetime | End date range for actual shipment departure. |
| ToInitialShipDate | Datetime | End date range for initially planned shipment departure. |
| TransactionId | Long | Unique identifier of the shipment transaction request. |