- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2020 05:48 AM
Hi,
I want to generate a notification when a Resource Plan assigned to resource/user..
Can anyone please help give me some idea how to do this
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2020 06:21 AM
I feel the easiest way is to create a new flow in Flow Designer where the trigger would be the assignment and then the action is the notification.
The hard part is deciding if you really want to send this simply when they are assigned. People could be assigned to a plan even in the demand phase long before work is to start and even before the demand is approved as a project. Do you really want to send a notification at assignment or when work is set to start?
There are some project task notifications inactive by default.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2020 07:59 AM
I think your definition of Resource Manager may be different from many of our customers. Typically resource managers work across the organization and all business units and people are not assigned to specific resource managers. The resource manager just ensures projects are staffed and individuals are not over booked. The managers for specific groups who have individual working for them are different than resource managers. Generally the resource managers are continuously looking at the resource plans, demands and projects to ensure the proposed, allocated, confirmed and consumed resources match the availability capacity.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2020 08:30 AM
Thanks again for making it clarify. I might be wrong but just to understand how any resource manager can jump in and do there job.
Because for me i get a requirement where i need to notify the resource manager that the resource plan is created so they can jump in and do there job. I might be definitely wrong but thinking in a clients perspective how to justify them is my problem. 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2020 11:32 AM
Like
Thanks Jeff for helping us understand Resource Mgt in the more typical use case

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2020 09:49 AM
I think often the resource manager is spanning many groups to ensure all projects get the necessary resources. A database manager might have many people working for him/her but they would not make a good resource manager as their focus is just one area. The database manager could approve requests for time from their group if you wanted the process to work that way. I have also seen where the database manager would specify which of their team members is assigned to the particular project. This effectively makes the database manager, in this case, a resource manager too and adds to their job responsibilities. ServiceNow can support any of those three scenarios (global resource manager, group manager approvals, or multiple resource managers), and each have pros and cons and need to be configured.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2020 11:48 AM
Hi
If you are looking to do an Email Notification, this may work for you:
1. Go to System Notification > Email > Notifications
2. Create a new record for the "Resource Plan [resource_plan]" table
3. Set the conditions to something like:
[ User | Changes ] OR [ Group | Change ]
4. Make sure Inserted and Updated are checked
5. Go to the "Who will receive" tab and add both the User and Group field in the list for the "Users/Groups in fields" field.
6. Add what you want in the email in the "What it will contain" tab
Here is some documentation that may help you out further:
https://docs.servicenow.com/bundle/newyork-servicenow-platform/page/administer/notification/task/t_CreateANotification.html
Hope that helps!
If it did, please mark as Helpful and consider setting the reply as the Correct Answer to the question, thanks!