Last active
August 29, 2015 14:18
-
-
Save Microsofttechies/885ebcef55b9896c7bae to your computer and use it in GitHub Desktop.
Aras create new item using AML with revision
This file contains hidden or 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='add'> | |
| <item_number>P0011</item_number> | |
| <title>My Part1</title> | |
| <name>P0011</name> | |
| <major_rev>B</major_rev> | |
| <description>Welcome new part1</description> | |
| </Item> | |
| </AML> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment