SupplierNegotiationResponseslinesattachments
Holds documents specifically tied to each negotiation response line, such as product specifications or compliance certificates.
Columns
Name | Type | Description |
SupplierNegotiationResponsesResponseNumber [KEY] | Long | Unique identifier for the response within the supplier negotiation, linking the attachment to a specific response in the negotiation process. |
LinesLineId [KEY] | Long | Unique identifier for the line item associated with the response, linking the attachment to a specific line within the negotiation. |
LinesResponseNumber [KEY] | Long | Unique identifier for the line item response, used to track and reference the supplier’s offer or bid for a particular line item. |
AttachedDocumentId [KEY] | Long | Unique identifier for the attached document, used to track and manage the specific document linked to the response line. |
LastUpdateDate | Datetime | The date and time when the attached document was last updated, providing a timestamp for the most recent modification to the document. |
LastUpdatedBy | String | The name or identifier of the person who last updated the attachment, ensuring accountability for any changes made. |
DatatypeCode | String | Code representing the data type of the attached document (for example, 'PDF' or 'Word'), used to classify the file type. |
FileName | String | The name of the attached file, providing a reference for the document within the system. |
DmFolderPath | String | Path to the folder in the document management system where the attached file is stored, assisting with locating the document in the system. |
DmDocumentId | String | Unique identifier for the document in the document management system, enabling precise tracking and retrieval of the document. |
DmVersionNumber | String | The version number of the attached document, used to distinguish between different iterations or versions of the same file. |
Url | String | The URL pointing directly to the attachment, providing access to the document for users. |
CategoryName | String | The category or classification of the attachment, helping to group and organize similar attachments for easy reference. |
UserName | String | The name or identifier of the user associated with the attachment, indicating who uploaded or is responsible for the document. |
Uri | String | Uniform Resource Identifier (URI) linking to the attachment, providing a consistent way to reference the document within the system. |
FileUrl | String | URL for downloading the attachment, offering a direct link for users to access and retrieve the document. |
UploadedText | String | Text entered during the upload of the attachment, typically used for describing the document or adding additional context to the file. |
UploadedFileContentType | String | The content type of the uploaded file, indicating its format. |
UploadedFileLength | Long | The size of the uploaded file in bytes, indicating the file’s size and assisting with storage management. |
UploadedFileName | String | The original name of the file when it was uploaded, often retained for organizational or reference purposes. |
ContentRepositoryFileShared | Bool | Flag indicating whether the file in the content repository is shared with others. If true, the file is shared; if false, it is not. |
Title | String | The title of the attached document, summarizing the content or purpose of the file. |
Description | String | Detailed description of the attached document, explaining its contents, relevance, or context within the negotiation. |
ErrorStatusCode | String | Code representing the error status during the document attachment process, used to identify specific issues or failures that occurred. |
ErrorStatusMessage | String | Message explaining the error that occurred during the document attachment process, providing insights into what went wrong. |
CreatedBy | String | The name or identifier of the user who created the attachment record, providing accountability for the data entry. |
CreationDate | Datetime | The date and time when the attachment record was created, offering a timestamp for when the document was initially added to the system. |
FileContents | String | The contents of the file, typically for text-based documents, representing the raw text stored within the attachment. |
ExpirationDate | Datetime | The expiration date of the attachment, specifying when the document will no longer be valid or accessible within the system. |
LastUpdatedByUserName | String | The username of the individual who last updated the attachment, providing visibility into who made the most recent change. |
CreatedByUserName | String | The username of the individual who initially created the attachment, offering insight into the origin of the document. |
AsyncTrackerId | String | Identifier used to track asynchronous processing related to the attachment, such as file conversion or processing tasks. |
FileWebImage | String | URL or path to an image representing the file in web interfaces, providing a visual preview of the document. |
DownloadInfo | String | Information related to downloading the attachment, such as format, size, or instructions for accessing the document. |
PostProcessingAction | String | Action performed on the attachment after upload, such as validation, categorization, or encryption. |
Finder | String | Search or query reference related to the SupplierNegotiationResponseslinesattachments, used for filtering or looking up specific attachment records within the system. |
ResponseNumber | Long | Unique identifier for the response within the supplier negotiation, linking the attachment to a specific response in the negotiation process. |