Introduction
Copy
The purpose of this document is to provide a Guide to Programming Aras Innovator. It covers key aspects of programming Aras Innovator for implementing your own business logic within the Aras Innovator Enterprise Application Framework.
This document is intended to be used as a Desktop Reference and User Guide covering the following topics:
- The AML (Aras Markup Language), which is the language that drives the Aras Innovator server.
The IOM (Innovator Object Model), which is the Object API for the AML.
NoteStarting with Aras Innovator Release 35, the Aras IOM SDK is released as a standalone package and is no longer bundled with the Aras Innovator CD Image. For full documentation of the IOM, refer to the Aras IOM SDK Programmer’s Guide located in the Documentation folder within the Aras IOM SDK\<Version> folder on the FTP, or on the Aras Subscriber Portal.- How Methods work and the Methodology for implementing your own business logic.
- A Cookbook of recipes for performing common tasks.