Hi All
How can I check in the Web Designer in the "Condition" property of a case node inside a switch block if the currently logged in user has a specific AERole?
Thank you in advance.
Hi All
How can I check in the Web Designer in the "Condition" property of a case node inside a switch block if the currently logged in user has a specific AERole?
Thank you in advance.
You'll need to create a new collection that would have objects from PersonInAERole table and correct filter for just that particular role. Once You have that collection You can play with it. ;-)