Guys I have Combo Box, it displays a list when different users log in
It takes data from "SalesChannel"
But I need that when I log in "ManagerBIGroup" - he only showed CH12
When i log in "ManagerBIGroup"
How to write a IF condition correctly
Hi Kan2332,
First, change the Source to an Aggregate with the Sales Channel entity, and do the filter: ManagerBIGroup.checkrole = false or Id = Entity.SalesChannel.CH12
I want all users to see the full list, but if log in "ManagerBIGroup" only show "CH12" - will your code work like this?
Yes in a filter with an 'or' condition, if the first premise is true, the others are not executed.