cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

transformation expression in target xml

Former Member
0 Kudos
230

Hi, I am seeing the below code in the customer target xml file part of transformation expression.

resolve('CanonicalParty').externalPartyId.concat('_').concat(salesKey)

externalPartyId is part of CanonicapParty but salesKey is not part of CanonicalParty. From which canonical item the salesKey will be used if it is not part of CanonicalParty?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

It would be used from canonicalItemSource of that particular target item type. For example CanonicalPartySales or CanonicalPartyRelationshipSales

Former Member
0 Kudos

Thank you for your response.

Answers (1)

Answers (1)

Former Member
0 Kudos
Former Member
0 Kudos

Thank you for ur response.