ImplicitFilterConditions
Captures the specific conditions applied to implicit filters, which are automatically applied to user queries or views based on roles, object types, or data access policies.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the implicit filter condition record within the Vault instance. |
| Global ID | String | True |
System-generated globally unique identifier used to reference this record across multiple Vaults or external systems. |
| Link | String | False |
Internal system link reference that allows direct navigation to this specific record within the Vault UI. |
| Implicit Filter Condition Name | String | True |
Human-readable name assigned to the implicit filter condition, typically used for display or selection purposes. |
| Status | String | False |
Current lifecycle status of the implicit filter condition, such as Active, Inactive, or Archived. |
| Created By | String | True |
Username or system account that originally created this implicit filter condition record. |
| Created Date | Datetime | True |
Timestamp indicating when this implicit filter condition was initially created in the system. |
| Last Modified By | String | True |
Username or system account that last updated this implicit filter condition record. |
| Last Modified Date | Datetime | True |
Timestamp of the most recent update made to this implicit filter condition. |
| Criteria | String | False |
Logical expression or condition used to define the filtering behavior of this implicit filter. This commonly includes comparisons on field values. |
| Field Name | String | False |
Name of the field on the target object to which this filter condition is applied. |
| Object Name | String | False |
API name of the Vault object (document, binder, or custom object) where this implicit filter condition is enforced. |
| Implicit Filter | String | False |
Reference to the associated implicit filter definition that this condition contributes to. |
| Legacy CRM Id | String | False |
Optional identifier used for backward compatibility with legacy Customer Relationship Management (CRM) integrations or data migrations. |