AD property capabilities of K2

  • 7 July 2006
  • 1 reply
  • 0 views

Badge +1
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"?

1 reply

Badge +11
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

Reply