Description

The SetHyperlinkOrd component is used to set the hyperlinks associated with the alarms defined in the alarm extensions from a BFormat syntax.

 

Implementation

  • Copy / paste the SetHyperlinkOrd component into the AlarmService
  • Select the alarm extensions for which you want to modify the hyperlink in the Query slot
  • Define the format to use to set the value of the hyperlink in the Format slot
  • Trigger the creation of the hyperlink from the SetHyperlink action

 

Properties

  • Query : Selects the message extensions to reset. By default, the query is: "station:|slot:/|bql:select * from alarm:AlarmSourceExt": we thus define all the hyperlinkOrd properties of all the alarm extensions of the station 

    Example: The following query is used to modify just the hyperlinks associated to the alarm extensions of the HVAC alarm class:

     

                        station:|slot:/|bql:select * from alarm:AlarmSourceExt where alarmClass = 'HVAC'

  • Format : Sets the format used for creating the hyperlink. By default, the BFormat is: "%parent.parent.ordlnHost%". The result of the BFormat must correspond to a valid ord.

 

Actions

  • SetHyperlink : Triggers the setting of HyperlinkOrd values in the selected message extensions