- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2023 01:12 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2023 12:42 PM
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
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!