LinkTargets
Defines external or internal hyperlink targets used in navigation or linking within Vault CRM.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
The unique identifier assigned to each record within the system. It serves as the primary key for referencing and managing individual records. |
| Name | String | True |
The name of the document, reference, or entity. It provides a descriptive label for the record to help identify it within the system. |
| Status | String | False |
The current status of the record, such as 'active', 'inactive', or 'pending'. This reflects the lifecycle or processing state of the record. |
| Created By | String | True |
The identifier or name of the user who created the record, providing accountability for the creation of the record. |
| Created Date | Datetime | True |
The timestamp indicating when the record was created. This helps track when the record first entered the system. |
| Last Modified By | String | True |
The identifier or name of the user who last modified the record. It provides insight into who last updated the record and helps maintain version control. |
| Last Modified Date | Datetime | True |
The timestamp of the most recent modification made to the record, helping track changes and ensuring data is up to date. |
| Reference Type | String | False |
The type of reference associated with the record, such as 'document', 'link', or other categories. This categorizes the kind of resource the record refers to. |
| Document | String | True |
The unique identifier for the document associated with the record. It links the record to a specific document within the system. |
| Document Reference (unbound) | Decimal | True |
A reference to the document without any binding constraints, often used for linking documents that are not yet bound to a specific record. |
| Anchor Id | String | False |
The identifier of the anchor within the document. It provides a specific target for linking or referencing within the context of the document. |
| Anchor Title | String | False |
The title or name of the anchor in the document, providing more detailed context or description for the anchor point. |
| Anchor Page | Decimal | False |
The page number within the document where the anchor resides, helping users locate the exact location of the referenced content. |
| Reference | String | False |
The reference or target associated with the record. This could be a URL, an external document, or an internal link pointing to related content. |
| Global ID | String | True |
A globally unique identifier for the record, ensuring it can be identified across different systems or databases, avoiding conflicts. |
| Link | String | False |
The URL or path to an external resource related to the record, used to access additional content or documentation outside the database. |
| Document Version | String | False |
The identifier for the version of the document associated with the record. This tracks the specific iteration or revision of the document. |
| Document Version (unbound) | Decimal | False |
The version of the document that is not yet bound to a specific context or reference, often used for draft or provisional versions. |
| Create From Annotation ID | String | False |
The unique identifier for the annotation from which the current record was created, establishing a link between the two. |
| Annotation ID | String | False |
The identifier for a specific annotation within the document, used to track and reference annotations related to the record. |