Attachments
Stores and manages attachment records, enabling linkage to related transactions or entities.
Columns
| Name | Type | Description |
| RecordNo | String | Unique record number for the attachment. |
| SupDocId [KEY] | String | ID of the supporting document associated with the attachment. |
| SupDocName | String | Name of the supporting document. |
| Folder | String | Folder location of the attachment. |
| Description | String | Description or details of the attachment. |
| CreationDate | Datetime | Date and time when the attachment was created. |
| CreatedBy | String | User who created the attachment. |
| AttachmentName [KEY] | String | Name of the attachment. |
| AttachmentType | String | Type or format of the attachment. |
| AttachmentData | String | Binary data or encoded content of the attachment. |