Select a group from Active Directory

  • 9 February 2018
  • 1 reply
  • 1 view

Badge +5

Hi,

 

Is it possible to select a group from Active Directory using a picker? We have a form and in some instances we may need to assign a task to a group rather than one individual (then one user in the group completes the task). The group is already set up in Active Directory but it doesnt appear in the list when we search.


Thanks. 


1 reply

Userlevel 4
Badge +14

There is no OOTB SmartObject that I’m aware of that can be used to search both Users and Groups in the same call. You must combine the URM Service User > GetUsers and Group > GetGroups method calls in an Advanced / composite SmartObject with method binding


http://help.k2.com/onlinehelp/K2Five/UserGuide/current/default.htm#Create/SmartObjects/AdvancedSmartObjects.htm


 


https://help.k2.com/onlinehelp/k2cloud/userguide/update_2/default.htm#create/smartobjects/advancedsmartobjectsmethods.htm


 


HTH


Vernon


 

Reply