Question
Srclogic LLC
US
Last activity: 16 Aug 2022 7:15 EDT
HaveRole Function not executing
I am trying to use the HaveRole() function to create a when condition that will be placed on a layout in the UI of a section. My operator has the access group with the role I want listed as one of the options but it is always returning false.
I have tried the following variations of the functions:
@(Pega-RULES:Default).HaveRole(this,"Role")
@(Pega-RULES:Default).HaveRole(tools,"Role")
Lib(Pega-RULES:Default).HaveRole(this, "Role")
@HaveRole(tools, "Role")