PaperTypes
Defines the available types of paper stock used for printing and packaging operations, such as Glossy, Matte, or Standard. Each record includes lifecycle metadata and status to support selection and quality control in manufacturing environments.
Columns
| Name | Type | Description |
| ID | String | The unique identifier for each record in the system. It serves as the primary key for distinguishing and referencing individual entries. |
| Name | String | The name associated with the record. This could represent the title, label, or description of the object being tracked in the system. |
| Status | String | The current status of the record, indicating its condition or progress. For example, it could indicate if the record is active, pending, or completed. |
| Created_By | String | The user or system that created the record. This field helps in tracking the originator or source of the record in the system. |
| Created_Date | Datetime | The date and time when the record was initially created. It provides a timestamp indicating when the record entered the system. |
| Last_Modified_By | String | The user or system that last modified the record. This field is important for auditing and tracking who made the latest changes to the record. |
| Last_Modified_Date | Datetime | The date and time when the record was last modified. This timestamp helps identify when the last update or change occurred. |