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
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |