cancel
Showing results for 
Search instead for 
Did you mean: 

Condition field for Multiple Receiver Services in Receiver Determination

Former Member
0 Kudos

Hi All,

I have a requirement where I need to send an xml to any of the two receivers base on a condition in XPATH as follows:

IF a field say abc having any value then RCVR1

IF abc is empty then RCVR2

I have tried putting following values in Left Operand and Right Operand

abc = NULL

abc = ''

abc = ""

abc EX

but no help...Is there any way that we can check for Blank value in Condition field

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

left operad          operator            right Operand

abc                      EX
abc                      notequal           
abc                      EX
abc                     equal          

combine first two condition with a AND Operator for RCVR1 and also the last two condition with a AND operator for RCVR2

Former Member
0 Kudos

Hi,

Leave it blank without any quotes...

regards,

Ramya Shenoy.

Former Member
0 Kudos

Hi,

Try to use Path Prefix as this way

(Path_Prefix[length()>0]) EX

Don't give anything on Right Operand.

Ps Note : PathPrefix is the path detail of field ABC. Hard code the further code in Left Operand

Thanks

swarup

prasannakrishna_mynam
Contributor
0 Kudos

Hello Rahul,

In Left operand give SPACE or leave blank with out any quotes. eg:- abc = SPACE

Regards,

Prasanna

prasannakrishna_mynam
Contributor
0 Kudos

Hello Rahul,

Use SPACE in the right operand with out any double quotes or leave without any value.

Regards,

Prasanna