• Any queries or some type of way to get the system roles and entitlements associated with all employees

    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

  • Database error 4104: The multi-part identifier could not be bound

    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"…
  • Approval procedure for delegations

    (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…