This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Innovator object in JS

Jeroen Bosch - Monday, July 28, 2014 10:14 AM:

Hi all,

in the examples of JS client-side methods that I can find in this forum, I see different ways to create an Innovator object:

  • var inn = top.aras;
  • var inn = this.newInnovator();
  • var inn = this.getInnovator(); // I understand that getInnovator() is now obsolete
  • var inn = iomFactory.CreateInnovator(httpServerConnection);
  • var inn  =top.aras.newIOMInnovator();
  • ....

who can tell met the differences?

Thank you and excuse me if this question is ..... stupid.

Jeroen