send notifications to the project manager when task

Yamja
Tera Guru

I have a requirement that when project task end date is reached, the assigned to and project manager needs to notify. I created a schedule job and new event to send the notifications. from the users/groups fields I am able to select assigned to , but project manager is not field in project task it is in project(top_task) reference field i.e. top_task.project_manager.

Can someone please let me know how can I achieve. how do i write BR for this and how do i run.

1 REPLY 1

pablo_itguy_pl
Mega Guru

I would go with any server-side approach (BR, Flow):

  • server side (script, dot walking) grab project manager info
  • create event and place manager in one of params
  • in notification use param value as recipient (change the notification to run when event is fired)