Forum Discussion

FW's avatar
FW
New Contributor II
11 hours ago
Solved

Genesis - Multiple instances

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.

 

 

 

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

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

1 Reply

  • FW's avatar
    FW
    New Contributor II

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

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