- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 11:55 AM
Hi,
I need to populate assigned to based on assignment group. I have written this code and it is not working.
Please correct my code to make it work.
Regards,
Nivedita
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2024 03:44 AM
You can write below code in script include, its working on my PDI.
Script include code :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 02:02 PM
Hi @niveditakumari ,
Try changing the 'Reference' field of the 'Assigned to' variable to the User [sys_user] table, not the Group Member table.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 10:19 PM
HI @James Chun,
Thank you for correcting me.
I have corrected that it is showing all users in assigned to field after selecting any group in assignment group field.
Regards,
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 08:25 PM
@niveditakumari , Code looks Fine but under the Assigned to Reference it should be sys_user not the group member table , can you please correct that and give a try
Regards,
Shyamkumar
Regards,
Shyamkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 10:12 PM
Hi @shyamkumar VK,
Thank you for correcting me.
I have corrected that it is showing all users in assigned to field after selecting any group in assignment group field.
Regards,
Nivedita