Hi everyone,
I am trying to display a non-default View in the application Navigation pane using the Site Map. I am using the guidance below:
Unfortunately, this is not working. I suspect this is because I am using the incorrect View ID. If I open the View in edit mode in the app, I have guessed the View ID is the last section in the browser URL:
However, I do not know if this the correct approach to obtaining the GUID View ID:
- AP ID: 41d2de61-441f-478e-ac63-2018ad2091a8
- Entity Name: new_business_cases
- View ID (I think): 1e0e351b-07be-ed11-83fe-00224801ad6d
- Sample Pattern: Url="/main.aspx?appid=e2bc1066-488f-eb11-b1ac-000d3a56ead9&pagetype=entitylist&etn=account&viewid=%7b<GUID value of view id>%7d"
- My URL Pattern: Url="/main.aspx?appid=41d2de61-441f-478e-ac63-2018ad2091a8&pagetype=entitylist&etn=new_business_cases&viewid=%7b1e0e351b-07be-ed11-83fe-00224801ad6d%7d"
Could anyone help?