Does K2 have any native capability to send tasks to an AD group based on properties contained within the AD profile?
For example:
If we have an AD property named "location" is there any mechanism to route a task to a user only if thier location property is equal to "ABC"?
Page 1 / 1
Hi kbodie,
Sorry, no such native capability - can be accomplished through custom code in the Destination Rule though. You can reference an external assembly which in turn makes use of the .NET DirectoryServices class to lookup these values and return a comma delimited list of destination users.
Hope this makes sense,
Ockert
Sorry, no such native capability - can be accomplished through custom code in the Destination Rule though. You can reference an external assembly which in turn makes use of the .NET DirectoryServices class to lookup these values and return a comma delimited list of destination users.
Hope this makes sense,
Ockert
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.