
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2018 01:33 PM
I created a new table (Clients) extending it from the core_company table. I want a reference field on another table pointing at the new table Clients. The pop-up view on that reference field shows the default view and not the form view I created for Clients. How do I configure this?
I've tried this and it just changed the view on the Clients table, it did nothing in the pop-up.
Solved! Go to Solution.
- 29,859 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 06:14 PM
hi Jenny,
You can refer to the servicenow doc on how to create a new view and name it "sys_popup", then this new view will be used by your custom table reference field.
https://docs.servicenow.com/bundle/geneva-servicenow-platform/page/administer/navigation_and_ui/task/t_CreateAView.html
hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2018 05:45 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2018 07:36 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018 06:14 PM
hi Jenny,
You can refer to the servicenow doc on how to create a new view and name it "sys_popup", then this new view will be used by your custom table reference field.
https://docs.servicenow.com/bundle/geneva-servicenow-platform/page/administer/navigation_and_ui/task/t_CreateAView.html
hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2018 09:22 AM
Hello Bryan,
That was exactly the piece of the puzzle I was missing!
Thank you!