I figured it out! All I had to do was add avalue for the pricelevel, as such: oSOL.GetType().InvokeMember("nSetValue", flgMethod, null, oSOL, new object[] { "PriceLevel$", "R" }); Then I saw the order correctly in Sage. I looks as if the minimum fields that are needed for a sales order line are: ItemCode$,QuantityOrdered, PriceLevel. Thanks for everyone's suggestions they helped me find what was needed. Jimmy
↧