8 notifications, 3 placeholders – Comtech EF Data NetVue Release 1.1 User Guide User Manual

Page 193

Advertising
background image

Advanced Configuration (System Display)

Revision 3

NetVue User Guide

MN-NETVUE

10–56

10.7.4.3.2.3 Placeholders

Depending on the context, these placeholders are always available. It is not necessary to define them in
<PopupDetail>

tags.

[dmaid]

Dataminer ID

[eid]

Element ID

[sid]

Service ID

[viewid]

View ID

[pid]

Parameter ID

[primarykey]

Primary key of the Parameter

[dispkey]

Display key of the Parameter

Example 1

Placeholders are replaced by cell values from the currently selected dynamic table row:
<PopupSkeleton>

<![CDATA[

<p>Latitude: [latitude]</p>

<p>Longitude: [longitude]</p>

]]>

</PopupSkeleton>

<PopupDetails>

<Detail name="latitude" type="parameter_samerow" pid="114" />

<Detail name="longitude" type="parameter_samerow" pid="116" />

</PopupDetails>

Example 2

Placeholders are replaced by Property values retrieved from the current Element, Service or View:
<PopupSkeleton>

<![CDATA[

<p>Latitude: [latitude]</p>

<p>Longitude: [longitude]</p>

]]>

</PopupSkeleton>

<PopupDetails>

<Detail name="latitude" type="property" property="Latitude" />

<Detail name="longitude" type="property" property="Longitude" />

</PopupDetails>

10.8 Notifications

Set up NetVue to send notification messages based on these parameters:

Advertising