Can I hide the Product Catalog And Quick Pick Product Catalog Dashlets from Opportunity creation right panel ?

Hello,

My customer is not using the revenue line item ; so the product's dashlet are useless for him.

I can easily remove them from the standard dashboards ; but, during the opportunity creation, Sugar always display the Product Catalog and Quick Pick Dashlet.

Is there an easy settings to remove them or do I have to edit the code ?

Best regards,

Fred

Parents Reply
  • , good solution!

    It would make for an even better solution if you could achieve the same outcome through the extension framework (custom/Extension/modules/<module>/Ext/clients/base/<layouts|views>/ etc etc.)

    In Sugar every view/layout can be "merged" with your provided extensions, and it would make any changes more "upgrade safe".

    Basically you could walk through the preview layout, and unset the specific views/layouts you do not wish to have (product-catalog and product-quick-picks), allowing future product additions to appear within the system.

    If you need a (much more involved) example on how it fits together, I suggest picking up these examples https://github.com/esimonetti/SugarListViewSortByIndexedOnly and https://github.com/esimonetti/SugarDisableActivityStream compile the modules and look at the zipped outcome. Note that the SugarDisableActivityStream package is no longer applicable in today's Sugar versions, but it can be used as an example on how to achieve the exact same outcome for layouts via extensions.

    Hope this helps

    --

    Enrico Simonetti

    Sugar veteran (from 2007)

    www.naonis.tech


    Feel free to reach out for consulting regarding:

    • API Integration and Automation Services
    • Sugar Architecture
    • Sugar Performance Optimisation
    • Sugar Consulting, Best Practices and Technical Training
    • AWS and Sugar Technical Help
    • CTO-as-a-service
    • Solutions-as-a-service
    • and more!

    All active SugarCRM certifications

    Actively working remotely with customers based in APAC and in the United States

Children