PdfTemplate
The table storing PDF templates, used to define the layout and structure of printable documents within the system.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | A unique internal identifier assigned to the record, used to reference and manage the entry within the system. | |
| content | String | The main content associated with the record, typically used for storing text, data, or other relevant information related to the record. | |
| description | String | A detailed description of the record, providing additional context or information about the entity or item. | |
| isinactive | Boolean | Indicates whether the record is inactive, often used to flag records that should be excluded from active processes or reports. | |
| isprivate | Boolean | Indicates whether the record is marked as private, controlling access or visibility to the data. | |
| mediaitem | String | The media item associated with the record (such as an image, video, or document), used to reference multimedia content. | |
| name | String | The name associated with the record, typically used for identification or display purposes in user interfaces or reports. | |
| recordtype | String | The type of record (such as an invoice, order, or customer), used to classify the record within the system. | |
| subject | String | The subject or title of the record, typically used for categorization or summarizing the main focus or topic of the record. |