Critical Alert on CCMS Event

ozsoft.sap.addon.alerts.AlertOnCCMSEventForSAPComponentCritical (Rule)

Generates Critical Alerts on CCMS Event for SAP Component

Element properties:

Targetozsoft.sap.Component
CategoryAlert
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource ozsoft.sap.TargetEntityCCMSAlertDataProvider Default
WriteAction WriteAction ozsoft.sap.addon.alerts.CCMSAlertWriteAction Default

Source Code:

<Rule ID="ozsoft.sap.addon.alerts.AlertOnCCMSEventForSAPComponentCritical" Enabled="true" Target="OZMP4SAP!ozsoft.sap.Component" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DataSource" TypeID="OZMP4SAP!ozsoft.sap.TargetEntityCCMSAlertDataProvider">
<AlertValue>1</AlertValue>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="ozsoft.sap.addon.alerts.CCMSAlertWriteAction">
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>