• WebPortal: Employee which can be edited by the current employee

    Hello,

    I have the following setup to only allow users to edit employees that are IsExternal=1. Here is my SQL on it...

    "uid_person in ( select uid_person from QER_VEditEmployee where uid_personhead = '%useruid%')
    and ((IsExternal = 1) or …