Change the order of a Display name from AAD

  • 21 December 2016
  • 1 reply
  • 8 views

  • Anonymous
  • 0 replies


 

Symptoms

 


Switch order of (Last Name, First Name) to (First Name, Last Name)
 

 

Diagnoses

 


You can do this using inline functions in the Workflow Designer, and expressions in Smartforms.
 

 

Resolution

Here is the Inline Function used: Display Name = Trim(Mid( string, Find( string, ,) , Length( string ) ) ) Recreate this exactly how it is in the Expression builder and you should see the correct behavior. 

 

 



 

1 reply

Hi - I have tried using the above expression in my view, but it's not working. Could someone specifically type out the expression that needs to be used in SmartForms to accomplish this? I currently have last name, first name and would like it to be first name last name. Thanks so much!

Reply