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

  • Sponsor change button

    Hello,

    Can someone tell me in Web Designer I can change the Add New Employee form?

    I need to make it so the Sponsor cannot be changed. I put template code to make it default to the person inserting the employee.

    Any help is appreciated.

    Thank you,

    L…