Browse By Tags

  • Collaboration sought for Import of SO Invoices from XML file with BOI

    I am hoping there is someone out there with an ability and willingness to help me. As a Master Developer with have not really had much need to develop things using BOI since we can always modify the code if needed. We have taken the class and we are…
  • Unable to read line level data

    Hello I am trying to read data from SO_SalesOrderDetial i tried setting key value to read data for a given sales order i am able to get data using GetResultSet but i am not able to read values like price , ordered etc and when i am trying to use…
  • Error 26 : variable type invalid

    Hello i am trying to read data for each line in sales order and i am getting a error , i am not sure why i am getting this error cause the same code is working for few lines but not for few this is my code ##################################################################################################…
  • 3rd party integration with sage 100

    Hello Everyone, I am trying to build a 3rd party C# application for my client on sage 100, i read several things but was not able to achieve this, i have been trying few sample codes to connect with sage using BOI but i am not able to read data from…
  • Update ReturnHeader and Return line Items using BOI.

    Hi All, I need to update some details of the ReturnHeader object and Return Details object. I am trying to use "nWrite()" method to update records. But it is not working. Can anyone help me out to solve the issue, Please? Thanks, SF
  • Providex OLE Server Assistance

    I need assistance setting up the Providex OLE Server. Is there a support number I can call to speak with a developer to help my make sure everything is setup properly. I'm trying to do some integration work for a Sage 100 instance hosted on a cloud…
  • 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…
  • C# Creating A New Vendor

    Hi everyone! I've been trying to create a new vendor through the BOI and have run into an issue. It creates something similar to a "place holder" for the vendor number in the vendor table, but does not fully create the vendor. For example, when I click…
  • BOI Code for Return Merchandise Authorization - Import

    Hi ALL, Can anyone please share with me RMAS import code using BOI ? It's really urgent, Please give me hint or source code. Thanks, SF
  • System.Runtime.InteropServices.COMException: <NewObject Error: 90>

    Hi All, I am getting this exception "System.Runtime.InteropServices.COMException: <NewObject Error: 90>" on the below code line, It is working fine in 2016. but on client machine it giving me an exception. oSS = pvx.GetType().InvokeMember("NewObject…
  • 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…
  • Getting <NewObject: 200> error while connecting to Sage 100 / AR_Customer_svc

    I am fairly new to Sage, went through the Object Interface class at SageU.com. While running the example I am getting an error <NewObject: 200> whenever there is a call to Invoke Method on "AR_Customer_svc". Using Win 2012 Server, Sage 100 - 2014 with…
  • BOI Receipt of Goods Error #88 on nWrite

    I just spent a few hours troubleshooting something and figured that someone else might benefit from my experience. We have a receipt of goods integration that runs from AP invoices in our ECM system and creates a receipt of goods entry in Sage 100 ERP…
  • Sales Order Entry via BOI

    Please forgive me as I have been scouring the internet and other Sage sites to find the answer to this question with no avail. I am trying to insert a sales order from c#. The order gets created, yet it doesn't have an assigned customer or any lines…
  • 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…
  • Need to to get the LineKey after saving a SalesOrderDetail item.

    My goal is to get the LineKey after saving an order line item. Getting the SalesOrderNo is easy because I just used nGetNextSalesOrderNo before creating the SalesOrderHeader. Then as each detail item is added I need to return the LineKey of that item…
  • Code For Sales Order CRUD Using Business Object

    This BOI is driving me nuts. You just cant tell why something is not working. Would someone be willing to post full code examples for Sales Order CRUD Operations? What I need to do is: Create the original Sales Order Update the Sales Order Add…
  • BOI - unable to get value with nGetNextJournalNo and can't set key

    I am writing a C# app to bring in Journal Entries. I have two issues; I am getting no value for nGetNextJournalNo and I get an invalid key error when attempting to set the SourceJournal+EntryNo key, even though I am setting entryno to a string. I have…
  • nProcess question

    I have been able to use nProcess to open and display an existing Vendor record. I am wondering what I need to do to achieve the same thing for a payable invoice. I thought that it was batch number, division number, vendor number, and invoice number. I…
  • Unattended Electronic Sales Order Invoice Delivery

    Sage MAS 100 ERP Premium 4.50.7.0 running on MS Windows Server 2008 R2 We are attempting to convert a script that prints a Sales Invoice to a physical printer to instead output the Invoice as an e-mail with PDF attached. For the user we have successfully…
  • SO Picking Sheet Printing from BOI in C#

    First, sorry for the long post, but I've found seeing others code on here very helpful, so I've posted the full c# function below. My issue is trying to print Sales Order Picking sheets from BOI. In the function below, if I quick print, this works.…