- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2018 03:24 AM
Hi,
I want to get an alert email when Indicator value is less than the target value.In my example, Indicator value is 10 and Target value is 15. In target user Tab, I have added my user id to get an alert email and in indicator, direction set as "Minimize".
Could you please suggest, what I am doing here.
Solved! Go to Solution.
- Labels:
-
Dashboard
-
Performance Analytics
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2018 06:40 AM
The OOB Target Notifications do work if the users are configured for the targets. Please refer - Configuring Target Notifications.
There is a event "pa.job.target.notification" (Performance Analytics->System->Event Registry) which is triggered by the "Check PA Targets" Scheduled Item (Performance Analytics->Automation->Schedules).
The Notification is triggered even if the Target is not.
Regards,
Kuldeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2018 03:34 AM
As the Direction you set is minimize, when the indicator value reaches a value greater than 15(Target) then the users you added in the related list of target will recieve an alert.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2018 03:38 AM
Thanks, Padmanabam
When I change the target value to 9 and execute the job, then also i am not getting any email alert.
Is there any setting we need to check in PA?.Please suggest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2018 06:40 AM
The OOB Target Notifications do work if the users are configured for the targets. Please refer - Configuring Target Notifications.
There is a event "pa.job.target.notification" (Performance Analytics->System->Event Registry) which is triggered by the "Check PA Targets" Scheduled Item (Performance Analytics->Automation->Schedules).
The Notification is triggered even if the Target is not.
Regards,
Kuldeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2018 10:17 AM
Hi Kuldeep,
Finally, I am getting Target notification email. Thanks for the Answer.
But I need to get the notification email, only when the target has been reached. Is it possible to do?
Please suggest.