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 - Client API

guido.chiavaccini - Monday, September 22, 2014 10:17 AM:

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:

  1. top.aras.newIOMItem(...);
  2. top.aras.newItem(...);

Which one is preferable? Is the same?

Thanks.