Created
March 29, 2015 18:57
-
-
Save Microsofttechies/078431e6e56ae6d92d72 to your computer and use it in GitHub Desktop.
Aras Innovator Item applyAML(string AML)
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
| 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