Disabling some action menu links in custom modules

Hi guys,
By default when one creates a custom module in SuiteCrm, the action menu link on the left sidebar comes with a Create ''CUSTOM_MODULE_NAME" and a View ''CUSTOM_MODULE_NAME". How can i disable this for some custom modules? Note: I had set the CSS display property to none for that div but that affects all modules. Kindly assist. Thanks in advance.

The action menu links are present in modules/CUSTOM_MODULE_NAME/Menu.php
There are other ways using which the Users may be able to access the creation form if you merely make changes in Menu.php

The best option will be to restrict Create/Edit Access in Security Suite rather than editing the action file.

2 Likes

This worked thanks a million

Thanks Its working perfectly :slight_smile: