Weekly status report as a email notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2020 12:16 PM
Send e-mail notification of Weekly status report to relevant stakeholders ?
and can we Send e-mail notification on major updates to relevant stakeholders
major updates like Overdue milestone date etc.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2020 09:27 AM
If i am not wrong, you are talking about below layout in your report as pdf format in your notification ?
OOTB pdf generation will not give you this layout.
this is coming from portal page "project_status_report".
you can get the data from project_status table and create a report.
You can check below thread as an example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2020 11:15 PM
Yes this project status report we are looking for. can we send link of this status report to project stakeholders as a email notifications weekly basis but user don't want to login to the instance while opening that link form notification can we do this ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2020 05:23 AM
Lots of effort you have to put if you want to include this page as URL in your notification.
eg:
Steps:-
- You have to set public as true on "project_status_report" page. because this is portal page and user can see it without login into the instance , also you have to set public true on widget which has used in "project_status_report" portal page.
- Second you have to build an URL using email script where you will pass the project_status record sys_id, once you will pass it then you will able to see the details over the page.
URL would be something like below.
https://<Instnace ID>.service-now.com/sp?id=project_status_report&sysparm_report_id=sys id of project status record
Note: I have not tested it, so please try at your instance.