Customizing Alert Actions in UWL

Use

Actions

Meaning

Acknowledge

Complete

defaultglobalwizard

Create Task

personalize

Personalize View

Retrieving Custom Attributes from Alert Container

Custom attributes defined in the alert container can be retrieved via a custom xml, for example:

<ItemType name="uwl.alert.EP_PCT_MGR_VAR.SAP_ECC_Financials" connector="AlertConnector" defaultView="EP_PCT_MGR_VARView_MSS_TEST" executionMode="default" defaultAction="viewDetail">
 <CustomAttributes>
  <CustomAttributeSource id="ALERT_CONTAINER" objectIdHolder="externalObjectId" objectType="AlertContainer" cacheValidity="Session">
  <Attribute name="RULE" type="string" displayName="Rule" /> 
  <Attribute name="RULE_NAME" type="string" displayName="Rule Name" /> 
  </CustomAttributeSource>
 </CustomAttributes>
</ItemType>
            

Substitution and Alerts