• Sage 100 JobCost Module BOI Script

    Hi all, I am working on the JobCost Maintainance module using BOI, Can you please anyone let me know what object I need to initiate for this?? Thank you in advance !! Thanks SF
  • Issue updating Inventory Transaction Receipt Multi-Bin Distribution using BOI

    When attempting to create line items for a Inventory Transaction Receipt batch I'm having issues when I attempt to update the distribution. my code was working on Sage 2018 but they are upgrading to Sage 2021 and it now throws an System.Runtime.InteropServices…
  • Is Sage Intelligence 2015 and Microsoft 365 compatible?

    I'm running Sage 100 Premium 2020 version 6.2, and have Sage 100 Premium Intelligence 2015 installed. Our IT department installed office 365 yesterday, and now I'm getting an error message in excel about the BI extension. No values in cells in my intelligence…
  • How to read single record with BOI (C#)

    Hello All, Can anyone help me in getting a single record from Sage BOI script. I am using the following code but no data is returned. int taskId = (int)oSs.InvokeMethod("nLookupTask", "AR_Customer_ui"); oSs.InvokeMethod("nSetProgram", taskId); using…
  • Required Help AR Cash receipt creation in SData

    I want to create a cash receipt in A/R module with SData. I have identified the required tables for it. GL_CompanyActiveBatch GL_CompanyActiveBatch is read-only for SData, so I am not able to create the record here. AR_CashReceiptsDeposit…
  • Issue to point to the production company using BOI C#.Net integration

    Hi ALL, I am using BOI with the C#.Net code to import data into Sage 100, I tested the program in with the test company, Now I am trying to import data into the other company but it still importing data into the test company. I changed the company code…
  • Add TaxSchedule in SalesOrder using BOI program.

    Hi ALL, I want to add the TaxSchedule in SalesOrder according to the ZipCode. When I creating a Sales Order manually it works, But if I creating a sales Order entry using BOI with C#.Net code it is not working. Can anyone advice or give me hint…
  • pass parameters in BOI Method

    Hi ALL, I want to call a GetFirstShipToAddress$(div$, cust$) method to get the Address which has customer number, How do I pass parameters in this method using C# code? Please can anyone help me to resolve this? Thanks,