ozsoft.sap.Connector.AlertFilterAlert Filter Entry

ozsoft.sap.Connector.AlertFilter (ClassType)

SAP Connector Alert Filter Entry

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId60c3b10d-4ace-5a65-4e0b-e089b417bf1e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
ozsoft.sap.Connector.AlertFilter:
ALERT_FILTER.ID  string  Entry ID Alert Filter Entry ID true 255  True 
ALERT_FILTER.DATA  string  Reserved Reserved false 255  True 
ALERT_FILTER.MTSYSID  string  System ID Alert Filter System ID false 255  True 
ALERT_FILTER.MTMCNAME  string  Monitoring Context Alert Filter Monitoring Context false 255  True 
ALERT_FILTER.OBJECTNAME  string  Object Name Alert Filter Object Name false 255  True 
ALERT_FILTER.FIELDNAME  string  Entry Field Name Alert Filter Field Name (Short Name) false 255  True 
ALERT_FILTER.USERID  string  User ID Alert Filter User ID false 255  True 
ALERT_FILTER.MSGCLASS  string  Message CLass Alert Filter Message Class false 255  True 
ALERT_FILTER.MSGID  string  Message ID Alert Filter Message ID false 255  True 
ALERT_FILTER.MSG  string  Message Alert Filter Message false 255  True 

Health Model:

Source Code:

<ClassType ID="ozsoft.sap.Connector.AlertFilter" Accessibility="Internal" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="ALERT_FILTER.ID" Type="string" Key="true" CaseSensitive="true" MinLength="1" Length="255"/>
<Property ID="ALERT_FILTER.DATA" Type="string" Key="false" CaseSensitive="true" MinLength="0" Length="255"/>
<Property ID="ALERT_FILTER.MTSYSID" Type="string" Key="false" CaseSensitive="true" MinLength="0" Length="255"/>
<Property ID="ALERT_FILTER.MTMCNAME" Type="string" Key="false" CaseSensitive="true" MinLength="0" Length="255"/>
<Property ID="ALERT_FILTER.OBJECTNAME" Type="string" Key="false" CaseSensitive="true" MinLength="0" Length="255"/>
<Property ID="ALERT_FILTER.FIELDNAME" Type="string" Key="false" CaseSensitive="true" MinLength="0" Length="255"/>
<Property ID="ALERT_FILTER.USERID" Type="string" Key="false" CaseSensitive="true" MinLength="0" Length="255"/>
<Property ID="ALERT_FILTER.MSGCLASS" Type="string" Key="false" CaseSensitive="true" MinLength="0" Length="255"/>
<Property ID="ALERT_FILTER.MSGID" Type="string" Key="false" CaseSensitive="true" MinLength="0" Length="255"/>
<Property ID="ALERT_FILTER.MSG" Type="string" Key="false" CaseSensitive="true" MinLength="0" Length="255"/>
</ClassType>