Quantcast
Channel: SCN: Message List - SAP Manufacturing Integration and Intelligence (SAP MII)
Viewing all articles
Browse latest Browse all 4841

Re: Condition Action Block using from two different mapping values

$
0
0

Dear Praveen,

                     I have already same structure, but at the time of transaction call my condition become false while it shows me true in workbench. My condition was this.

 

if(GetNotificationMailsent.Results{/Rowsets/Rowset/Row/email_status} == 2, 1, 0)

 

 

email_status having only two values,

1 = Mail has send

2 = Mail not send

In SQL output, emai_status == 2, but on execution it come false.

and I have replace it with this logic

 

if(GetNotificationMailsent.Results{/Rowsets/Rowset/Row/email_status} != 1, 1, 0)

 

system giving me my desire logic.

 

 

Thanks for your kind support.

 

Best Regards,

Muhammad Ashfaq


Viewing all articles
Browse latest Browse all 4841

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>