send notifications to the project manager when task
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2023 01:05 PM
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2023 05:16 AM
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)