AD user is not recognized in People Picker - SmartForm

  • 23 September 2015
  • 6 replies
  • 0 views

Badge +6

Hi Experts,

 

I have a control on my smartform; let's say Employee ID, now when I enter a valid employee ID, it should get values for few other controls like Emp Name, Department etc. To achieve this, I mapped my people picker with AD User Smart Object

10994i3DE8AE6808313299.png

 

I am not able to understand this issue, could anyone please reply.

 

Regards,

Ram


6 replies

Userlevel 5
Badge +16

Hi Ram,

 

If you pass the user ID in the smartobject tester, do you get results?

 

 

Badge +6

Hi Mustafa,

Thank you for your response. Yes it gives result back for all the user IDs. 

Userlevel 5
Badge +16

can I see the resolving rule please?

Badge +6

Hi Mustafa,

Please get below people picker resolving rules-

1. 14098iD867A3467F47A802.png

 

3 First GetUserDetails method is responsible for Populating name in first screen above.

So Input Mapping Screen-

14300iE9338E0C61A88D89.png

 

4. GetUserDetails-CustomProperties method (refer seconod scrren) responsible for Department and Mobile Numer 

4.1 Input Mappings-

14111iD1B8C5BE5DDE800B.png

 

Please let me know if you need more details.

 

Regards,

Ram

Userlevel 5
Badge +16

Hi Ram,

 

Please try the following:

 

Remove the following actions from the resolving rule:

 

1- GetUserDetails method.

2- GetUserDetails-CustomProperties method.

 

add new rule "When Corporate ID is populated" and add the following methods in this rule:

 

1- GetUserDetails method.

2- GetUserDetails-CustomProperties method.

 

 

Userlevel 5
Badge +16

Hi Ram,

 

Try to change the result limit property in your picker control from to 1 instead of 100 

Reply