Skip to main content
April 2, 2026
Solved

Genesis - Multiple instances

  • April 2, 2026
  • 1 reply
  • 0 views

Hi,

I was trying to go back to one of the two Genesis pages (we have two instances in our app) using a button but seems like the following navigation action is not working.

XFPage=Dashboard:[container_bag_(App)_(Main)_EU]

I've tried using parameters in embedded dashboards to refresh the content and there is no way to go back to the home page.

It appears that Genesis assigns the same names for all objects so it's a problem when trying to refer a home page dashboard only related to a specific instance. This is the reason why i renamed the home page Genesis dashboard with a suffix.

For now i just opening the dashbaord i want in a new page using OpenInNewXFPage=True, but i prefer to make the back button working.

 

 

 

Best answer by FW4

I've fixed this using WsName.DashboardName as below:

XFPage=Dashboard:[Genesis EU.container_bag_(App)_(Main)_EU]

1 reply

FW4AuthorAnswer
April 2, 2026

I've fixed this using WsName.DashboardName as below:

XFPage=Dashboard:[Genesis EU.container_bag_(App)_(Main)_EU]