• Extended Desc checkbox in Sales Order Entry

    Over the past few weeks we have been having issues with the "Extended Desc" box being UNCHECKED on a Line Item in Sales Order Entry, even though the Item Code DOES have and Extended Description. Just a couple weeks ago (January 25, 2022) we were able…
  • c# Sales Order Extended Item Description

    How do I create an Extended Item Desription ?? soLine.InvokeMethod("nAddLine"); soLine.InvokeMethod("nSetValue", "ItemCode$", "NEW IMM"); soLine.InvokeMethod("nSetValue", "QuantityOrdered", qty_p); // DESCRIPTION object[] getIDesc = new object[] { …