How to add/remove user to an asset based on request form input

How to add/remove user to an asset based on request form input?

I am trying to get a solution to auto add/remove a user to a self defined asset.

Example, if user request access to Application1, i want them (after approval flow) to be auto added to the asset list

If user request removal to application1,  want them to be removed from the asset list.

And this all based on the selection field EMPLOYEE in the request form and the selection field REQUEST TYPE

So example:

I select user TEST in EMPLOYEE drop down, and select ADD in REQUEST TYPE drop down, and select APPLICATION1 in APPLICATION drop down, user has to be ADDED  to APPLICATION1 asset

I select user TEST in EMPLOYEE drop down, and select REMOVE in REQUEST TYPE drop down, and select APPLICATION1 in APPLICATION drop down, user has to be REMOVED  to APPLICATION1 asset

I hope i could explain this question enough to you all :)

Parents Reply Children