Shamma Negi
Kilo Sage
Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
12-26-2023
03:27 AM
Issue or Detailed Description
The form hangs when trying to update or insert a record.
But unable to find any error in any logs.
Cause
"gs.sleep();" is used in server-side scripts.
Resolution or Steps to Remember!!
Check if gs.sleep() is used in any server-side script. Possible places include but not limited to:
- Script include.
- Business rule script and condition script
- ACL condition script.
- Email notification script and condition script.
- Workflow scripts.
Reason : Avoid using gs.sleep() in any script because it does not release session and will cause delays and add logs to the script whenever gs.sleep() has to be used.
Hope this helps.
I hope this article helpful. Please mark it as helpful and bookmark if you like it.
Regards,
Shamma Negi
- 225 Views
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
