RuleDefinitions
Defines validation or business logic rules enforced across the system.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
The unique identifier for the rule definition record within the system. |
| Rule Definition Type | String | True |
The classification or object type of the rule definition. |
| Global ID | String | True |
The globally unique identifier used for system-wide integration and tracking. |
| Link | String | False |
The system-generated hyperlink or reference to access the rule definition record. |
| Rule Definition Name | String | False |
The name or title of the rule definition for display and reference. |
| Status | String | False |
The current status of the rule definition, such as active or inactive. |
| Created By | String | True |
The user who originally created the rule definition record. |
| Created Date | Datetime | True |
The date and time when the rule definition record was created. |
| Last Modified By | String | True |
The user who most recently modified the rule definition record. |
| Last Modified Date | Datetime | True |
The date and time when the rule definition record was last updated. |
| Active | Bool | False |
The flag indicating whether the rule definition is currently active. |
| CRC | String | False |
The cyclic redundancy check (CRC) value used to validate data integrity. |
| Display Field | String | False |
The field used for display purposes when referencing the rule. |
| Error Condition Formula | String | False |
The formula or logic that defines the condition under which the rule triggers an error. |
| Master Message | String | False |
The primary message shown when the error condition is met. |
| Order | Decimal | False |
The order or priority in which the rule should be evaluated or displayed. |
| Supported | Bool | False |
The flag indicating whether the rule is supported in the current system environment. |
| VExternal Id | String | False |
The external identifier used by the Veeva platform for the rule definition. |
| Object | String | False |
The object or module to which the rule definition applies. |
| Legacy CRM Id | String | False |
The identifier from a legacy Customer Relationship Management (CRM) system. |