Create an Aras Innovator Object

You need an Aras Innovator Object to return a newResult() or newError() Item.

Technique

There are basically two ways to create a new Innovator object; by getting the Innovator from the Item object or (only in JavaScript) calling the Class constructor.

JavaScript

var myInnovator = new Innovator();
var myInnovator = this.getInnovator();