UI Builder Landing page not displaying

John Pearson
Tera Contributor

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?

1 ACCEPTED SOLUTION

Nootan Bhat
Kilo Sage

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

View solution in original post

3 REPLIES 3

John Pearson
Tera Contributor

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.

Nootan Bhat
Kilo Sage

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

Thank you! I knew there had to be an easy answer. I just hadn't found it.