Hi,
I got a custom view which is being sorted based on a date (user expired). Based on that date do the users have to be moved to a group (deny).
Normally when adding users to a group you have to be in the group and the enter the names.
Can I somehow move a list of selected user to a group when standing in the view e.g. with a button??
Kjeld
Subject: Move users to group - from a view
Kjeld,
If the user name is not listed in Group then in that condition you can use of “chain agent”.
You have to create 2 agents. One button will call an agent, this agent will call an another agent by using “notesAgent.RunOnServer” method. The second agent signer name should be added in ACL as manager access or in that particular group.
Please do come back if you need any further clarifications !!
Thankx,
Piyush
Subject: RE: Move users to group - from a view
Hi Piyush,
Thanks for your answer.
I can follow you (a bit) but unfortuantly am I not able to implement the agent (dont know how to). If you got it implemented already you are welcome to post it here… 
Kjeld