- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2025 01:31 PM - edited 07-21-2025 01:36 PM
I have requirement to create Review catalog task and assign to asiign to group manager here is the script i am using
here is the script i am using but it is not returning group name but returning in the while i am debugging

Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2025 03:08 PM
If you are trying to assign a task to group manager, update your script to return gr.manager instead of gr.manager.getDisplayValue().
Also, why the sys_id is small. It should be 32 char long. Please verify if you are passing the correct sys_id in your script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2025 03:08 PM
If you are trying to assign a task to group manager, update your script to return gr.manager instead of gr.manager.getDisplayValue().
Also, why the sys_id is small. It should be 32 char long. Please verify if you are passing the correct sys_id in your script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2025 06:15 PM
thank you @swapna , i added correct sys_id but in the post i gave random one for refernce