• E-Business Web Services Bug With Shipping Address

    I have a tool that creates Sales Orders and Customers in Sage MAS 100 ERP 2013 through the E-Business Web Services. These Sales Orders and Customers come from an E-Commerce website. Sometimes, the Billing and Shipping addresses are the same, and at other…
  • BOI - Accessing SO_SalesOrder_bus throws exception

    I am trying access SO_SalesOrder_bus in order to set the print flags, but every time I try to create a new object for this object, it fails with this exception: An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in…
  • Need a code demo for Shipping Rate Detail Creation

    Hello Experts! Could you please give a code demo about how to create Shipping Rate Detail? I knew how to create a Shipping Rate: oSS.GetType().InvokeMember("nSetProgram", System.Reflection.BindingFlags.InvokeMethod, null, oSS, new object[] { TaskID…
  • Development Partner resources

    I just joined the Development Partners program because based off the website the program offers “Access to a software development kit (SDK), including tools, sample code, and resources you need to successfully develop and test applications. For selected…
  • BOI Credit Card error when adding invoice using AR_Invoice_Bus

    We are uploading invoice header/details to Sage 100 ERP 2013 using the AR_Invoice_Bus from Visual Studio 2013 under .NET Framework 4.0. Many of the invoices we upload go successfully, but some encounter this error: "You cannot use a credit card payment…
  • BOI - Deleting AR invoice record.

    HI, I am trying to programmaticlly delete an AR invoice record in Sage 100 2015 using BOI and VB.net. We are using the Providex.PvxDispatch, AR_Invoice_bus object (gpARInvoice) with the nDelete method passing the invoice number with 'IN' appended to…
  • how to set shipping Qunatity in shipping data entry?

    I have done following code to create shipping entry in sage using business object.But After Execute code I am able to get to get item in lines but i am always getting shipped quantity value zero. using (DispatchObject pvx = new DispatchObject("ProvideX…
  • Shipping Entry for sales Order using BOI

    I am using BOI(business object interface) for interacting with Sage 100.I need to create shipping Entry using c# code for that I need to use which class?
  • Updating Credit Card Expiration Dates

    We are on 100 Advanced 2013, and have some automated processes that import sales orders through the BOI. We have a number of repeat customers who have been customers for years, and occasionally they use a card that they have been using for several years…
  • Retrieve Inventory Item

    Which business object I need to use to get Inventory Item from Sage Erp 100 using c#?
  • Get SalesOrder

    Hello I am using businss object to get SalesOrder for sage MAS90.I am using GetResultSets option to get.In it i am getting array of two columns.Is there way to get mutiple coulumns for this?
  • BOI IM Transaction Entry - Error CI_LineEntry_Header 'Missing or invalid Header'

    Running what should be a simple Transaction Entry test for BOI. I can create all the object I need, test for and create the Batch. Set Key values. But the call to SetKey is continually returning 0. Last Error Text is 'Missing or invalid Header' and…
  • I am trying to populate a UDF with the Gross Margin by line.

    I have created a script, and it does not seem to work. Do I put it under column validation, or some other mode. Here is the script. Retval=0 rExtcost rExtamount=0 rQtyship=0 rUnitcost=0 rLineGM=0 Set oLines = oBusObj.AsObject(oBusObj.Lines) oLines…
  • BOI - AP Manual Check Entry creating an Invoice on the fly

    I am writing a service that monitors a directory for files downloaded from a web service called Concur. The employees submit expense reports in Concur, the managers approve them and then the employee is reimbursed by Concur. To account for the expense…
  • Not able to find BOI/ SDK/ Documentation for help in development using Visual Studio

    Hi All, I had installed SAGE 100 ERP 2013 Premium and Advanced version on my windows serves 2008 operating system but after installing I am not able to find any SDK documentation file having the extension .pdf or .chm or anything else. Please help me…
  • Writing a windows service in .NET to add sales orders using BOI on a MAS 200 4.4 client machine

    Hi everyone, can anyone tell me if it is possible and what to think about if I want to write a windows service in .NET to add sales orders using BOI on a MAS 200 4.4 client machine. (Preferably the client machine. Its just to simplify my deployment…