Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
I want to create a mashup which looks like the Alert Summary window under Monitoring. I want to customize some of the columns. Also my mashup should only show the alerts related to my project only! How to achieve that?
Solved! Go to Solution.
Hi @biswa.
You could create a mashup using a Grid widget and bind it to the QueryAlertSummary service available from the AlertFunctions resource to pull all alerts. Since you want to add your own columns, you'll have to create your own service for merging with the Grid. If you want to filter, you can also run the QueryAlertSummaryforThing on a per Thing basis. Both of the services mentioned here accept a query parameter to filter the results.
Regards.
--Sharon
Hi @biswa.
You could create a mashup using a Grid widget and bind it to the QueryAlertSummary service available from the AlertFunctions resource to pull all alerts. Since you want to add your own columns, you'll have to create your own service for merging with the Grid. If you want to filter, you can also run the QueryAlertSummaryforThing on a per Thing basis. Both of the services mentioned here accept a query parameter to filter the results.
Regards.
--Sharon
HI @biswa.
If the previous response allowed you to find a solution, please mark it as the Accepted Solution for the benefit of others on the community.
Regards.
--Sharon
Hi Sharon,
Thanks for the help. It worked for me.
Regards,
Biswa