Skip to content

Commit 9ad0208

Browse files
authored
Update README.md
added Inscance scan check to check for List Reports without any columns selected
1 parent a86f543 commit 9ad0208

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,9 @@ As setWorkflow(false) method will stop the execution of business rules on that p
352352

353353
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
354354

355+
## Make sure columans are selected in list type reports
356+
357+
It is recommended to select columans in List type report to provide better user experence.
355358

356359
# Additional resources
357360

0 commit comments

Comments
 (0)