Hi All,
I have a dashboard which is having 4 different pages, currently all users accessing first page as default dashboard.
Now we have have to set role wise default dashboard
For example users 1 will access page2 as default
User 2 will access page3 as default .
I have created portal path variable and given below path
'/shared/component/_portal/RSMM'
the above one will access all users.
Now I want to add page name in initialization block
I have tried below but got path not found
'/shared/component/_portal/RSMM/page1'
How can I pass page name in portal path?
Regards
Ram