Skip to content

Commit d6575c3

Browse files
authored
Updated README.md to include new instance scan check
1 parent b650c8d commit d6575c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,11 @@ In your JDBC data load configuration, ensure that the 'last run datetime' option
342342
### Use of setWorkflow(false) in business rules will cause unexpected issues
343343
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.,
344344

345+
### Make use of isLoading Check (onChange Client Scripts Only)
346+
347+
The isLoading flag is the simplest way to prevent unnecessary code from taking up browser time. The isLoading flag should be used at the beginning of any script which is not required to run when the form is loading. There is no need to run this script on a form load because the logic would have already run when the field was last changed
348+
349+
345350
# Additional resources
346351

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

0 commit comments

Comments
 (0)