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.
#1424 - Retrieve Group from Custom Module to Other Custom Module
Hi, I've two custom modules and they are related One-to-many (A->B) relationship. When I relate a B record to an A record,I need record B inherit security groups from record A.
6 years ago
For security reasons this isn't done automatically. However, you can define your own processes to do this. Through code you could create a logic hook and define an after_relationship_add hook and do just that. Or use a tool such as Process Manager to define that process without having to use code.
Hope this gives you some options!