PackageComponents
Defines individual components included within a data or content package.
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 | True |
The name of the item or record, which may represent a product, package, or component within the production or outbound logistics process. |
| Status | String | False |
The current status of the record, which could represent different stages such as 'Active', 'Pending', 'Completed', or 'Archived'. |
| Vault Components | String | False |
A list or reference to the components stored within the vault, associated with this record. These could be physical parts or digital items that are part of the production process. |
| Outbound Packages | String | False |
A reference to the outbound packages that are associated with this record, typically for shipping or distribution purposes. |
| Created By | String | True |
The user or system that originally created the record, helping to track the originator of the entry. |
| Created Date | Datetime | True |
The date and time when the record was first created, marking the creation timestamp of the entry. |
| Last Modified By | String | True |
The user or system that last modified the record, useful for tracking updates and changes to the entry. |
| Last Modified Date | Datetime | True |
The date and time when the record was last modified, showing when it was last updated. |
| Global ID | String | True |
A globally unique identifier for the record, used to ensure 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. |