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