Remove dropdown option for disabled modules

To Hide/Remove any Module from “New Action” Dropdown, you need to change in below file as shown in the below screenshot,
File Path : /core/app/core/src/lib/components/action-bar/action-bar.component.ts


After Comment/Remove any module of CreateLinks from above file, go to the terminal and switch to root directory of your CRM and run following commands,

  1. yarn run build-dev:core
  2. yarn run build-dev:shell

After completing the above command successfully, Particular module(Quotes) Hide/Removed from “New Action“ Dropdown as shown in below screenshot.