SuppliersbusinessClassificationsattachments
Associates proof documents (certificates, letters) with the supplier’s business classification, validating their status.
Columns
| Name | Type | Description |
| SuppliersSupplierId [KEY] | Long | The unique identifier for the supplier associated with the business classification attachment. |
| BusinessclassificationsClassificationId [KEY] | Long | The unique identifier for the business classification attached to the supplier. |
| AttachedDocumentId [KEY] | Long | A primary key that uniquely identifies the attachment for the business classification. This ID is created by the system when a document is attached. |
| LastUpdateDate | Datetime | The timestamp of the last update made to the attachment record for the business classification. |
| LastUpdatedBy | String | The user or system responsible for the most recent update to the attachment record. |
| DatatypeCode | String | An abbreviation representing the data type of the attached document, indicating the format of the file. |
| FileName | String | The name of the file attached to the business classification record. |
| DmFolderPath | String | The folder path where the attached document is stored in the document management system. |
| DmDocumentId | String | A unique identifier for the document within the document management system, ensuring it can be uniquely referenced. |
| DmVersionNumber | String | A version number assigned to the attached document, used for version control of the document. |
| Url | String | A URI (Uniform Resource Identifier) pointing to the location of the attached document. |
| CategoryName | String | The category or type of the attachment, such as 'Compliance Certificate,' 'Business Certification,' or 'Tax Document.' |
| UserName | String | The username of the individual who uploaded or is associated with the attachment. |
| Uri | String | The URI (Uniform Resource Identifier) that identifies the attachment, typically used for linking or accessing the file. |
| FileUrl | String | The URL (Uniform Resource Locator) pointing to the location where the attached document can be accessed or downloaded. |
| UploadedText | String | The text content of the uploaded attachment, if applicable, such as for text-based files. |
| UploadedFileContentType | String | The content type of the attachment, indicating its format. |
| UploadedFileLength | Long | The size of the uploaded file in bytes. |
| UploadedFileName | String | The original name of the file as uploaded by the user. |
| ContentRepositoryFileShared | Bool | Indicates whether the attached document is shared within the content repository. 'True' means it is shared, and 'False' means it is not. The default value is 'False.' |
| Title | String | The title or subject of the attachment, summarizing its content. |
| Description | String | A detailed description of the attachment, explaining its purpose or contents. |
| ErrorStatusCode | String | An error code that identifies any issues encountered with the attachment, if applicable. |
| ErrorStatusMessage | String | A message that provides further details about any error encountered with the attachment. |
| CreatedBy | String | The user or system that created the attachment record for the business classification. |
| CreationDate | Datetime | The timestamp when the attachment was originally created or uploaded. |
| FileContents | String | The contents of the attachment, stored as text if the file type allows it. |
| ExpirationDate | Datetime | The expiration date of the attachment, marking when it is no longer valid or accessible. |
| LastUpdatedByUserName | String | The username of the individual who last updated the attachment record. |
| CreatedByUserName | String | The username of the individual who originally created the attachment record. |
| AsyncTrackerId | String | An identifier used to track the progress or status of the uploaded file during the asynchronous upload process. |
| FileWebImage | String | An image associated with the file, typically used for web display or preview of the attachment. |
| DownloadInfo | String | A JSON object containing information required to programmatically retrieve the attachment, such as API call details. |
| PostProcessingAction | String | The name of the post-processing action that can be taken after the attachment is uploaded, such as validation or approval. |
| BilltoBuId | Long | The unique identifier for the billing business unit associated with the business classification attachment. |
| BindPurchaseFlag | String | Indicates whether the attachment is linked to purchasing-related activities. The value can be 'true' or 'false.' |
| BindReqBuId | Long | The unique identifier for the business unit that is required for processing the business classification attachment. |
| BindSourcingOnlyFlag | String | Indicates whether the attachment is limited to sourcing-related activities only (true) or if it has broader applicability (false). |
| BindSysdate | Date | The system date when the attachment binding operation was performed. |
| Finder | String | A reference to a lookup or search function used for locating the attachment within the system. |
| SupplierId | Long | The unique identifier for the supplier associated with this attachment record. |