Opening the Right Pane Automatically

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?

  1. // This works
  2. ZOHODESK.invoke("ROUTE_TO" , {
  3. entity : "extension",
  4. location : "desk.ticket.detail.lefttab", //invoke location
  5. name : "Left Tab" //name of the widget 
  6. })
  1. //This doesn't work
  2. ZOHODESK.invoke("ROUTE_TO" , {
  3. entity : "extension",
  4. location : "desk.ticket.detail.rightpanel", //invoke location
  5. name : "Right Panel" //name of the widget 
  6. })
Thanks for your help

Tim