On click of the + on assignment group and then clicking on a member Auto populate both (Group+user)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2024 02:20 AM
Hi All,
I am working on one requirement and details are:
On Change Request form, when the magnifying glass is clicked next to the Assignment group field, each group has a + next to it. When clicked, it lists the members of the group.
When a member is clicked, it should assign both the Assignment group and the Assigned to clicked. Currently it is only setting the Assignment group.
Assignment group field has attribute set to tree picker.
When click on Bernard Laboy, Assignment Group should be set to "CAB Approval" and Assigned to should be set as "Bernard Laboy".
On inspect I can see link value for each member has the sys_id of user record, but not getting how to fetch the link value and use it.
Thanks in Advance!