Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Zechmeister

Pages: [1]
1
Automation Interface, Add-Ins and Tools / 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

Pages: [1]