Add or Update Alert
Hi,
I am trying to add a alert through services for a property from kepware. It shows me invalid attribute. This is the service and alertAttr is my infotable having (limit with data type int and limitInclusive with data type boolean)
How can I add an alert using AddOrUpdate service? Please provide some help.
var params = {
alertType: "Above" /* STRING */,
alertName: "MyAlert" /* STRING */,
property: "AM_Equipment1_Conductivity" /* STRING */,
attributes: alertAttr /* INFOTABLE */,
priority: 1 /* INTEGER */,
persistent: true /* BOOLEAN */,
enabled: true /* BOOLEAN */
};
me.AddOrUpdateAlert(params);
Thanks,
Shalini V.

