- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 12:06 PM
Hello all,
I have an Assignment Group Field referencing to Group (sys_user_group) table . But I want to display only the groups that Requester is part of.
And if the Requester is part of only one group, it has to be Auto populated.
How can i achieve it ? please pour your insights.
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 07:12 AM
Hi @Madhan007 ,
You cant call both function in single reference qualifier and you wanted to auto populate the Group if user has single group so you have to call it in default value of the same field otherwise autopopulate will not work .
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 07:07 AM
Hi @swathisarang98 , Thanks for the Reply. but How can I call getGroups() and getSingleGroup() in the same Reference Qualifier?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 07:12 AM
Hi @Madhan007 ,
You cant call both function in single reference qualifier and you wanted to auto populate the Group if user has single group so you have to call it in default value of the same field otherwise autopopulate will not work .
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2024 11:54 AM
Thank you @swathisarang98 ! it worked