Hi
I have some questions about how to get destination users from SharePoint list. First, if I create a SharePoint list to keep approvers by department It looks like;
[DeptCode] | [UserNameOrGroup]
HR | somewheresomeone1
MK | somewheresomeone2
Note: the [UserNameOrGroup] column has type "User or Group" in SharePoint.
If I want to select list item by passing department code, getting value from [UserNameOrGroup] column and add it to the destination users' activity, how can I accomplish this?
Second, if it has more than one user or group of approvers for each department. Could I modify the [UserNameOrGroup] column to allow multiple selections or no modify the list but add new item? Just likes;
HR | somewheresomeone1, somewheresomeone3
MK | somewheresomeone2, somewheresomeone4
-- Or --
HR | somewheresomeone1
HR | somewheresomeone3
MK | somewheresomeone2
MK | somewheresomeone4
Both 2 methods supported by K2?
Someone may ask me why don't you fix the destination users by windows group. Ok it's a good solution but in my environment, users don't have permission to use active directory tools and they familiar with SharePoint, so that's why I have to use SharePoint list.
I'm a newbie to K2 blackpearl and my English is poor, thank you for someone who try to understand me.