20
Views
3
Comments
Solved
How to assign activity to user who return it to requester
Question

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

Solution

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,

Komal


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

Solution

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.