cancel
Showing results for 
Search instead for 
Did you mean: 

Email Notification for Null Values

Former Member
0 Kudos

HI,

I have an Idoc to JDBC scenario. Here there are some fields mapped from idoc to JDBC.

If any one of the field is getting null value, we have to send an email that these fields having null values and continue processing.

Can anybody tell me how can i achieve this.

Thanks,

Chinna.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hey

Dont try to do this via Alert mechanism as this will stop message processing.

handle this in Receiver determination.

have 2 receiveres in receiver determination,first will be JDBC receiver business system,this won't have any condition(means message will always be passed to it).Second will be a Mail receiver Business system,this will have conditions comparing values to Null and if any Null value is found,it will send a mail as well.

Thanks

Aamir

Former Member
0 Kudos

Hi Chinna,

You can use a BPM scenario to achieve you want. Basically You should have pre-validation, then accorsing the result you use the normal scenario or the scenario with send the email with the error details.

Regards

Ivan