Auto populate current user in the people picker

  • 13 August 2014
  • 2 replies
  • 7 views

Badge

Hi,

I would like to know how we can do this? I tried the following steps and it did not work for me:

 

Create New Rule -> “When the View executed Initialize”
-In Events -> View Events -> Select When the View executes a <<method>> (select Initialize)
-In Actions -> Smart Object Interaction -> Execute a SmartObject method.
-Select Execute a SmatObject method. (it with <<SmartObject Name>> and <<Method>>)
-Select Configure -> In Input Mappings – select email or FQN from Context Browser -> System Values -> Current User -> FQN or Name or Email

 

Thanks,

Jawahar


2 replies

Badge +8

Picker control attached to your AD via smartobject with property value of name, display ususally like to put in Display Name


 


When view Initialize is good.  Add > Transfer Data rule that when configured, transferes the System Value > Curent User > Name.

Badge +4

You can try this:


On view initialize you execute the Picker control’s resolve method and pass in the value you want to set (in this example, the current user's email address):


 


 


14471iCAD74DC004CBE1B5.png

Reply