How to add a reference field on UI Page
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2024 11:20 PM
Hi All,
I have a requitement to view an UI Page on click of Transfer Case UI Action on a Case form. I've a Transfer case UI Action, when click on it should display Assignment Group reference field and Reason text field and both are mandatory. Can you please share the logic or code for the UI Page.
Thanks
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2024 11:47 PM
Hi @The Matrix ,
can you try something like below in ui page html section
<g:ui_reference name="my_reference_element" id="my_reference_element" table="my_reference_table" query="active=true"/>
Please mark this response as Correct and Helpful if it helps you can mark more that one reply as accepted solution
Thanks,
BK