Connected Field Service > Using the Connected Field Service Accelerator > Sample Mashups > PTC.CSLM.Demo.AlertChart
  
PTC.CSLM.Demo.AlertChart
The charting mashup PTC.CSLM.Demo.AlertChart is used to display the context of an alert, the relevant property on the specific asset, and a window of time around the actual alert being created.
The mashup includes the following parameters:
Parameter
Required/Optional
Description
Example
API
thingName
Required
Thing that triggered alert
PTC.Demo.Assets.MRI_8
thingName
alertDate
Required
When alert was triggered
2015-07-10T00:00:00.000Z
alertTime
alertProperty
Required
Alerted Thing property
HeliumLevel
alertProperty
alertName
Required
Name of the alert
Low
alertName
days | hours
Optional
Time horizon around alert
days=2
hours=1
-
With the exception of the size of the time window, the other values are provided to ServiceMax as part of the alert handling process.
Example URL
https:///Thingworx/Runtime/index.html#mashup=PTC.CSLM.Demo.AlertChart& thingName=PTC.Demo.Assets.MRI_7& alertDate=2015-07-21T18:00:00.000Z& hours=1& alertProperty=Temperature& alertName=HighTemperature
Example Chart