Dear All,
I need an entitlement view which contains app roles owned by logged in user. For this I have created a custom "app role owner" attribute with "user" type. In database I can see that the value is user's db ID but the following does not work:
x."app_role_owner"='${avform.requestor.Id}'
Generally the question is how to refer to logged in user in entitlement views or user views. In default user view "Subordinates" it works somehow so I hope that there is a solution.
Any idea?