Looking for a query or some type of way to get the system roles and entitlements associated with all employees, any ideas that can help would be greatly appreciated it
Looking for a query or some type of way to get the system roles and entitlements associated with all employees, any ideas that can help would be greatly appreciated it
If I use the alias of Query.From(), I sometimes get the exception, e.g.
Database error 4104: The multi-part identifier "Org.UID_Org" could not be bound.
The simpliest example is this one-liner
session.Source().GetCollection(Query.From("Org"…(Ver 7.1.2)
Hello again experts,
Let me explain what we want to do and how have we tried to do so.
So our aim is to create an approval workflow for delegations in which the person you are delegating to has to approve it (“accept” that delegation). Sounds…