2.121 User Notification Dialog - Advanced Tab

Use to create and send header and name information that may be useful to an end user in creating their own preference rules for receiving notifications.

For example, during runtime customization, you can set up the rules for your preferred channels. Assume user jcooper uses IM and user jstein uses email. The user notification then sends IM notification to jcooper and email to jstein.

Assume you send the following facts along with the user notification:

  • ApplicationName: SalesOrder

  • Amount: Payload->cost

ApplicationName and Amount are the header values and SalesOrder and Payload->cost are the name values. During runtime customization, jcooper creates the following rules:

  • [[ If ApplicationName == SalesOrder && Amount < 10000 ]] Send Email

  • [[ If ApplicationName == SalesOrder && Amount > 10000 ]] Send Voice

The user notification then uses email if Amount < 10000 and voice in all other cases.

Element Description

Add icon

Click to add rows to the Header and Name columns.

Delete icon

Click to delete a section header and name.

Header

Select a header value from the list or manually enter a value.

Value

Select the field to enter a name or click the Browse icon to access the Expression Builder dialog for dynamically entering a name.

Related Topics

Using the Notification Service in Developing SOA Applications with Oracle SOA Suite

Developing Applications with Oracle User Messaging Service

BPEL Process Activities and Services in Developing SOA Applications with Oracle SOA Suite