Skip to main content

User Group Assignation through Forms

  • 3 July 2017
  • 1 reply
  • 0 views

Greetings, 
I am new to K2 and I'm trying to set up a form based administration panel that allows the user to set a manager for other users.

I have a list of users in my AD, and I have a smart object (AD User) to collect the information from these users. I want to be able to set a "Manager" category for some users and assign them as managers to other users.
I want to do this through a form, instead of having to set these manager rights through AD.


Is such a thing possible, or do I need to use AD to set users as managers exclusively?

 

To recap
> User list A with all the users in the system

> User list B with the users selected as Managers

> Users from list B are assigned as managers for the users of list A

> This needs to be done through a K2 Form

 

Thanks in advance

1 reply

Badge +9

Hi EPV,


 


I have not done this before but looking at the SmartObject methods available i see that there is an Update Method on the AD User SmartObject.


 


In this method there is a Manager Property. Perhaps this will help to update a manager to a user?


 


-Jean

Reply