Author Topic: Adding conveyedItems  (Read 3808 times)

Zechmeister

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Adding conveyedItems
« on: December 16, 2014, 10:45:53 pm »
Hi! I am porting a big project into EA through C# API.
Trying to add a conveyed item to an information flow (as written in help reference) returns null. My code:

object convItem = informationFlow.ConveyedItems.AddNew(anEaClass.ElementGUID, null);

Neither works it with the Java API. How should the correct call look like?

Help please
Laszlo

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Adding conveyedItems
« Reply #1 on: December 16, 2014, 11:26:55 pm »
It appears that (EAUI) here you don't get a result object for a update but the AddNew adds the conveyed item directly. :P Just omit the Update.

q.
« Last Edit: December 16, 2014, 11:27:22 pm by qwerty »