Shantha - Friday, March 14, 2014 1:00 AM:
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.
plm_stud - Saturday, March 15, 2014 4:04 PM:
Try this