• WhereClause validation issue when creating Dynamic Role with process step "HandleObjectComponent - Insert"

    Dear all,

    I am currently working on a custom process where I would like to create a new Dynamic Role in a process step.

    Therefore, I added a proccess step of type "HandleObjectComponent - Insert" with the following parameter definitions

    va…

  • Query in a scrip with order by condition

    Hi everyone,

    I'm creating a custom scrip in which I need to execute a query with the order by clause. I specified it in the where caluse but there is a default "order by cn" in the final query. Here you can see the two queries.

    Where clasue…

  • Define a where clause for a custom FK column

    Hello,

    I would like to implement a where clause for a custom FK column, such that results of an FK column can be pre-filtered in Manager.

    For example; if one were to extend the table ADSAccount with an FK column pointing to the table ADSAccount, I would like…