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…
  • C# BOI example of creating an AR_Invoice with lines/details

    Is there anyone that can help with providing an example of creating an AR Invoice with lines/details in C# using either BOI or the nuget package www.nuget.org/.../
  • 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…
  • 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
  • ProvideX object has been released

    Hi, I've been encountering the error "ProvideX object has been released" on posting production entries. Im using BM_Production_bus and BM_Bill_bus, and dropping those objects if there's any error/component mismatch on the BOM. Thanks!
  • <Error: 0 in Method UPDATEINT>

    Hi, I have the code below for automatic registration/update of the production transactions. I've been getting an error on the UpdateInit method. oSS2.nSetProgram(oSS2.nLookupTask("BM_ProductionRegister_UI")) objTransactionRegister = oScript2.NewObject…
  • Invalid or missing posting date encountered on Bill of Materials transaction update

    Hi, I've been working on automatic registration of transactions for Bill of materials. but I've been encoutering this issue for a couple of days now. its been throwing me an error that says "Invalid or missing posting date encountered" I opted…
  • 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
  • BM Production register Error "The register must be printed prior to posting"

    Hi, I've been wondering if someone else encountered or might have a solution for this. Im getting the error "The register must be printed prior to posting" oSS2.nSetProgram(oSS2.nLookupTask("BM_ProductionRegister_UI")) objTransactionRegister…
  • BM ProductionRegister - New object error:200

    Hi, i've been constantly getting the error "System.Exception: <NewObject Error: 200>" when I register the BM production entries. here's what I have coded: oSS2.nSetProgram(oSS2.nLookupTask("BM_ProductionRegister_UI")) objTransactionRegister =…
  • BOM DistributionLine Error

    Hi, I've been wondering for a couple of days now. it seems that the Distribution line is adding a bunch of numbers on my Lot. retVal = oProduction.oLines.oDistribution.nAddDistributionLine("B456") oProduction.oLines.oDistribution.sLastErrorMsg says…
  • BOM Production Entry Lot Distribution

    Hi, So i've been trying to put an entry on BOM Produciton entry, it seems to be having an error with the Distribution part. (im using an item with Lot Valuation) retVal = oProduction.oLines.oDistribution.nAddDistributionLine("B456") retVal = oProduction…
  • Get the order line items Line key no using BOI

    Hi ALL, I want to get the order item's linekeyno using BOI script, is anyone has idea? How I will achieve it? Thanks, SF
  • 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…
  • Error while transfer a stock from one warehouse to other warehouse using BOI

    Hi All, I am working on a task where I need to transfer stock from one warehouse to other warehouse using BOI interface script but I am getting the error "ŠA valid warehouse must be entered at the Transfer To Warehouse field". Is anybody has any idea…
  • This Invoice has no lines and has zero total amounts - while using batch option

    Hi All, I am trying to import the Sales invoice into Sage 100, using Business object interface. using below code. using(DispatchObject oARCustomerEntry = new DispatchObject()) { object retVal = 0; object[] nextSalesOrderNumber = new object[] { …
  • 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…
  • Installing Sage Network Amazon AWS, Workstation Local - Sage Accountant Edition

    Hey, I am hoping you guys are able to give me some information. I have a new client that would like to use a remote server for their Sage Accounting to allow Multiple Users access to the same Sage Database at the same time. I was thinking for scalability…
  • How to capture the data returned wSDBSelectRecords in sage 50 2016 CA SDK with Visual Basic .NET?

    I´m using ConnectionManagerService.dll and I am using the function wSDBSelectRecords with this syntax: Call wSDBSelectRecords(iDBLink, iTBLink, "", 0, True) But I do not know how to capture the data you are going to select in a DataTable. I´m Working…
  • Will Microsoft's free upgrade to Windows 10 affect Sage 50?

    I've got this question posted on a Microsoft forum, but so far I am not having any luck with getting a clear response. With the impending Windows 10 upgrade that Microsoft is strongly "encouraging," I have been trying to find out if Windows 10 will…
  • List of Invoice using API

    Hi, I would like to get all entered invoice into sage 50 accounting. Filter: All / Date range Does anyone have any Idea how to do this?. I'm using Microsoft .Net Framework. Thanks Sandeep
  • How do you keep from having to 'allow access' every time you run your app?

    I have an Application ID and I can start a new session and open our production company, but every time I (or anyone) runs this c# .net app it always says that I have to open Sage and allow access. I open Sage and select 'Always Allow' but we have to do…