on 2015 Apr 30 8:28 AM
HI Experts,
In my message mapping , I am getting payload like country and validation . If validation fails, I can't create Mapping at all . Presently, mapping created as error .
This leads misleading count. Can we ignore mapping if validation fails in mapping .
Thanks for your understanding.
Deva
Request clarification before answering.
Hi Deva,
Could you please give some screenshot of your input message.
Its not very clear with the description you have given..
thanks and regards,
Praveen T
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI Praveen,
I understood here. here I have one problem, I am splitting same message into two different Mapping but receiver same. If I put indicator there , it will stop both message mapping . One mapping should go as usual and other having condition.
If I put condition for all materials to check validation, how to write logic ?
Material Not equal MP* then ignore messages . I tried but still not working .
Can I choose "multiple" in condition editor ?
>>> I understood here. here I have one problem, I am splitting same message into two different Mapping but receiver same. If I put indicator there , it will stop both message mapping . One mapping should go as usual and other having condition.
Define the same condition under interface determination instead of receiver determination.
For first interface, have this condition
Second interface without any condition
>>>If I put condition for all materials to check validation, how to write logic ?Can I choose "multiple" in condition editor ?
try something like below
/p1:MT_Billing/BillingHeader/Material[not(starts-with(.,"MT"))] EX (change the path as per your structure)
Xpath Condition in Receiver Determination - Process Integration - SCN Wiki
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 7 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.