Tuesday, 24 March 2015

Aras Innovator Action Merge

Open Nash tool
Enter Password.
Use below AML to insert item.
Action Merge: If item exist, it will update. If item is not exist, it will create new item in Aras Innovator. type would be Part, Document ,Part BOM or Change

<AML>
<Item type="Part" action="merge" where="[part].item_number='I12112'">
<item_number>I12112</item_number>
<cost>1000</cost>
<name>My test</name>
<description>My Desc</description>
<classification>Assembly</classification>
</Item>
</AML>
view raw gistfile1.xml hosted with ❤ by GitHub