SupplierNegotiationResponsessectionsrequirementsattachments
Holds supporting files (drawings, certificates) attached to specific negotiation requirements, clarifying supplier responses.
Columns
| Name | Type | Description |
| SupplierNegotiationResponsesResponseNumber [KEY] | Long | Unique identifier for the response within the supplier negotiation, linking the requirement attachment data to a specific response in the negotiation process. |
| SectionsResponseNumber [KEY] | Long | Unique identifier for the section response, linking the requirement attachment data to a specific section within the supplier negotiation. |
| SectionsSectionId [KEY] | Long | Unique identifier for the section associated with the requirement, allowing tracking of the section to which the attachment is related. |
| RequirementsRequirementId [KEY] | Long | Unique identifier for the requirement associated with the attachment, providing clarity on the specific requirement that the document supports. |
| RequirementsResponseNumber [KEY] | Long | Unique identifier for the requirement response, linking the attachment to the specific response provided for that requirement. |
| AttachedDocumentId [KEY] | Long | Unique identifier for the document that is attached to the requirement, allowing for precise tracking and retrieval of the document. |
| LastUpdateDate | Datetime | The date and time when the attachment document was last updated, ensuring visibility into when the document was last modified. |
| LastUpdatedBy | String | The name or identifier of the person who last updated the attachment document, ensuring accountability for changes made. |
| DatatypeCode | String | Code representing the data type of the attached document, such as 'PDF' or 'Word', helping to classify and process the file. |
| FileName | String | The name of the attached file, providing a reference for identifying the document within the system. |
| DmFolderPath | String | Path to the folder in the document management system where the attached document is stored, facilitating easy location of the document. |
| DmDocumentId | String | Unique identifier for the document in the document management system, ensuring precise tracking and retrieval. |
| DmVersionNumber | String | Version number of the document, distinguishing between different versions of the same document. |
| Url | String | The URL pointing directly to the attachment, providing access to the document for users. |
| CategoryName | String | Category assigned to the attached document, used to classify and group related documents for easier retrieval. |
| UserName | String | The name or identifier of the user 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 within the system. |
| FileUrl | String | URL for downloading the attached file, offering a direct link for users to retrieve the document. |
| UploadedText | String | Text entered during the upload process, often used for describing the document or providing additional context for the file. |
| UploadedFileContentType | String | The content type of the uploaded file, indicating its format. |
| UploadedFileLength | Long | The size of the uploaded file in bytes, providing an indication of the document’s size and helping to manage storage. |
| UploadedFileName | String | The original name of the file when it was uploaded, typically retained for reference within the system. |
| ContentRepositoryFileShared | Bool | Flag indicating whether the file is shared with others in the content repository. If true, the file is shared; if false, it is private. |
| 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 relevance, contents, or role in 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 details about what went wrong. |
| CreatedBy | String | The name or identifier of the user who created the attachment record, ensuring accountability for data entry. |
| CreationDate | Datetime | The date and time when the attachment record was created, marking the 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 in the system. |
| LastUpdatedByUserName | String | The username of the individual who last updated the attachment, ensuring visibility into who made the most recent modification. |
| 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, upload, or validation tasks. |
| FileWebImage | String | URL or path to an image representing the file in web interfaces, often used as 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 that is performed on the attachment after it has been uploaded, such as validation, categorization, or encryption. |
| Finder | String | Search or query reference related to the SupplierNegotiationResponsessectionsrequirementsattachments, used for filtering or looking up specific attachment records in the system. |
| ResponseNumber | Long | Unique identifier for the response, linking the attachment to a specific response in the negotiation process. |