UploadTradingPartnerItemsAttachments
Handles the upload or update of file content for trading partner item attachments within the Product Lifecycle Management module.
Input
Name | Type | Description |
TradingPartnerItemId | Integer | The unique identifier for the Trading Partner Item. This identifier is used to track and manage item-level attachments within the trading partner integration process. |
AttachmentDFF | String | A structured field used for capturing additional descriptive attributes related to attachments. This field is typically configured as part of descriptive flexfields (DFF) for business-specific metadata. |
CategoryName | String | The category assigned to the attachment. This category defining an attachment's classification within the system (for example, technical documents, compliance records, or product images). |
ContentRepositoryFileShared | Boolean | Indicates whether the attachment is shared within the content repository. This field allows multiple users or systems to access the same file reference. |
DatatypeCode | String | A system-generated code that identifies the data type of the attachment. This code ensures proper processing and validation based on the format of the content.
The default value is FILE. |
Description | String | A brief text description of the attachment. This description provides additional context about the attachment's purpose, content, or relevance to the associated Trading Partner Item. |
DmFolderPath | String | The hierarchical folder path where the attachment is stored within the document management system. This path ensures organized file storage and retrieval. |
DmVersionNumber | String | The version number assigned to the attachment within the document management system. This number enables version control and tracking of document revisions. |
DownloadInfo | String | A JSON object represented as a string containing structured metadata related to the attachment, such as access permissions, file details, and retrieval options. |
ErrorStatusCode | String | A predefined code representing an error status related to the attachment processing. This code is used for system debugging and troubleshooting. |
ErrorStatusMessage | String | A detailed error message providing information about the nature of an issue encountered during attachment processing or file handling. |
FileLocation | String | The local or network-based file path where the attachment is stored before being uploaded to the content repository or shared system. |
FileName | String | The name of the attachment file, including its file extension, which uniquely identifies the document within the system. |
FileUrl | String | The full Uniform Resource Locator (URL) used to access the attachment. This URL provides a direct link to the document stored in a web-accessible repository. |
Title | String | The designated title of the attachment. This title is used for reference in system interfaces, reports, and user searches. |
Uri | String | A Uniform Resource Identifier (URI) that uniquely identifies the attachment within the system. This URI ensures structured reference and retrieval. |
Url | String | A URL that provides the exact web address where the attachment is stored and accessible. |
Result Set Columns
Name | Type | Description |
AttachmentDFF | String | A structured output field capturing additional descriptive attributes related to the attachment, as configured through DFFs. |
CategoryName | String | The assigned category of the attachment, indicating its classification for retrieval, reporting, or business process management. |
ContentRepositoryFileShared | Boolean | Indicates whether the attachment is shared within the repository. This information enablesg efficient storage and controlled access across multiple entities. |
CreatedBy | String | The system identifier of the user who originally uploaded or created the attachment. This identifier ensures accountability in document tracking. |
CreationDate | Datetime | The timestamp recording when the attachment was initially created in the system. This timestamp is useful for auditing and version control. |
DatatypeCode | String | A system-assigned code that identifies the data format of the attachment. This code ensures compatibility with processing and storage requirements. |
Description | String | A brief text summary of the attachment. This text summary provides context on its contents, usage, and relation to the associated Trading Partner Item. |
DmFolderPath | String | The directory structure where the attachment is stored within the document management system, allowing for organized retrieval. |
DocumentURL | String | The web-accessible URL linking to the attachment within the catalog. This URL allows users to access the file online. |
DownloadInfo | String | A structured JSON object containing metadata (such as permissions and download history) for retrieving or managing the attachment. |
ErrorStatusCode | String | A predefined status code indicating any processing errors encountered with the attachment. This code is useful for logging and issue resolution. |
ErrorStatusMessage | String | A detailed message describing any errors related to the attachment processing. This message helps users troubleshoot issues effectively. |
FileName | String | The name of the attachment file as stored in the repository. This name preserves its identity for searches, retrieval, and reference. |
FileUrl | String | The fully qualified URL providing access to the attachment. This URL enables direct file retrieval from external systems or users. |
LastUpdateDate | Datetime | The timestamp recording when the attachment was last modified. This timestamp provides insight into the most recent changes or updates. |
LastUpdatedBy | String | The identifier of the user who most recently modified the attachment. This identifier ensures accountability and traceability. |
Links | String | A collection of link relations associated with the resource instance. This information is used for navigation and structured API access. |
Title | String | The user-defined title of the attachment. This title is used for display in interfaces, search results, and reporting purposes. |
UploadedFileContentType | String | The content type of the uploaded file. This content type ensures proper handling and display. |
UploadedFileLength | Integer | The file size of the uploaded attachment, recorded in bytes. This value allows for validation of storage and transfer requirements. |
UploadedFileName | String | The name of the file that was uploaded. This name preserves the original file identity for audit and retrieval purposes. |
UploadedText | String | The extracted or manually entered text content from the attachment. This content is used for search indexing and text-based retrieval. |
Uri | String | A system-generated URI that uniquely references the attachment within the document repository. |
Url | String | A web-accessible URL that provides a direct link to view or download the attachment in the repository. |
UserName | String | The login username of the user who created or last modified the attachment. This login name ensures accountability in system transactions. |