I have disabled the Quotes and Contracts modules from Display Modules And Subpanels.
(1) In the action menu, there is a New button and under that button, I can still see an option to add Quotes and Contracts. Is there a way to remove it?
(2) When a new meetings and call is being create, under the âRelated Toâ option, I can see all the disabled modules. Can they be removed?
Can you please Share scenario which you did through screenshot ot small video because weâve checked for Point-1 from our end(Hide Quotes and Contracts Module and both module are disable from all module menu list) itâs working properly for us in SuiteCRM-7.13.3
Thank you for replying. I have disable opportunities module in this installation of 8.3 but you can see in the New dropdown, opportunities is still visible. Any module that you disable, it is still visible in the New dropdown.
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,
yarn run build-dev:core
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.
I have commented out the module link and run a âRepair and Rebuildâ but the link wonât go from the the dropdown. I canât run yarn command as I am on a shared online server. Is there any other way to build shell and core?
Hi, Iâm facing this issue too, and your solution is what I was looking for. The thing is, the company has suiteCRM on Docker, and I donât have permissions to access it. Is there any other way to execute those commands or perform a âRepair and Rebuildâ to refresh the options in the dropdown menu?