AngelAngel
8 years agoQrew Assistant Captain
Autopopoulate to current User
Little background:
Each Employee can submit multiple tasks. (Relationship between Employee table and Task Table)
The employee table has all employee details, name, emailid,etc. The key for this table is RecordID.
What am I trying to achieve?
Every time a new task is created, default the Task owner to the current user but also build in logic where the current user could be re-assigning the task to some other employee.
(on Task Form load, default the task owner to the current user and allow the user to choose from a dropdown of other employees)
Each Employee can submit multiple tasks. (Relationship between Employee table and Task Table)
The employee table has all employee details, name, emailid,etc. The key for this table is RecordID.
What am I trying to achieve?
Every time a new task is created, default the Task owner to the current user but also build in logic where the current user could be re-assigning the task to some other employee.
(on Task Form load, default the task owner to the current user and allow the user to choose from a dropdown of other employees)