• Error adding an item to a sales order

    I have created a C# web service suing the Sage 300 objects, and all is working well except when I try to add another line to an existing order I get: "Order Detail. Attempt to modify a different record than was retrieved." This occurs on the code…
  • Connectivity problem with Excel

    Hi, MS released an update this past weekend and it seems to have affected connections to excel. I was wondering if anybody else has experienced this. Before the MS updates our macros were programmed to connect to Excel with Microsoft.ACE.OLEDB.12.0…
  • inserting an order header optional field

    I am trying to insert an optional field for a new sales order. When I run the macro recording I get some code and have ported that to C#. The issue is, it did not seem to work. ordersView.Process(); ordersView.Fields.FieldByName("PROCESSCMD").SetValue…