How to find the person who approved in the activity?

  • 21 February 2007
  • 3 replies
  • 0 views

Badge +13
If there is a server event that comes after the client event, and the client event is assigning to a K2 queue (resolve to user = false) with slot 1.

Is there a way to get the user FQN who completed the activity in the following server event?

3 replies

Badge +11
Hi Peter,

I haven't tested this but you should be able to store the user's FQN to an Activity level datafield within the client event. Then, in the following server event, check for the populated Activity datafield. If it is populated, you'll know that this user completed the event.

HTH,
Ockert
Badge +4
Hi All,

What's user's FQN?
Badge +11
It is the user's Fully Qualified Domain name.
Now, in 'domain' talk this can be in a lot of different formats but in K2.net terms it means '[DomainName][UserName]'

Regards,
Ockert

Reply