display the reference field value on UI page

Ketan Pandey
Tera Expert

Please suggest how to display the reference field value on UI page

3 REPLIES 3

Ketan Pandey
Tera Expert

I have a grid table on UI page ,one of the columns i want to show the reference field value..

Hey @Ketan Pandey  :

If you are using Jelly script then use :

<g:ui_reference name="booking_req_id" id="booking_req_id"  table="x_8940_travel_book_booking_request"  query="active=true"  columns="number;short_description"/> 

https://www.oreilly.com/library/view/servicenow-application-development/9781787128712/9911cb81-b904-... 

I hope this solves your issue
Mark this as Helpful / Accept the Solution if this clears your issue

Nilesh Pol1
Giga Guru

Hi @Ketan Pandey 

please go through bellow link:

https://docs.servicenow.com/bundle/tokyo-application-development/page/integrate/inbound-soap/concept....

 

plz mark helpful, if it help towards the solution.