Control what your users can access and save time, money, and frustrations. Lock down sensitive data in SugarCRM or 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.
There may be ways to do that, but I wonder if Chitter is a better bet: https://www.sugaroutfitters.com/addons/chitter You can CC any user on a message. Not sure if you can make the messages private, though.
Thanks for you replay!! However, Chitter would't work. privacy is a requirement from my customer:
I think the better would be to customize Group Messages. I have already created security group for each user, but only Admins have the visibility for all Groups in order to send out messages. If there is the possibility to change Groups visibility for Non-Admins Users, It would work for me!
I'll definitely leave this feature request open and consider it for future releases as it would be a really useful feature. Due to time constraints I can't commit to doing this in the immediate future. In the mean time, if you are comfortable with code there would need to be a way to specify which user to send it to and then in modules/SecurityGroups/Dashlets/MessageDashlet/MessageDashlet.php->process() the where condition would need to take into account if it is a private message and if so, only display if the current user created it or if it was sent to them.
10 years ago
There may be ways to do that, but I wonder if Chitter is a better bet: https://www.sugaroutfitters.com/addons/chitter You can CC any user on a message. Not sure if you can make the messages private, though.
10 years ago
Thanks for you replay!! However, Chitter would't work. privacy is a requirement from my customer: I think the better would be to customize Group Messages. I have already created security group for each user, but only Admins have the visibility for all Groups in order to send out messages. If there is the possibility to change Groups visibility for Non-Admins Users, It would work for me!
10 years ago
I'll definitely leave this feature request open and consider it for future releases as it would be a really useful feature. Due to time constraints I can't commit to doing this in the immediate future. In the mean time, if you are comfortable with code there would need to be a way to specify which user to send it to and then in modules/SecurityGroups/Dashlets/MessageDashlet/MessageDashlet.php->process() the where condition would need to take into account if it is a private message and if so, only display if the current user created it or if it was sent to them.