• ACCPAC Session .Init parameters

    Questions: 1. Where can we found exactly information about ACCPAC.Advantage > .Init session parameters, their sources and properly case usages? 2. Do [.Init] session parameters affect anything (for example, when reading data)? * eg invalid [programName…
  • 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…