UI Builder - Reference fields on forms

Edvin-Karalius
Tera Guru

Hey, I've combed clean the entire internet for and answer without luck.

Issue: I have a form component on the page. When clicking the ( i ) button next to a reference field.
A new page pops up with {https:my_current_url}/sub
Clicking the reference basically navigates me to a blank page by adding /sub at the end of the url.
I can't find any event that being triggered by this and i can't find any configuration that lets you control what happens when someone clicks the reference btn.

Does anyone know how those sub pages are supposed to be controlled?
Would be awesome to have a behavior that is more like in the old platform where a context window pops up.
or at least have a modal pop up.

EdvinKaralius_0-1693080716920.pngEdvinKaralius_1-1693080750595.png

 

 

1 ACCEPTED SOLUTION

Gregory Mote
Kilo Guru

I had this similar issue where it was just opening up a new page with the /sub anytime you clicked the info icon in reference fields. The quick fix for me was just making sure the experience had a page with URL path of 'record' and that the page had the page parameters 'table' and 'sysId' along with a form component configured. Basically just copy the basic structure of a record page for another ootb experience (i.e cmdb) 

View solution in original post

5 REPLIES 5

I couldn't find this solution anywhere in the UI Builder documentation. Thank you for pointing this out, it fixed a lot of issues in my workspace!