Table of Contents

onAppLevel attribute

Specifies whether this parameter needs to be accessible on application level.

Content Type

EnumTrueFalse

Parent

RTDisplay

Remarks

Set this attribute to true if the parameter needs to be accessible on application level, i.e. outside the protocol. This can for instance be in a visual overview, Automation script, or GQI query. Note that this attribute is not known by DataMiner; it is only used by and for the protocol validator.

Note

This attribute should no longer be used, as there is a better alternative, i.e. the Validator Suppression feature. This feature has the same possibilities, but with the following advantages:

  • It is a generic feature that can be used for any validator result so it offers better consistency.
  • It allows you to give an explicit reason why the parameter is required on application level.

Examples

<RTDisplay onAppLevel="true">true</RTDisplay>