Hi there! Me again,
I was wonder if this is possible:
When a case is assigned to a team, every user of that team gets an notification via email.
Email notification to user is working OK. But is there anything on the core for notify the whole team?
If not, I'm considering these approach:
a) Create an afterSave hook for the case entity, find users and emails of the team assigned to the case, and send the email. (I'm having problems to get the team_id relation with the table entity_team on the ORM)
b) Create a formula to do the same as mention above, but the same problem to get the team_id.
Anyone had this issue and any ideas that can help me?
Thanks a lot!!
I was wonder if this is possible:
When a case is assigned to a team, every user of that team gets an notification via email.
Email notification to user is working OK. But is there anything on the core for notify the whole team?
If not, I'm considering these approach:
a) Create an afterSave hook for the case entity, find users and emails of the team assigned to the case, and send the email. (I'm having problems to get the team_id relation with the table entity_team on the ORM)
b) Create a formula to do the same as mention above, but the same problem to get the team_id.
Anyone had this issue and any ideas that can help me?
Thanks a lot!!
Comment