How to get display value of any reference field using Client script?

rathikaramamurt
Giga Expert

Hey,

Could anyone please advise on how to get the display value for any reference field (CI field) using the onSubmit Catalog Client script?

Using g_form.getValue('u_device_ref_1'), I am getting the sys_id of this field

And with g_form.getDisplayValue('u_device_ref_1'), I am getting blank value.

Thanks in Advance,

Rathika.

1 ACCEPTED SOLUTION

PrashantLearnIT
Giga Sage

HI Rathika,



You can use g_form.getDisplayBox('field_name');



Thanks


Prashant


********************************************************************************************************
Please appreciate the efforts of community contributors by marking the appropriate response as the correct answer and helpful. This may help other community users to follow the correct solution in the future.

********************************************************************************************************
Cheers,
Prashant Kumar
ServiceNow Technical Architect


Community Profile LinkedIn YouTube Medium TopMate
********************************************************************************************************

View solution in original post

25 REPLIES 25

This does not work for me but I'm trying it on a list collector as I need to display the selected item in a text field.

I need display value of List type field, do you have any idea how to do so.

I ended up having to create a script include to do a lookup on my array of values from my list collector and return an array of values. It will need to be client callable so so you can use GlideAjax.

Im getting this :

dev_K_0-1723025402291.png

 

Hi i tried g_form.getDisplayBox('state').value;

but its throwing error - 

find_real_file.png

 

 

 

 

find_real_file.png

 

Can you tell me whats the error here?