cancel
Showing results for 
Search instead for 
Did you mean: 

Need to send the alert to receiver by picking the id from the message paylaod

Former Member
0 Kudos

Hello All,

There is one requriement where the user has to be informed for the message failure.

But the recipient needs to be picked up from the payload itself, not to be fixed one.

Scenario is ICO where sender is JMS and receiver is RFC.

Help will be really appreciated.

Regards,

Sankalp

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

can we send the failed message with mapping error to FTP folder(searching for a alternate solution if the alert cannot be send to the receiver by picking the user id from the source message) with limited field from the source message without using BPM.

Regards,

Sankalp

vicky20691
Active Contributor
0 Kudos

Hi Sankalp,

You need to create multimapping where receiver will have 2 data one your RFC and the second payload is Mail Schema. In Mapping check for your condition if there is a failure then map to mail schema and assign mail id to To filed in XSD .

In ICO create mail and RFC channels and use mail schema in mail channel.

Regards,

Vikas

Former Member
0 Kudos

Hello Vikas,

Thanks for your reply.

But instead of checking for a specific condition, if there is failure in mapping for any field, alert have to be triggered.

Like if we are using alerting then each and every error is reported to the recipient. Same way we need to get it done.

The only thing is recipient will be dynamic.

Regards,

Sankalp

vicky20691
Active Contributor
0 Kudos

That is what in the default alerting system you can't keep email in the default alert to be dynamic as you mention the addresses in nwa

Former Member
0 Kudos

any idea how can we customize it so that the recipient is dynamic.