sysrule
Stores rule definitions that drive automated logic and system behaviors.
Columns
| Name | Type | ReadOnly | References | Description |
| sys_overrides | String | False |
Specifies any system rules or configurations that this rule overrides within the platform. | |
| order | String | False |
Defines the execution order of the rule, determining its priority relative to other rules. | |
| name | String | False |
Specifies the display name of the rule for easy identification and management. | |
| sys_id [KEY] | String | False |
Provides the system identifier (sys_id) for the rule record. | |
| sys_domain_path | String | False |
Indicates the hierarchical domain path where the rule applies within the instance. | |
| sys_domain | String | False |
Specifies the domain or scope in which the rule is enforced. | |
| description | String | False |
Contains a detailed explanation of the rule's purpose, logic, or behavior. | |
| sys_policy | String | False |
Specifies the policy that governs how this rule behaves during updates or migrations. | |
| sys_replace_on_upgrade | String | False |
Indicates whether this rule should be replaced during system upgrades. | |
| sys_customer_update | String | False |
Identifies whether the rule was modified by a customer or remains vendor-provided. | |
| sys_scope | String | False |
References the application scope to which the rule belongs. | |
| sys_package | String | False |
References the application package that includes this rule definition. | |
| sys_updated_on | Datetime | False |
Records the date and time when the rule record was last updated. | |
| sys_created_on | Datetime | False |
Records the date and time when the rule record was initially created. | |
| sys_name | String | False |
Stores the internal system name used to identify the rule in backend operations. | |
| sys_updated_by | String | False |
Identifies the user who last modified the rule record. | |
| sys_created_by | String | False |
Identifies the user who originally created the rule record. | |
| sys_class_name | String | False |
Defines the system class associated with the rule, determining its functional type. | |
| sys_mod_count | String | False |
Tracks the number of times the rule record has been modified since creation. | |
| sys_update_name | String | False |
Contains the unique update name used for version control and tracking rule changes. |