How to add a reference field on UI Page

The Matrix
Tera Contributor

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

Bhavya11
Kilo Patron

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