Hi all,
I cannot understand what methods I should use to communicate with Innovator Server from Innovator Client. IOM methods or Aras Object methods?
For example, to create a new Item, there are two ways:
- top.aras.newIOMItem(...);
- top.aras.newItem(...);
Which one is preferable? Is the same?
Thanks.