HI All,
I am working on a VI import to invoice sales orders complete. I am able to pull in all the SO data and lines but it does not ship the quantities. I am not sure what I am doing wrong. I am using
@David Speck II logic to bring in the lines
0; ShipComplete$ = "Y"; oLines = coBusiness'Lines; If oLines > 0 Then If oLines'GetRecordCount("Main") = 0 Then Var = oLines'CopyLinesFromSalesOrder(Temp001$, ShipComplete$); oLines'MoveFirst() End_If End_If ! '
I get all the lines but no quantities are shipped. I tried adding another temp field with with ShipRemaining() as well as ShipRemaining(tmpSalesOrderNo$) but got the same result. Can anyone tell me where I am going wrong in this or what I need to do.
Much appreciated!
------------------------------
Bob Osborn
Consultant
ACI Consulting
------------------------------