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