The CreatorCon Call for Content is officially open! Get started here.

Change Name format from User table

Rana5
Tera Expert

Hi Everyone,

 

Name from the User (sys_user) table uses the following format i.e., firstName + " " + lastName; however, we would like to use the following: lastName + ", " + firstName.

 

Kindly confirm whether you have implemented this. Thank you!

 

Regards,

Rana

1 REPLY 1

Eshwar Reddy
Kilo Sage

Hi @Rana5 

  1. Navigate to the sys_user table.
  2. Right-click on the Name field and select Configure Dictionary.
  3. Go to the Calculated Value section.
  4. Update the code on Line 14 to match the code shown in the screenshot below.

Line No 14 code  

current.last_name + ' ' + current.first_name;

Please refer to the screenshot for the exact code

 

EshwarReddy_0-1727269889841.png

 

Please mark this response as Correct and Helpful if it helps you can mark more that one reply as accepted solution

Thanks
Eshwar