ReceivingReceiptRequestsattachments
Manages attachments for receipt header requests, ensuring all necessary documents are linked.
Columns
| Name | Type | Description |
| ReceivingReceiptRequestsHeaderInterfaceId [KEY] | Long | The unique identifier for the receiving receipt request header interface in the ReceivingReceiptRequestsattachments table. |
| AttachedDocumentId [KEY] | Long | A unique identifier for the attached document related to a shipment line in the advanced shipment notice (ASN) request. This value is generated by the application when a document is associated with the ASN line. |
| LastUpdateDate | Datetime | The timestamp indicating the last time the receiving receipt request attachment was updated. |
| LastUpdatedBy | String | The username of the individual who last updated the receiving receipt request attachment. |
| DatatypeCode | String | A code representing the type of data contained in the attachment (for example, document type). |
| FileName | String | The name of the file attached to the advanced shipment notice (ASN) line request. |
| DmFolderPath | String | The directory or path in the content management system where the attached file is stored. |
| DmDocumentId | String | A unique identifier for the document in the content management system where the attachment resides. |
| DmVersionNumber | String | A version number that identifies the specific iteration of a document in the content management system. |
| Url | String | The URL linking directly to the attachment for the advanced shipment notice (ASN) line request. |
| CategoryName | String | The category under which the attachment for the advanced shipment notice (ASN) line request is classified (for example, invoice, packing list). |
| UserName | String | The username of the individual associated with the receiving receipt request attachment. |
| Uri | String | The Uniform Resource Identifier (URI) that uniquely identifies the attachment. |
| FileUrl | String | The URL used to access or download the attachment for the advanced shipment notice (ASN) line request. |
| UploadedText | String | The textual content of the uploaded attachment for the advanced shipment notice (ASN) line request. |
| UploadedFileContentType | String | The MIME content type (such as application/pdf, image/jpeg) of the uploaded attachment for the advanced shipment notice (ASN) line request. |
| UploadedFileLength | Long | The size, in bytes, of the uploaded attachment file for the advanced shipment notice (ASN) line request. |
| UploadedFileName | String | The filename of the attachment as uploaded for the advanced shipment notice (ASN) line request. |
| ContentRepositoryFileShared | Bool | Indicates whether the file is shared in the content repository. 'True' means the file is shared, and 'False' means it is not. By default, this is set to 'True'. |
| Title | String | The title or label given to the attachment for easier identification in the system. |
| Description | String | A detailed description of the attachment associated with the advanced shipment notice (ASN) line request, providing additional context or purpose. |
| ErrorStatusCode | String | A code indicating any error that occurred during the attachment process (if applicable). |
| ErrorStatusMessage | String | A message describing the error related to the attachment, if any. |
| CreatedBy | String | The username of the person who initially created the receiving receipt request attachment. |
| CreationDate | Datetime | The date and time when the receiving receipt request attachment was created. |
| FileContents | String | The content (in text or encoded format) of the file uploaded for the advanced shipment notice (ASN) line request. |
| ExpirationDate | Datetime | The date and time when the attachment will expire or become inaccessible. |
| LastUpdatedByUserName | String | The username of the person who last updated the attachment record. |
| CreatedByUserName | String | The username of the person who initially created the attachment record. |
| AsyncTrackerId | String | An identifier used by the Attachment UI components to track the asynchronous uploading process of a file. |
| FileWebImage | String | The web image representation of the file, typically used for visual preview in the application interface. |
| DownloadInfo | String | A JSON-formatted string containing necessary details required to retrieve a large file attachment programmatically. |
| PostProcessingAction | String | The action that can be taken after the file attachment has been uploaded, such as processing or validation. |
| CustomerId | Long | The unique identifier of the customer associated with the receiving receipt request attachment. |
| CustomerPartyName | String | The name of the customer party associated with the receiving receipt request attachment. |
| DocumentNumber | String | A number that uniquely identifies the document in relation to the receiving receipt request attachment. |
| ExternalSystemTransactionReference | String | A reference to the transaction in an external system that is related to the attachment. |
| Finder | String | An identifier or search criterion used to find the receiving receipt request attachment. |
| FromDate | Datetime | The start date of the period for which the receiving receipt request attachment is valid or applicable. |
| FromOrganizationCode | String | The organization code representing the source of the receiving receipt request attachment. |
| FromOrganizationId | Long | The identifier for the organization from which the receiving receipt request attachment originated. |
| GroupId | Long | A unique identifier for the group to which the receiving receipt request attachment belongs. |
| HeaderInterfaceId | Long | The interface identifier for the header in the receiving receipt request attachment table. |
| ItemId | Long | The identifier for the item associated with the receiving receipt request attachment. |
| ItemNumber | String | The number assigned to the item related to the receiving receipt request attachment. |
| OrganizationCode | String | The code of the organization associated with the receiving receipt request attachment. |
| OrganizationId | Long | The identifier of the organization associated with the receiving receipt request attachment. |
| POHeaderId | Long | The purchase order header ID related to the receiving receipt request attachment. |
| ProcessingStatusCode | String | A code indicating the current processing status of the receiving receipt request attachment. |
| ReceiptAdviceHeaderId | Long | The identifier for the receipt advice header related to the receiving receipt request attachment. |
| RMANumber | String | The return material authorization (RMA) number associated with the receiving receipt request attachment. |
| ShipmentHeaderId | Long | The shipment header ID related to the receiving receipt request attachment. |
| ShipmentNumber | String | The shipment number associated with the receiving receipt request attachment. |
| SourceDocumentCode | String | A code indicating the source document type for the attachment. |
| ToDate | Datetime | The end date of the period for which the receiving receipt request attachment is valid or applicable. |
| TransactionStatusCode | String | A code indicating the status of the transaction related to the receiving receipt request attachment. |
| TransactionType | String | The type of transaction associated with the receiving receipt request attachment (for example, return, receipt). |
| TransferOrderHeaderId | Long | The transfer order header ID related to the receiving receipt request attachment. |
| VendorId | Long | The identifier for the vendor associated with the receiving receipt request attachment. |
| VendorName | String | The name of the vendor associated with the receiving receipt request attachment. |
| VendorNumber | String | The vendor number associated with the receiving receipt request attachment. |