Control what your users can access and save time, money, and frustrations. Lock down sensitive data in SuiteCRM to specific groups or teams. Supports unlimited assigned users, unlimited group assignments to records, custom layouts for each group, login/sudo capabilities and much more.
#5494 - How to enable 'Hookup Module' for system modules?
Hello. I am trying to use the 'Hookup Module' function, but I noticed that not all modules are listed. For the available modules, I was able to apply it, and it is working perfectly. However, for example, I would like to insert security groups control in the Invoices and Quotes modules. These modules are not listed. Is there a way to fix this? Do I need to edit any file on the server to enable it?
one month ago
Great question. If some stock/core modules just don't work right they need a little rewiring. I'm not sure why, but here is how to get those 2 right.
Edit modules/AOS_Invoices/vardefs.php. Change the very last line to this (removes security_groups):
Save
Edit modules/AOS_Quotes/vardefs.php. Change the very last line to this (removes security_groups):
Save
Run a Quick Repair & Rebuild
These 2 modules should now show in the Hookup Module tool.
Hope this helps!
one month ago
Thank you for the support! It worked.
one month ago
Great! Thanks for confirming.