Skip to content

Instantly share code, notes, and snippets.

@Microsofttechies
Last active August 29, 2015 14:18
Show Gist options
  • Select an option

  • Save Microsofttechies/885ebcef55b9896c7bae to your computer and use it in GitHub Desktop.

Select an option

Save Microsofttechies/885ebcef55b9896c7bae to your computer and use it in GitHub Desktop.
Aras create new item using AML with revision
<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