Hello Everyone,
I've 3 entities named - Invoices, Customer, and BU Master
the attributes are as follows :
Note : In BU Master and Customer, both LeaderName and UserId2 are foreign keys from System User.
I want to display in Invoice Screen such as,
If i select Information Technology as BU name in Customer Screen , then when I login as "Bhalchandra Venkatesh"(which is BU head of Information Technology ) then only the invoices of Customer L should be shown in Invoice Screen.
I tried many ways but to no avail, please help to find the solution.
Hello Dev,
If I understood it well then you can add on filter in aggregate,
for example:
CheckBURole(UserId: GetUserId())
You can try this and let me know.
regards,
Ajit Kurane.
Hello Ajit,
I tried this way too, but before this i need to add some filter or join some of sources in which I'm totally confused.
Because the Name in Customer is from System User and the BU Name is from BU master, both are different entities.