cancel
Showing results for 
Search instead for 
Did you mean: 

Interface Determination conditions

Former Member
0 Kudos

Hi Folks,

I have this scenario where I need to set conditions in the interface determination.

First condition is that, if ACC_LIMIT is present in any <ReferenceTypeCodedOther>, then apply mapping01.

Second condition is, if ACC_LIMIT is NOT present in any <ReferenceTypeCodedOther>, then apply mapping02.

<ListOfReferenceCoded>

<ReferenceCoded>

<ReferenceTypeCodedOther>ACC_01</ReferenceTypeCodedOther>

</ReferenceCoded>

<ReferenceCoded>

<ReferenceTypeCodedOther>ACC_02</ReferenceTypeCodedOther>

</ReferenceCoded>

<ReferenceCoded>

<ReferenceTypeCodedOther>ACC_LIMIT</ReferenceTypeCodedOther>

</ReferenceCoded>

</ListOfReferenceCoded>

I have tried using the ~ (Contains pattern) for the first condition though, but I don't think that it is applicable for the second condition.

Please your advise. Thank you!

Regards,

Lex

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

you will have to use the EX operator here.

Ref: /people/shabarish.vijayakumar/blog/2006/06/07/customise-your-xpath-expressions-in-receiver-determination - the blog talks abt the conditions in Receiver determination but in your case you will be using it in Interface determination

Answers (0)