Skip to content

Instantly share code, notes, and snippets.

@Microsofttechies
Created March 29, 2015 18:57
Show Gist options
  • Select an option

  • Save Microsofttechies/078431e6e56ae6d92d72 to your computer and use it in GitHub Desktop.

Select an option

Save Microsofttechies/078431e6e56ae6d92d72 to your computer and use it in GitHub Desktop.
Aras Innovator Item applyAML(string AML)
Innovator inn = this.getInnovator();
string AML = "<AML><Item type='Customer' action='get'/></AML>";
Item result = inn.applyAML(AML);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment