- 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:52 AM
Track values using a Business Rule, and when the condition matches, gs.eventQueue( ... ) + Notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2018 03:17 AM
Hi Galvarez,
I am new to service now and I am not able to find out any business rule from target screen.
Could you please explained little more. Is there any sample example available for target notification.