Can someone please tell me when I'm getting this error: "The given key was not present in the dictionary."
<AML>
<Item type="MIN_RMA" action="get" select="rma_no">
<Relationships>
<Item type="MIN_RMA_PARTS" action="get" select="related_id">
<item_number>
<Item type="MIN_DELIVERED_COMPONENT" action="get" select="item_number"><id>@Parameter</id></Item>
</item_number>
</Item>
</Relationships>
</Item>
</AML>
I have a @parameter that is passing the MIN_DELIVERED_COMPONENT.id, then this needs to happen:
MIN_DELIVERED_COMPONENT.item_number = to MIN_RMA_Parts.item_number and
MIN_RMA_Parts.source_id = related to MIN_RMA.id
.. which gives me the MIN_RMA.rma_no
I have a @parameter that is passing the MIN_DELIVERED_COMPONENT.id, then this needs to happen:
MIN_DELIVERED_COMPONENT.item_number = to MIN_RMA_Parts.item_number and
MIN_RMA_Parts.source_id = related to MIN_RMA.id
.. which gives me the MIN_RMA.rma_no