Opening the Right Pane Automatically
Hi all,
I'm finding that I can use the UI ROUTE_TO method to open the left panel widget, but not the right "Marketplace" panel. Is this a bug, is it by design, or am I doing something wrong?
- // This works
- ZOHODESK.invoke("ROUTE_TO" , {
- entity : "extension",
- location : "desk.ticket.detail.lefttab", //invoke location
- name : "Left Tab" //name of the widget
- })
- //This doesn't work
- ZOHODESK.invoke("ROUTE_TO" , {
- entity : "extension",
- location : "desk.ticket.detail.rightpanel", //invoke location
- name : "Right Panel" //name of the widget
- })
Thanks for your help
Tim