cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Alerts in Mapping

Former Member
0 Kudos

Hi all,

i have a scenario where i need to raise an alert in the mapping.

Based on a qualifier (Ex: Field 'A'), value in (Field 'B') would be converted to required value.

Ex: If 'A' = KG, value in 'B' should be converted to Grams. We need to raise an alert if 'A' contains value other than KG.

Hope this is clear. Any pointer to this. Any documents.

Thanks & Regards,

Karthick

Accepted Solutions (1)

Accepted Solutions (1)

former_member187339
Active Contributor
0 Kudos

Hi Karthick,

It is simple :

Create an udf and raise the alert as shown in this blog

/people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function

OR did i miss something in your question !!

Regards

Suraj

Answers (1)

Answers (1)

Former Member
0 Kudos

We have a standard RFC SALERT_CREATE.

Use it in the mapping for teh concerned fields. That hepls you raise alerts wherever you want depending on your condition.

Regards

Soumen..