Skip to content

Commit 98fdfea

Browse files
authored
Update README.md
Updated README.md file with the description of the instance check definition
1 parent 7a30a9e commit 98fdfea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,9 @@ It is recommended to use an OOB library for modals in order to improve the user
322322
### Use "last run datetime" for JDBC data loads
323323
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.
324324

325+
### Use of setWorkflow(false) in business rules will cause unexpected issues
326+
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.,
327+
325328
# Additional resources
326329

327330
Please check these additional links for more information and details:

0 commit comments

Comments
 (0)