<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_1_1436271136135_393738">Hello,</div><div id="yui_3_16_0_1_1436271136135_393807">&nbsp;</div><div id="yui_3_16_0_1_1436271136135_393808">I have an issue getting parameter data into and out of a method.</div><div id="yui_3_16_0_1_1436271136135_393810">&nbsp;</div><div id="yui_3_16_0_1_1436271136135_393809" dir="ltr">I have a workflow container defined as type object (BUS2009) - multiline.&nbsp; It contains a list of Purchase Requisition objects.<br></div><div id="yui_3_16_0_1_1436271136135_393879" dir="ltr">I wrote a method that takes this container "in" for processing.&nbsp; The parameter definition for this container&nbsp;is "Import/Multiline and of reference type "Object Type" (BUS2009).</div><div id="yui_3_16_0_1_1436271136135_394156" dir="ltr">&nbsp;</div><div id="yui_3_16_0_1_1436271136135_394121" dir="ltr">In the method, the data definition for the container is of type swc_object.</div><div id="yui_3_16_0_1_1436271136135_394157" dir="ltr">&nbsp;</div><div id="yui_3_16_0_1_1436271136135_394158" dir="ltr">Here is the issue I'm facing:&nbsp; when I test run the method, when the parameter comes up (supposedly for data entry)&nbsp;it is not modifiable.&nbsp; It actually has a value of zero, as if it is the result of an output parameter.&nbsp; More, this parameter does not looks as if it's defined as multiline (with the "multiline icon").</div><div id="yui_3_16_0_1_1436271136135_394329" dir="ltr">&nbsp;</div><div id="yui_3_16_0_1_1436271136135_394330" dir="ltr">On the same line, I have defined an output parameter using the exact same criteria.&nbsp; I populate this parameter in the method.&nbsp; Upon testing, this parameter displays the multiline icon, but it's always empty, even though I populate it with data using the SWC_SET_TABLE CONTAINER macro.</div><div id="yui_3_16_0_1_1436271136135_394331" dir="ltr">&nbsp;</div><div id="yui_3_16_0_1_1436271136135_394332" dir="ltr">So, it seems I cannot&nbsp;input a table of objects and I cannot output a table of objects.</div><div id="yui_3_16_0_1_1436271136135_394350" dir="ltr">&nbsp;</div><div id="yui_3_16_0_1_1436271136135_394351" dir="ltr">Any suggestions on what I'm doing wrong?</div><div id="yui_3_16_0_1_1436271136135_394462" dir="ltr">&nbsp;</div><div id="yui_3_16_0_1_1436271136135_394463" dir="ltr">Thanks and Best Regards,</div><div id="yui_3_16_0_1_1436271136135_394464" dir="ltr">&nbsp;</div><div id="yui_3_16_0_1_1436271136135_394465" dir="ltr">Dan Stoicof</div></div></body></html>