Skip to content

Commit 7f3f804

Browse files
authored
Update README.md to include autoSysField in script
1 parent 3e765c6 commit 7f3f804

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,10 @@ It is recommended to use an OOB library for modals in order to improve the user
329329
In your JDBC data load configuration, ensure that the 'last run datetime' option is set to true and configure the target database field to serve as a timestamp, as this best practice enables incremental data loading and improves performance in data integration processes using JDBC.
330330

331331
### Use of setWorkflow(false) in business rules will cause unexpected issues
332-
As setWorkflow(false) method will stop the execution of business rules on that particular GlideRecord object, this will result in unexpected behaviour where the execution of business rules skipped. Maintain caution while using this method and perform regression testing to avoid possible risk. It can have noticeable impact on Audit, Journal fields, notifications, SLA engine, workflow, flow engine etc.,
332+
As setWorkflow(false) method will stop the execution of business rules on that particular GlideRecord object, this will result in unexpected behaviour where the execution of business rules skipped. Maintain caution while using this method and perform regression testing to avoid possible risk. It can have noticeable impact on Audit, Journal fields, notifications, SLA engine, workflow, flow engine etc.
333+
334+
### Use of autoSysField(false) in scripts - backgound
335+
Using autoSysField(false) allows the admin to perform a mass update of records to true up some of the data while retaining the original system audited fields. This is useful to prevent inaccuracy in reporting time critical metrics/performance.
333336

334337
# Additional resources
335338

0 commit comments

Comments
 (0)