SupplierNegotiationsattachments
Holds reference documents (terms, supporting files) at the negotiation header, enriching the negotiation record.
Columns
| Name | Type | Description |
| SupplierNegotiationsAuctionHeaderId [KEY] | Long | Unique identifier for the auction header, linking the attachment data to a specific auction event in the negotiation process. |
| AttachedDocumentId [KEY] | Long | Unique identifier for the attachment, serving as the primary key for each document attached to the negotiation. |
| LastUpdateDate | Datetime | The date and time when the attachment record was last updated, providing a timestamp for the most recent modification. |
| LastUpdatedBy | String | The name or identifier of the person who last updated the attachment record, ensuring accountability for changes. |
| DatatypeCode | String | Abbreviation representing the data type of the attachment. Values may include 'FILE', 'FOLDER', 'TEXT', or 'WEB_PAGE'. |
| FileName | String | The name of the file associated with the attachment, providing a reference to the document. |
| DmFolderPath | String | The path in the document management system where the attachment is stored, helping to locate the document. |
| DmDocumentId | String | Unique identifier for the document in the document management system, enabling precise tracking and retrieval. |
| DmVersionNumber | String | Version number of the attached document, distinguishing between different versions of the same file. |
| Url | String | Uniform Resource Locator (URL) that identifies the location of the attachment, providing access to the file. |
| CategoryName | String | Category of the attachment, used to classify and group related documents for easier retrieval. |
| UserName | String | The username or identifier of the person associated with the attachment, indicating who uploaded or is managing the document. |
| Uri | String | Uniform Resource Identifier (URI) linking to the attachment, providing a consistent reference for the document. |
| FileUrl | String | URL for downloading the attachment, allowing users to access the file directly. |
| UploadedText | String | Text associated with the attachment, often used to describe the contents or context of the document. |
| UploadedFileContentType | String | The content type of the uploaded file, indicating its format. |
| UploadedFileLength | Long | Size of the uploaded file in bytes, indicating the file’s storage requirements. |
| UploadedFileName | String | The original name of the file when it was uploaded, typically retained for reference. |
| ContentRepositoryFileShared | Bool | Flag indicating whether the file is shared within the content repository. If true, the file is shared; if false, it is not. |
| Title | String | Title of the attachment, often summarizing the document’s contents or purpose. |
| Description | String | Description of the attachment, providing additional context or explanation of its relevance. |
| ErrorStatusCode | String | Code identifying the error, if any, associated with the attachment, helping to track issues. |
| ErrorStatusMessage | String | Message providing details of the error, if any, encountered during the attachment process. |
| CreatedBy | String | The name or identifier of the person who created the attachment record, ensuring accountability for data entry. |
| CreationDate | Datetime | The date and time when the attachment record was created, providing a timestamp for when the document was first added. |
| FileContents | String | The contents of the attachment, typically used for text-based documents to store raw text. |
| ExpirationDate | Datetime | The date when the attachment expires, specifying when the document is no longer valid or accessible. |
| LastUpdatedByUserName | String | The username of the individual who last updated the attachment, providing visibility into who made the most recent changes. |
| CreatedByUserName | String | The username of the individual who initially created the attachment record, indicating the origin of the document. |
| AsyncTrackerId | String | Identifier used to track the processing status of asynchronous tasks related to the attachment, such as file conversion or upload. |
| FileWebImage | String | URL or path to an image representing the file in web interfaces, often used as a thumbnail or preview of the document. |
| DownloadInfo | String | JSON object containing metadata and information needed to programmatically retrieve the attachment file. |
| PostProcessingAction | String | The action that is triggered after an attachment is uploaded, such as validation, categorization, or further processing. |
| AuctionHeaderId | Long | Unique identifier for the auction header, linking the attachment data to a specific auction event. |
| Finder | String | Search or query reference related to the SupplierNegotiationsattachments, used for filtering or looking up specific attachment records. |
| EffectiveDate | Date | This query parameter is used to fetch resources that are effective as of the specified date, ensuring the retrieved records are relevant for the requested period. |