Generates Info Alerts on CCMS Event for SAP Component
Generates Info Alerts Associated with an SAP Component from SAP CCMS Event. The CCMS Event is considered Informational if “Value” attribute has value 1 (Green)
The Rule is disabled by default. If you would like to generate Info alerts you can enable this rule.
N/A
N/A
Target | ozsoft.sap.Component |
Category | Alert |
Enabled | False |
Alert Generate | False |
Remotable | True |
ID | Module Type | TypeId | RunAs |
---|---|---|---|
DataSource | DataSource | ozsoft.sap.TargetEntityCCMSAlertDataProvider | Default |
WriteAction | WriteAction | ozsoft.sap.CCMAlertWriteAction | Default |
<Rule ID="ozsoft.sap.AlertOnCCMSEventForSAPComponentInfo" Enabled="false" Target="ozsoft.sap.Component" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DataSource" TypeID="ozsoft.sap.TargetEntityCCMSAlertDataProvider">
<AlertValue>4</AlertValue>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="ozsoft.sap.CCMAlertWriteAction">
<Priority>0</Priority>
<Severity>0</Severity>
</WriteAction>
</WriteActions>
</Rule>