Hi, I have this application I am developing that has a User Role "Supervisor". And I have to get a list of Supervisors names, in a dropdown or a reference selector so I can issue funds to them.
I tried the generalization of System.user for my supervisors entity, and putting the xpath
[System.UserRoles = '[%UserRole_Supervisor%]']
In the select source of the reference selector. But when I run it in locally and on sandbox, when I clicked the reference selector, it shows a progress bar like thing, forever. And nothing happens, waited for more than 15 minutes.
What seems to be wrong here?
Please help
Dilan