Designing a Dynamic Date Calculator
When querying for information from Aras Innovator, it is sometimes desired to query for information relative to today's date. For example, we may wish to find a Part that a coworker told us was created yesterday, or we may want to find which Part...0Views0likes0CommentsTranslating AML to Server-Side Code
In previous blog posts, we've covered how to query the Aras Innovator server using AML requests sent via an external service like Nash or InnovatorAdmin. In this blog post, we'll be covering how to query the server with C# Item objects defined in the...0Views0likes0CommentsSpecial AML Actions
In addition to the standard actions like Add, Unlock, Update, Delete, etc, Aras also provides a number of useful special actions OOTB that can be called through AML. In this blog post, we'll go over what some of these actions do and how to format the AML to use them0Views0likes0CommentsAdvanced AML Topics
In a previous blog post, we gave an introduction to AML and covered the basic structure of an AML request. While the simple concepts covered in that post are powerful enough for many use cases, you can make your AML requests even more useful with just a few simple tweaks by adding attributes to your requests.0Views0likes0CommentsWriting a Command Line Tool for Aras
More and more customers want to operate their own DevOps processes, and whenever you do recurrent data migration tasks it's handy to have easy access to the SOAP/web service interface to send AML. Today we have our own interface embedded in Aras ...0Views0likes0Comments