cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Removing a user From a Context Team Role via Workflow

rserhan
1-Newbie

Removing a user From a Context Team Role via Workflow

Hello All,


I am looking for a way to remove a username from a specific Role via an activity transition or an Expression Robot, more specifically the Product Manager role, I would like a user to be able to create a product context, but remove his/her name from the Product Managers role, upon completion of the task.


Thanks in Advance


Robert Serhan

1 REPLY 1

Hi Robert ,


The code snippet shd look something like ,


ContainerTeamHelper.service.removeMember(ContainerTeam,Role,Principal);



Similarly using the same ContainerTeamHelper you can also add users.



Regards,


Sriram Rammohan

Top Tags