- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2022 01:12 PM
I'm new to UI Builder and have a problem that has me stumped right now, but I'm sure it has a simple solution. On my PDI, I created an application with a Workspace Experience and a new landing page. The workspace now shows up on my PDI under the Workspaces menu, but when I click it, it goes to the default Home page rather than the my new landing page. If I uncheck the Active box for the Home page and set my new landing page to Active, the menu item, when clicked, shows "Page not found". How do I make my new landing page show up from the Workspaces menu item?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2022 08:49 PM - edited ‎12-27-2022 08:50 PM
Hi @John Pearson,
Go to sys_ux_app_config table. Search for your experience.
And change the 'Landing Path' value to new landing page which you have created.
The page name mentioned in this configuration will be the landing page for your experience.
Let me know if it is helpful.
Thanks
Nootan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2022 02:02 PM
I couldn't find a way to specify an arbitrary page as the new landing page from the Workspaces menu. What I ended up doing was recreating my page as a variant of the default Home page and that would work. There's probably a way to do what I wanted, but it wasn't worth spending any more time on.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2022 08:49 PM - edited ‎12-27-2022 08:50 PM
Hi @John Pearson,
Go to sys_ux_app_config table. Search for your experience.
And change the 'Landing Path' value to new landing page which you have created.
The page name mentioned in this configuration will be the landing page for your experience.
Let me know if it is helpful.
Thanks
Nootan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2022 12:43 PM
Thank you! I knew there had to be an easy answer. I just hadn't found it.