In the alarmTokenService there is a paramer conditions.I want a OR Logic.
For example i want to get alarmlines which message equals “IntrusionEnd” or “IntrusionStart”.How can i do?
Thank U!
@Bo Ellegård Andersen (Milestone Systems)
In the alarmTokenService there is a paramer conditions.I want a OR Logic.
For example i want to get alarmlines which message equals “IntrusionEnd” or “IntrusionStart”.How can i do?
Thank U!
@Bo Ellegård Andersen (Milestone Systems)
In your case, you can use the “BeginWith” operator on “Intrusion”. I dont think there is an ‘OR’ operation.