• Updating UDF in SO Line

    i am trying to update a UDF in line level using script on a button click Dim count Set fso = CreateObject("Scripting.FileSystemObject") Set dict = CreateObject("Scripting.Dictionary") If (fso.FileExists("C:\XIDT\line.txt")) Then Set file = fso.OpenTextFile…
  • BOI access of Sage 100 instance hosted on cloud server

    Looking at the C# example provided with the Object Interface course there is a portion of code that points to the MAS90\Home folder, pvx.InvokeMethod("Init", @"C:\_WORKING\90W420-0607\MAS90\Home"); how would I accomplish this if my Sage 100 instance…
  • Sage 100 france is different ERP than Sage MAS 90

    Hi, Sage 100 France version is the different version than Sage MAS90 And MAS200 ? What is the difference between them? Thanks
  • Integrate MAS 90 BOI with the C#.net for Delete record.

    Hi I am new in BOI integration with the C#, Can anyone share with me sample code for the delete a record from the Sage MAS 90 using C#.net? Or if you have any good reference document please, I google much about I did not find anything helpful. Please…
  • BOI Error on SO_SalesOrder_bus NewObject

    I am hoping someone can steer me in the correct direction. I trying to get an MVC script to enter a sales order. As far as I understand it (I do not have much experience in BOI) I need an instance of the SO_SalesOrder_bus. The problem occurs when I try…