now the employee return the request to requester with notes i want to re assign the request to the this employee after requester click on submit how to know the employee Id to assign the request to it
Hello,
Do you save the request Id along with Employee Id meaning that this request belongs to this employee Id like that?
If not then you need to update the Data base to add foreign key of EmployeeId to your request table after that when you reassign the request to employee you will have employee id and just pass it.
Regrads,
Komal
Hi Abduerhman Salama,
Can you please elaborate your question with more details.
Regards,
Hello @Abduerhman Salama
While returning the request to the requester after updating it you must have the CreatedBy attribute of that record which holds the UserId of the requester.
From there you can re assign the request, pass that UserId while reassigning.
For further help share your oml.
Regards
Anees