Forum Discussion
dkinsley
8 years agoIdeator I
I am able to get data from the CN such as the id, cn_number, businessunit, top_assy_pn, etc.
What I need is how to script to get the related source_id of the Affected Items. Is it something like this?
</Item>
<Item type="a_CN_Affected_Item" action="get" where=[a_CN_Affected_Item].<source_id>{id}</source_id> select="affected_name">
</Item>