Browse By Tags

  • Can CRM synchronize Calendar without Microsoft Exchange?

    Hi all, My client have Microsoft Account for their emails and Calendar. But do not have Microsoft Exchange. can the calendar synchronization works without Microsoft Exchange? 1) Can the sync work with standard IMAP/SMTP servers? 2) Can the sync…
  • 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…
  • ODBC Error using MS Power Query (Office 365)

    ODBC Driver error in Power Query "Unexpected error: Attempted to read or write protected memory..." We are using the Sage 50 v25 32b ODBC driver. The underlying query is "select * from ACCOUNT_STATUS" or specifically when querying date time (tz sensitive…
  • BOI Print PickingSheet resets form code to STANDARD

    Hi everyone, would you please have a look at this and see why this is running erratically? I've seen some sample scripts here and there, and the bulk of my script is from the other posts on this forum. I must be misunderstanding what objects and what…
  • Sage X3 PU11 - SOAP Call in C# Language - Is there a common library DLL which we. can attached as a reference.

    Hello Teams, We are creating an Interface to Sage X3 PU11 and would like to know if Sage or any other provider has created a common DLL library for the C# programming language. Will be used to call SOAP or REST in Sage X3. Thank you, Dennis
  • Interface with Microsoft Dynamics GP

    Hi everybody, I am wondering if there is anybody out there that is using Sage X3 in conjunction with Microsoft Dynamics GP (exporting data on a regular basis from X3 to GP)? Thanks, Dominik
  • SO invoicing Error :"Missing or Invalid Header"

    Hello I am writing script to create invoice using BOI,but it gives error when writing Line items "Missing or Invalid Header".Can someone help on this. My code snippet int TaskID = (int) oSS.InvokeMethod("nLookupTask", "SO_Invoice_Ui"); oSS.InvokeMethod…
  • BOI with Custom Module.

    Hi All, I have a custom module installed in Sage 100, I need to do insert in it using BOI script. Is anyone has any Idea how I can achieve it? your reply will be Appreciated Thanks, SF
  • Missing record to calculate taxes.

    Hi All, I am getting this error "Missing record to calculate taxes." while trying to import Sales order in Sage using BOI. Has anybody faced this issue before? OR anyone has some idea how to solve this. Appreciated your help Thanks, SF
  • Entry exceeds available quantity

    Hi All, I am trying to enter a Sales order in Sage 100 using BOI with .Net program, I have the problem to handle the "Entry exceeds available quantity" pop up. I am searching for a method but I am not able to find it. Is anyone has an how I can…
  • AR_NoSEDesktop - Cannot communicate with Sage Exchange Desktop 2.0.

    Verify the application is installed and running. Contact Sage 100 Customer Support if the problem persists Has anyone seen this error before? It is happening when I try to write a sales order with SO_SalesOrder. It happens on the nWrite. It actually…
  • The Database and WorkStation are on different server, How to connect Provide X using BOI?

    Hi All, I will have to use BOI to import customers into Sage 100, Normally the Database and the Workstation are on the same machine, so it will easy to connect ProvideX using BOI and import the records. But the problem is we have the database and…
  • SAGE X3 - Outlook Plugin (Can't connect)

    Hi, Normally I'm able to configure the Sage X3 Outlook without any problems, but in one specific client I'm getting an error while testing the connection. After I insert all the configuration, I'm getting the error "Connection forcibly closed by…
  • How do you receive the last error message from the ProvideX Session object?

    I am trying to write good error handling for the connection to Sage 100 in VB.Net. I have the following code: Dim pvx = New COMDispatch("ProvideX.Script") Try pvx.InvokeMethod("Init", Path) Catch ex As Exception Dim lastErrorMsg = pvx.InvokeMethod…
  • AR_Invoice

    Hello I am trying to edit a AR_invoice using BOI in VB.net i have tried to set key but no matter what i try i am getting some kind of error can anyone please help me out on how to set key for a ar_invoice that code i used : If Not (CBool(ar_invoiceObject…
  • Excel crashes printing A/R invoices through VBA - MSVCR120.dll

    I have some macro code that is printing A/R Invoices to PDF files. The code works fine on my laptop, but on the client workstation, it crashes. Event Viewer identifies MSVCR120.DLL as the problem. The OS and Excel versions are identical on the workstation…
  • Issue in RMAs insert using BOI

    Hi ALL, I have an issue to import RMAs few field, All the information get inserted but just EmailAddress and Fax Number not get inserted using BOIs, I am using COM APIs with the C#.Net Can anyone please help me to resolve this issue? Or Can give me…
  • 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…
  • 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
  • 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…
  • 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
  • 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,
  • User field on Sales Order screen

    Hi ALL, There is a field called "User" on the Top right on the Sales Order Entry screen. Can we pass the values of that field from the BOI programming? And Can please tell me that it stores into which table? Please help me by giving hint to resolve…
  • 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…