display the reference field value on UI page
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2023 05:51 PM
Please suggest how to display the reference field value on UI page
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2023 06:09 PM
I have a grid table on UI page ,one of the columns i want to show the reference field value..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2023 08:56 PM
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"/>
I hope this solves your issue
Mark this as Helpful / Accept the Solution if this clears your issue
Mark this as Helpful / Accept the Solution if this clears your issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2023 08:48 PM
please go through bellow link:
plz mark helpful, if it help towards the solution.