UploadSupplierProductsAttachment
Uploads or updates attachments for supplier products, ensuring accurate supplier-product associations.
Input
Name | Type | Accepts Input Streams | Description |
SupplierProductsUniqID | Integer | False | Represents a unique hash key that identifies the supplier product entry. This hash key ensures that the correct product record is referenced when managing attachments related to supplier offerings. |
AsyncTrackerId | String | False | Specifies an identifier used for tracking the upload process of supplier product attachments. This identifier enables asynchronous monitoring and logging of the upload status. |
AttachedDocumentId | Integer | False | Defines the unique identifier for the document that is attached to the supplier product record. This identifier helps in managing and retrieving documents effectively. |
CategoryName | String | False | Indicates the category under which the attachment is classified. Categorization helps in structuring and organizing supplier-related documents for better retrieval and compliance. |
ContentRepositoryFileShared | Boolean | False | Specifies whether the attachment is shared within the content repository. If set to 'true', multiple users or processes can access the file within the supplier management system. |
DatatypeCode | String | False | Represents an abbreviation that identifies the data type of the attachment. This abbreviation ensures that the system correctly interprets the file format for processing and retrieval.
デフォルト値はFILEです。 |
Description | String | False | Provides a textual description of the attachment. This description helps users understand the purpose and content of the file associated with the supplier product. |
DmDocumentId | String | False | Defines the unique identifier for the document from which the attachment is created. This identifier ensures traceability and version control of supplier documents. |
DmFolderPath | String | False | Specifies the folder path where the attachment is stored within the document management system. This path ensures proper organization and easy retrieval of supplier-related files. |
DmVersionNumber | String | False | Indicates the version number of the attachment. This version number helps track document revisions, ensuring that the latest version is always accessible. |
DownloadInfo | String | False | Contains a JSON-formatted string with metadata about the attachment, such as file size, format, permissions, and security settings. |
ErrorStatusCode | String | False | Specifies an abbreviation representing an error code if an issue occurs during attachment processing. This code abbreviation helps diagnose and resolve upload failures. |
ErrorStatusMessage | String | False | Provides a detailed message describing any errors encountered during attachment upload or retrieval. This message assists in debugging and system notifications. |
FileLocation | String | False | Indicates the original location of the file on the user's desktop before upload. This location ensures proper file selection and tracking during the upload process. |
FileName | String | False | Defines the name of the file being uploaded as an attachment. This name ensures accurate file identification within the supplier management system. |
FileUrl | String | False | Contains the Uniform Resource Locator (URL) where the attachment file is stored. This URL enables users to access and retrieve supplier documents online through a web-based system. |
Title | String | False | Specifies the title of the attachment. This title provides an additional way to categorize and label the file for easy identification and searchability. |
Uri | String | False | Represents the Uniform Resource Identifier (URI) that uniquely identifies the attachment. This URI allows for structured access and referencing within system integrations and APIs. |
Url | String | False | Contains the URL used to locate and retrieve the attachment. This URL ensures that users can easily access the file through the supplier management system. |
Content | String | True | Holds the attachment content in InputStream format when LocalFilePath or FolderPath is not specified. This field allows direct file uploads without requiring predefined storage paths. |
Result Set Columns
Name | Type | Description |
AsyncTrackerId | String | Returns the identifier used for tracking the uploaded files. This identifier ensures that the attachment upload process is monitored for completion and errors. |
AttachedDocumentId | Integer | Returns the unique identifier for the attached document after processing. This field confirms successful attachment linking to the supplier product record. |
CategoryName | String | Returns the category classification of the attachment after processing. This field confirms that it is stored under the correct classification. |
ContentRepositoryFileShared | Boolean | Indicates whether the attachment remains shared after processing. If set to 'true', the file is accessible by multiple users or processes. |
CreatedBy | String | Specifies the user who originally created the attachment record. This information helps maintain an audit trail of document ownership and accountability. |
CreationDate | Datetime | Indicates the date when the attachment record was created. This date is useful for historical tracking and auditing purposes. |
DatatypeCode | String | Returns the abbreviation identifying the data type of the attachment after processing. This abbreviation ensures correct file type recognition within the supplier management system. |
Description | String | Provides the description of the attachment after processing. This description ensures that any updates or modifications to metadata are accurately captured. |
DmFolderPath | String | Specifies the folder path where the attachment is stored after processing. This field confirms proper organization in the document repository for supplier-related records. |
DocumentURL | String | Contains the final URL where the supplier product attachment is stored. This URL allows users to access and manage the document efficiently. |
DownloadInfo | String | Returns a JSON-formatted string containing metadata about the attachment, such as file size, format, and accessibility settings. |
ErrorStatusCode | String | Returns an abbreviation representing any error code encountered during processing. This abbreviation helps troubleshoot issues related to the attachment. |
ErrorStatusMessage | String | Provides a detailed message describing any errors that occurred during attachment processing. This message is useful for debugging and system monitoring. |
FileName | String | Returns the name of the attachment file after processing. This name ensures that the correct file is referenced in the system for supplier product documentation. |
FileUrl | String | Contains the final URL pointing to the attachment after processing. This URL enables users to retrieve and review the document online. |
LastUpdateDate | Datetime | Indicates the date and time when the attachment document was last updated. This information ensures version tracking and data accuracy. |
LastUpdatedBy | String | Identifies the login of the user who last modified the attachment. This login information helps maintain accountability and compliance monitoring for supplier product documentation. |
Links | String | Specifies the link relations associated with the resource instance. These links establish connections between the attachment and related resources, enabling system navigation and integration. |
Title | String | Returns the title assigned to the attachment. The title provides a meaningful label to help categorize, organize, and identify the attachment within the supplier management system. |
UploadedFileContentType | String | Indicates the content type of the uploaded file. This content type ensures that files are processed and rendered appropriately. |
UploadedFileLength | Integer | Specifies the size of the uploaded attachment file in bytes. This information is essential for managing storage capacity, file transfer limits, and system performance optimization. |
UploadedFileName | String | Defines the name of the file after it has been uploaded. This name ensures consistency in document identification, helping users locate and retrieve the correct supplier product attachment. |
UploadedText | String | Contains any extracted text from the uploaded attachment. This extracted text facilitates full-text search capabilities, content indexing, and compliance audits within the supplier management system. |
Uri | String | Represents the URI that uniquely identifies the attachment within the system. This structured reference ensures accurate document retrieval and integration with external systems or APIs. |
Url | String | Contains the URL pointing to the location where the attachment is stored. This URL enables users to retrieve and view the document via a web-based interface or an external repository. |
UserName | String | Specifies the login name of the user who uploaded or last modified the attachment. This login information supports audit trails, security enforcement, and compliance monitoring by tracking document ownership and modifications. |