|
| 1 | +<?xml version="1.0" encoding="UTF-8"?><record_update table="scan_table_check"> |
| 2 | + <scan_table_check action="INSERT_OR_UPDATE"> |
| 3 | + <active>true</active> |
| 4 | + <advanced>false</advanced> |
| 5 | + <category>performance</category> |
| 6 | + <conditions table="sys_transform_map">run_business_rules=true^active=true^EQ<item endquery="false" field="run_business_rules" goto="false" newquery="false" operator="=" or="false" value="true"/> |
| 7 | + <item endquery="false" field="active" goto="false" newquery="false" operator="=" or="false" value="true"/> |
| 8 | + <item endquery="true" field="" goto="false" newquery="false" operator="=" or="false" value=""/> |
| 9 | + </conditions> |
| 10 | + <description>Running business rules during transform may cause the transform to take longer than expected, or cause the instance to slow down.</description> |
| 11 | + <documentation_url>https://docs.servicenow.com/bundle/vancouver-integrate-applications/page/administer/technical-best-practice/concept/c_TroubleshootImportSetPerformance.html</documentation_url> |
| 12 | + <finding_type>scan_finding</finding_type> |
| 13 | + <name>Running Business Rules on Transform Maps </name> |
| 14 | + <priority>1</priority> |
| 15 | + <resolution_details> Do not run items like business rules, workflows, approval engines, and so on during a transform unless you want all insert and update business rules, notifications, and workflows to run. For example, when importing all data from an old system, you may not want notifications to run. To disable these items from running and to cease auditing and field normalization within the transform map for that import, deselect the Run business rules check box.</resolution_details> |
| 16 | + <run_condition/> |
| 17 | + <score_max>100</score_max> |
| 18 | + <score_min>0</score_min> |
| 19 | + <score_scale>1</score_scale> |
| 20 | + <script><![CDATA[(function (engine) { |
| 21 | +
|
| 22 | + // Add your code here |
| 23 | +
|
| 24 | +})(engine);]]></script> |
| 25 | + <short_description>Running Business Rules on Transform Maps </short_description> |
| 26 | + <sys_class_name>scan_table_check</sys_class_name> |
| 27 | + <sys_created_by>admin</sys_created_by> |
| 28 | + <sys_created_on>2023-10-10 11:06:48</sys_created_on> |
| 29 | + <sys_id>e19656212ff1311002eb2ca62799b639</sys_id> |
| 30 | + <sys_mod_count>1</sys_mod_count> |
| 31 | + <sys_name>Running Business Rules on Transform Maps </sys_name> |
| 32 | + <sys_package display_value="Example Instance Checks" source="x_appe_exa_checks">ca8467c41b9abc10ce0f62c3b24bcbaa</sys_package> |
| 33 | + <sys_policy/> |
| 34 | + <sys_scope display_value="Example Instance Checks">ca8467c41b9abc10ce0f62c3b24bcbaa</sys_scope> |
| 35 | + <sys_update_name>scan_table_check_e19656212ff1311002eb2ca62799b639</sys_update_name> |
| 36 | + <sys_updated_by>admin</sys_updated_by> |
| 37 | + <sys_updated_on>2023-10-10 11:08:53</sys_updated_on> |
| 38 | + <table>sys_transform_map</table> |
| 39 | + <use_manifest>false</use_manifest> |
| 40 | + </scan_table_check> |
| 41 | +</record_update> |
0 commit comments