glide.easy_import.run_business_rules
ServiceNow property description:
Enables data loaded using easy import to run business rules on target table
Attributes
- Sys ID: 0450df63eb133100c46ac2eef106fe9f
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.easy_import.run_business_rules` determines whether business rules are executed on the target table when data is loaded using the easy import feature. When this property is set to true, any business rules associated with the target table will run during the import process. This can be useful for ensuring that data integrity and business logic are maintained as data is imported. Conversely, setting this property to false will bypass the execution of business rules, which might be desirable for performance reasons or to avoid unintended side effects during bulk data imports. The default value for this property is false, meaning business rules are not run unless explicitly enabled.
Source