Issue in displaying Relationships
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 03:29 AM
Hi Team,
I have a requirement wherein there is list of Order Tasks with concerned fields "Assignment Group" and "Assigned To".
There is a requirement to show only Assignment Group and Assigned To values from Order Tasks to Work Order .For example below records we have for Order Tasks for group and user :
Group is "Network" and "Assigned To" is "Raj",
Group is "hardware" and "Assigned To" is "Rakesh",
Group is "Database" and "Assigned To" is "Danny"
Now in "sys_user_grmember" table Danny is part of all the above 3 groups.
In the related list which we have created in "wm_order" form should only show as below:
Network Raj
Hardware Rakesh
Database Danny
but its showing below records:
Network Raj
Network Rakesh
Database Danny
Network Danny
Network Danny
The related list should only show :
Network Raj
Hardware Rakesh
Database Danny
Below is the code which I have written to define the Relationships:
"Applied to " : wm_order
"Queries From": sys_user_grmember