Is there a way to change a custom property of several views in bulk ?
Our customer Panasonic Airlines needs to change a customer property of > 1000 views, so …
I used the script above to succesfully modify a property value of a view. As a next step I would like to update the value whenever the severity of the view changes. The value should be the Display Value of the severity. To trigger the script I would set up a correlation rule, that triggers
My assumption is that I would have to replace the "NEW PROPERTYVALUE" by a variable and dynamically update this variable with the severity of the view.
{
UpdateViewProperty(view,"PROPERTY YOU WANT TO UPDATE","NEW PROPERTYVALUE",engine);
}
Is there someone, who could support me with getting the Alarm state of a view and assign it to a variable in my script? Maybe there is an easy method for this available?