how to load current user name in people picker while view load

  • 7 January 2017
  • 1 reply
  • 4 views

Badge +5

Hi 

 

I'm using K2 designer ,i need to load current login user in people picker control.

 

thanks in advance.


1 reply

Badge +9

Hi K2A,

 

Follow the below steps to to load current user name in people picker while view load    

 

  1. Edit The Rule "When the View executed Initialize"
  2. Add Action "Execute a control's method"
  3. Select Control as "Picker" and Method as "Resolve" and Click on configure
  4. Now in Popup For picker resolve method under parameter as value as "FQN"
  5. To get the FQN for Current User follow the below steps
  • on Right side under Context Browser Expend System Values
  • Then Expand Current User and drag and Drop FQN for value field

6. Click on Finish to save the rule and then Save your view.

Reply