Hi All, I would like the user login name to auto-populate in the Caller Field on the catalog form.

devendar koduri
Tera Contributor
 
3 ACCEPTED SOLUTIONS

Harish Bainsla
Kilo Patron
Kilo Patron

Hi

No need to write client script to auto populate caller with current logged in user.

Open that field in dictionary level and in default value write the below line

javascript: gs.getUserID()

View solution in original post

Rajeshbabu
Tera Expert

Hi 

To auto populate the logged in user details:

Add in default value to that variable: javascript:gs.getUserID() /name of logged in user.

AS shown in Screen shot:

Reference filed population .JPG

View solution in original post

Danish Bhairag2
Tera Sage
Tera Sage

Hi @devendar koduri ,

 

Just add below code in default tab of your Reference field which is referenced to User table

DanishBhairag2_0-1696924523676.png

 

Mark my answer helpful & accepted if it helped you.

 

Thanks,

Danish

 

View solution in original post

5 REPLIES 5

Danish Bhairag2
Tera Sage
Tera Sage

Hi @devendar koduri ,

 

Just add below code in default tab of your Reference field which is referenced to User table

DanishBhairag2_0-1696924523676.png

 

Mark my answer helpful & accepted if it helped you.

 

Thanks,

Danish