Transferring a Case
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 10:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2024 04:56 AM
I am facing similar issue only when the cases are transferred within ER COEs . Any help would be appreciated
Thanks,
Janani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 03:13 AM
Hi Janani, try this please
The issue was in the UI policy script. If you're using g_form.clearValue() to clear values in the script, please remove it from the UI policy and instead, use a Client Script to clear any variable values. This should resolve the problem.
Also, try using the Microsoft debugger to identify which variables are being cleared when you attempt to transfer the case from A to B.
Let me know if it solves your problem.
if this does not work, then try to add the sn_hr_er_case_reader and sn_hr_er_case_writer roles to the assignment group from where you would want to initiate the transfer. Just test with one assignment group first in Dev.
Hopefully this will help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 08:41 PM
Hi @Viren Singh ,
any update on this?
I am also facing the same issue.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 03:08 AM
Hi Nisha,
I was able to find the solution.
The issue was in the UI policy script. If you're using g_form.clearValue() to clear values in the script, please remove it from the UI policy and instead, use a Client Script to clear any variable values. This should resolve the problem.
Also, try using the Microsoft debugger to identify which variables are being cleared when you attempt to transfer the case from A to B.
Let me know if it solves your problem.