Homepages
Contains configuration details for user-specific or role-based homepages in the Vault interface, including layout, widgets, and personalized content displays.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the homepage record. This value is typically system-generated and used to reference the entry internally within the Vault database. |
| Global ID | String | True |
System-assigned global identifier used to ensure uniqueness of the homepage record across multiple Vaults and environments. |
| Link | String | False |
System-generated hyperlink or reference URI that points to the homepage resource within the Vault application. |
| Name | String | False |
User-defined name of the homepage, typically used for display purposes within the user interface. This value corresponds to the 'name__v' field. |
| Status | String | False |
Current state of the homepage record, such as Active, Inactive, or Archived. This is used to control visibility and usability in the system. |
| Created By | String | True |
Username or ID of the user who initially created the homepage record in the Vault system. This tracks authorship and auditing. |
| Created Date | Datetime | True |
Timestamp indicating the exact date and time the homepage was created. This value supports chronological sorting and auditing processes. |
| Last Modified By | String | True |
Username or ID of the user who last modified the homepage record. Helps identify the most recent editor for auditing and tracking purposes. |
| Last Modified Date | Datetime | True |
Timestamp capturing the date and time of the most recent modification made to the homepage record. This is used for version control and auditing. |