Custom SidePane on Support Portal

How can i create a custom view in the side pane of the sugarCRM portal (see image)? is it the same as with the base portal?(modifying/creating  a JS controller, a PHP metadata file, and a Handlebars) if so should i change:

viewdefs['base'] >  to < viewdefs['portal'] > in the PHP metadata file .

Customer support portal SidePane

Notes: i'm using Sugar enterprise V9.0.0

Parents
  • Hi Karen Escritorio 

    Yes, this is the procedure to accomplish code customization in self service portal.

    Good luck!

    André Lopes
    Lampada Global
    Skype: andre.lampada
  • Hi André,

    can you specified on what files do i need to make changes, is it the same ones from the sugar base portal and i just need to change base to portal on the PHP metadata file? or is it a different path but same procedure?

  • Based on your screenshot you need to create the layout create-preview on Cases (custom/modules/Cases/clients/portal/layout/create-preview). You may take that layout on Quotes for reference. Obviously you need to override the viewdefs accordingly ($viewdefs['Cases']['poratl']['layout']['create-preview']).

    Regards

    André Lopes
    Lampada Global
    Skype: andre.lampada
Reply
  • Based on your screenshot you need to create the layout create-preview on Cases (custom/modules/Cases/clients/portal/layout/create-preview). You may take that layout on Quotes for reference. Obviously you need to override the viewdefs accordingly ($viewdefs['Cases']['poratl']['layout']['create-preview']).

    Regards

    André Lopes
    Lampada Global
    Skype: andre.lampada
Children