cancel
Showing results for 
Search instead for 
Did you mean: 

Multiline Check in Receiver Determination

Former Member
0 Kudos

Hi All,

Can anyone explain me the exact functionality of the multiline checkbox in receiver determination.

Lets say I have the following input message

<node1>

<value>21</value>

</node1>

<node1>

<value>22</value>

</node1>

<node1>

<value>23</value>

</node1>

I want the receiver to be determined only if the value is 23, does multiline has anything to do with this.

Regards,

Varun.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In conditional receiver determination when you check multiline that signifies that you are expecting

1. the values of the field to be multiple and selecting multiline you consider the bunch of the values to be in one array of string.

2.And when you put the condition to check for a specific value it checks in the whole array whether ant element of the array matches with the condition.Like the condition(23) IN the array or not.

So your query is similar.You can do with this.

cheers,

Abhishek.

Former Member
0 Kudos