Property reference

glide.easy_import.run_business_rules

The glide.easy_import.run_business_rules property allows data imported through easy import to trigger business rules on the designated target table. Admins should ensure this setting is enabled to maintain expected automation and data integrity during imports.

Default: true Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property enables the execution of business rules for data loaded via easy import, ensuring that necessary processes are applied to the imported data.
What area does it affect? Data Import and Processing
What does the default mean? The default value is "true", which means this behavior is enabled by default.
When should you review it? Review this property when configuring data imports or adjusting business rules for target tables.

Out of the box property record

Raw metadata from the property record.

Property name glide.easy_import.run_business_rules
Sys ID 0450df63eb133100c46ac2eef106fe9f
Type boolean
Application Global
Default value true
Description Enables data loaded using easy import to run business rules on target table
Updated 2024-05-25 03:57:01

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... of ServiceNow, Inc., in the United States and/or other countries. Other company names, product names, and logos may be trademarks of the respective companies with which they are associated. 4010 glide.easy_import.run_business_rules When true, business rules, workflows, approval engines, auditing, and field normalization apply when easy import inserts or updates data. This functionality is equivalent to setting GlideRecord.setWorkflow() to true or false. ...