Stuck with how to do Join of schemas with condition in adobe campaign classic | Adobe Higher Education
Skip to main content
Level 4
October 22, 2024
解決済み

Stuck with how to do Join of schemas with condition in adobe campaign classic

  • October 22, 2024
  • 1 の返信
  • 610 ビュー

 

Hello All,

 

Stuck with how to do Join of schemas with condition in adobe campaign classic

 

I am stuck in a requirement where I have to do Join of schemas with condition in adobe campaign classic like this:

IF iBrandId = 0 then iBranchId=999999

else JOIN

customers.iBranchId =orders.iEntityId

 

 

Please suggest how can we o Join of schemas with condition in adobe campaign classic like this

please suggest and add your thoughts here

 

@parthasarathy 

@_manoj_kumar_ 

@davidkangni 

@akshayanand 

このトピックへの返信は締め切られました。
ベストアンサー ccg1706

Hi @shruti1,

 

In terms of doing the join conditions you can have a look at the following doc link.

 

Inside your xml schema you can use this solution as a guidance:

<join xpath-dst="@iEntityId" xpath-src="Iif(@iBrandId = 0, 999999, @iBranchId)"/>

 

Regards, 

Celia

 

 

 

1 の返信

ccg1706
Community Advisor
ccg1706Community Advisor回答
Community Advisor
October 24, 2024

Hi @shruti1,

 

In terms of doing the join conditions you can have a look at the following doc link.

 

Inside your xml schema you can use this solution as a guidance:

<join xpath-dst="@iEntityId" xpath-src="Iif(@iBrandId = 0, 999999, @iBranchId)"/>

 

Regards, 

Celia