on 2025 Jan 28 6:03 AM
I am experiencing an issue with the DataHub configuration when deploying the jar in the Production environment. Below is a detailed explanation of the problem:
UAT Environment:
Production Environment:
Jar Comparison:
<item>
<type>CanonicalPartyRelationshipSales</type>
<attributes>
<attribute>
<name>relationshipTypeCP</name>
<model>
<localizable>false</localizable>
<collection>false</collection>
<type>String</type>
<primaryKey>false</primaryKey>
</model>
</attribute>
<attribute>
<name>businessCustomerNumber</name>
<model>
<localizable>false</localizable>
<collection>false</collection>
<type>String</type>
<primaryKey>false</primaryKey>
</model>
</attribute>
</attributes>
</item>
Target:
<item>
<type>CanonicalPartyReB2BUnit</type>
<exportCode>B2BUnit</exportCode>
<description>Update payerId</description>
<canonicalItemSource>CanonicalPartyRelationshipSales</canonicalItemSource>
<updatable>true</updatable>
<filterExpression>'RE'.equals(relationshipTypeCP)</filterExpression>
<attributes>
<attribute>
<name>uid</name>
<transformationExpression>resolve('CanonicalParty').externalPartyId.concat('_').concat(salesKey)</transformationExpression>
<exportCode>uid[unique=true]</exportCode>
<mandatoryInHeader>true</mandatoryInHeader>
</attribute>
<attribute>
<name>payerId</name>
<transformationExpression>businessCustomerNumber</transformationExpression>
<exportCode>payerId</exportCode>
</attribute>
</attributes>
</item>
Request clarification before answering.
| User | Count |
|---|---|
| 18 | |
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.