Hi Folks,
Im trying to get Part changes data for that particular part using AML. I unable to get the changes data.
I need change number and title to be printed in Report,
For that I wrote Report query
<Item type="Part" id="xxyyyyyyyyyyyyyyyyyyyyyyyyy" action="get" select="item_number,name">
<Relationships>
<Item type="Part changes" action="get">
</Item>
</Relationships>
</Item>
But i unable to get any data from changes tab.
If any one know kindly help me.
Thanks,
Shantha.