- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Deb,
We found the issue but we didn''t know how to rectify it. Let me explain the scenario
Already a link exist between nms:recipient and abc:contract using cId (This is for global market abc is global namespace )
Below code is added in abc:contract
<element label="Recipient" name="recipient" target="nms:recipient" type="link">
<join xpath-dst="@cId" xpath-src="@cId"/>
</element>
Our requirement is to create same 1:n link between nms:recipient and abx:contract but with different fields gId. Here gId is a field in abx:contract which is an extension schema of abc:contract
Issue:
We didn't notice that already link is existing in global schema with same name , when we saw the preview of abc:contract schema
it shows like below
<element belongsTo="abx:contract" label="Recipients" name="recipient" pkgStatus="never"
revLink="contract" target="nms:recipient" type="link">
<join xpath-dst="@cId" xpath-src="@cId"/>
<join xpath-dst="@gid" xpath-src="@gid"/>
</element>
Thanks,
Maheswari