Skip to content

Instantly share code, notes, and snippets.

@cgillis-aras
Last active August 21, 2018 20:19
Show Gist options
  • Save cgillis-aras/d7885c626ddce488c711b123908094dc to your computer and use it in GitHub Desktop.
Save cgillis-aras/d7885c626ddce488c711b123908094dc to your computer and use it in GitHub Desktop.
Example of adding a Part with a fake property that does not exist on the ItemType
<AML>
<Item type="Part" action="add">
<item_number>PRT-0002</item_number>
<name>My New Part</name>
<fake_property>Test</fake_property>
</Item>
</AML>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment