Supplierssitesattachments
Tracks documents tied to a supplier site, such as compliance documents or service-level agreements.
Columns
| Name | Type | Description |
| SuppliersSupplierId [KEY] | Long | The unique identifier for the supplier associated with the attachment on the supplier site. |
| SitesSupplierSiteId [KEY] | Long | A unique identifier for the supplier site associated with the attachment. |
| AttachedDocumentId [KEY] | Long | A value that uniquely identifies the attachment for a specific supplier site. This is the primary key created when the user attaches a document to the supplier site. |
| LastUpdateDate | Datetime | The timestamp of the last update made to the attachment for the supplier site. |
| LastUpdatedBy | String | The user or system that made the last update to the attachment. |
| DatatypeCode | String | An abbreviation identifying the type of data associated with the attachment. Accepted values may be defined in the data type lookup. |
| FileName | String | The name of the file attached to the supplier site record. |
| DmFolderPath | String | The folder path where the attachment is stored in the document management system. |
| DmDocumentId | String | A unique identifier for the attached document in the document management system. |
| DmVersionNumber | String | The version number assigned to the attached document. |
| Url | String | The URI (Uniform Resource Identifier) that uniquely identifies the attachment. |
| CategoryName | String | The category of the attachment, which helps classify the document for easier management. |
| UserName | String | The username of the person who uploaded the attachment to the supplier site. |
| Uri | String | The URI (Uniform Resource Identifier) pointing to the location of the attachment in the system. |
| FileUrl | String | The URL (Uniform Resource Locator) of the attachment, used for direct access to the file. |
| UploadedText | String | The text content of the uploaded attachment, if applicable. |
| UploadedFileContentType | String | The content type of the uploaded file, indicating its format. |
| UploadedFileLength | Long | The length of the uploaded file in bytes. |
| UploadedFileName | String | The original name of the uploaded attachment file. |
| ContentRepositoryFileShared | Bool | Indicates whether the attachment is shared. 'True' means it is shared, while 'False' means it is not. Default is 'False.' |
| Title | String | The title of the attachment, which is typically used to describe the content of the document. |
| Description | String | A more detailed description of the attachment, explaining its purpose or contents. |
| ErrorStatusCode | String | An abbreviation identifying the error code associated with the attachment, if any. This helps diagnose issues related to the file. |
| ErrorStatusMessage | String | A message providing details about any errors that occurred during the upload or processing of the attachment. |
| CreatedBy | String | The user or system that created the attachment record for the supplier site. |
| CreationDate | Datetime | The date and time when the attachment record was created in the system. |
| FileContents | String | The contents of the attachment, typically used for smaller files stored as text. |
| ExpirationDate | Datetime | The date when the content in the attachment expires or is no longer valid. |
| LastUpdatedByUserName | String | The username of the user who last updated the attachment. |
| CreatedByUserName | String | The username of the user who created the attachment. |
| AsyncTrackerId | String | An identifier used to track the asynchronous processing of the uploaded file. |
| FileWebImage | String | An image or preview representation of the file, used for visual identification of the attachment. |
| DownloadInfo | String | A JSON object as a string, containing the necessary information to programmatically retrieve the file attachment. |
| PostProcessingAction | String | The name of the action that can be performed after the attachment is uploaded, such as 'Validate' or 'Archive.' |
| BilltoBuId | Long | The unique identifier for the business unit responsible for billing for the supplier site assignment. |
| BindPurchaseFlag | String | Indicates whether the supplier site attachment is bound to purchasing processes. A value of 'True' means the attachment is used for purchasing; 'False' means it is not. |
| BindReqBuId | Long | The unique identifier for the required business unit associated with the supplier site attachment. |
| BindSourcingOnlyFlag | String | Indicates whether the attachment is restricted to sourcing activities. A value of 'True' means the attachment is used solely for sourcing; 'False' means it can be used for other purposes. |
| BindSysdate | Date | The system date when the attachment was bound to the supplier site assignment. |
| Finder | String | A reference or search function used to locate or retrieve the supplier site attachment record in the system. |
| SupplierId | Long | The unique identifier for the supplier associated with the attachment on the supplier site. |