PackageDatasets
Stores datasets that are bundled and transmitted as part of Vault CRM packages.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
The unique identifier for the record, used as a primary key to distinguish each entry in the system. |
| Name | String | False |
The name associated with the record, representing the specific item, product, or process being tracked. |
| Status | String | False |
The current status of the record, which could represent different stages like 'Active', 'Pending', 'Completed', or 'Archived'. |
| Outbound Package | String | False |
A reference to the outbound package associated with this record, typically representing a shipment or delivery container. |
| Dataset | String | False |
A reference to the dataset associated with this record, which may contain related data or information linked to the record. |
| Created By | String | True |
The user or system that originally created the record, helping to track the source or originator of the entry. |
| Created Date | Datetime | True |
The date and time when the record was first created, marking the timestamp for the creation of the entry. |
| Last Modified By | String | True |
The user or system that last modified the record, useful for tracking who made the most recent changes to the entry. |
| Last Modified Date | Datetime | True |
The date and time when the record was last modified, showing the last update made to the record. |
| Global ID | String | True |
A globally unique identifier for the record, ensuring consistency and reference across different systems or databases. |
| Link | String | False |
A hyperlink or URL related to the record, typically used to reference an external system or resource connected to the record. |