Skip to main content
Nintex Community Menu Bar

Getting manger's name of employee in Nintex form from AD

  • April 28, 2019
  • 2 replies
  • 43 views

Forum|alt.badge.img+2

I have a forom where line manager must be mentiond automatically when employee oopens that form. i tried the formula userProfileLookup(Current user, "Manager") in both people control and single line text control but it keeps on showing empty fields.

I also tried using calculated value control and it showed the manager name along with the domain name, and I need just the manager's name.

 

Any advice?

2 replies

cabeza
Forum|alt.badge.img+3
  • Novice
  • April 28, 2019

try using:

userProfileLookup(userProfileLookup(Current User, "Manager"), "PreferredName")


Forum|alt.badge.img+2
  • Author
  • April 28, 2019

Thank you! It worked using calculated value control.