Add quick create for cases

Anyone know how to amend the quick create (plus) on the top menu to include cases?

Could you please provide more details to what you are trying to achieve?

There is a quick create option in the form of a plus icon on the top menu. This let’s you create certain things like calls, leads… without going into that module. what I ideally want is to add other creates like create case.

I believe this would require custom development but if you post your idea on GitHub it can be a suggestion for a future release :slight_smile:

To do this: move copy and paste themes/SuiteP/tpls/_headerModuleList.tpl to custom/themes/SuiteP/tpls/_headerModuleList.tpl
Then add after:

                 <ul class="dropdown-menu" role="menu"> 

The following:

      
<li>
     <a href="index.php?module=Cases&action=EditView&return_module=Cases&return_action=DetailView">{$APP.LBL_CREATE_CASE}</a>
</li>

Then do a repair and rebuild.