CreateAttachment
Creates a new attachment record and associates it with a specified folder or entity, facilitating document management.
Input
| Name | Type | Description |
| SupDocId | String | The unique ID of the supporting document (supdoc) to which the attachment is associated. |
| SupDocName | String | The name of the supporting document (supdoc) for identification. |
| SupDocFolderName | String | The name of the folder where the attachment will be stored. |
| SupDocDescription | String | Optional description of the attachment for further context. |
| AttachmentName | String | Optional name of the attachment file. |
| AttachmentType | String | Optional type of the attachment, such as PDF, image, etc. |
| AttachmentData | String | The attachment content encoded in base64 format. |
Result Set Columns
| Name | Type | Description |
| Result | String | Indicates whether the attachment creation was successful or failed. |