• Integration between Sage 50 Canadian Edition and Wix

    I am setting up my website with Wix and am wanting to integrate my Sage 50 to it, for speed and efficiency. Is this available? (I know it is for Quickbooks, but I am happy with Sage and do not want to jump ship) If not, is it in the pipeline? James…
  • Issue setting up bank feeds - unable to sign in to Royal Bank

    I am setting up Sage 50 Cloud Premium Accounting - Canadian and trying to set up bank feeds. I cannot sign into the bank in Sage50 as we get an error saying there is an issue with the sign-in credentials. However - no issues when we try to sign into…
  • Sage 50 Remote access

    As an accountant I use the accountant’s version of Sage 50 Canadian. A client is interested in having access to their sage file and we DO NOT want to use sage cloud. For this client we use sage 50 premium addition. The client plans to buy Sage 50 premium…
  • download from Sage Business Cloud Accounting to Sage 50 stopped working

    I went into Sage 50 to download transactions from Sage Business Cloud Accounting but it quit working. Why? It worked fine a month ago.
  • AutoEntry

    Is anyone using AutoEntry and willing to share their experience? We are currently in the trial basis and seeing if this will be beneficial or not. Looking for any feedback on the functionality (good, bad and the ugly), support, cost, etc. Also, I am…
  • Error: Simply Accounting Can't find Connection Manager????

    FormerMember
    FormerMember
    Anybody can help me to come out from this error. Every time when I tries to run the software this error comes up. What to do??? Please help me to take out from this big trouble?
  • Testing Custom Software Integration - Sage Developer's License?

    How do I test my custom software integration with Sage? Is there a Sage developers license? Do I have to buy a normal Sage license, even though I only need it for testing? I'm specifically working with Sage 50 Canadian Edition, and part of my integration…
  • Where payment terms are stored for the customer in Sage 50 CA Edition?

    I'm working on extracting data from the database sage 50 CA, but in the documentation containing the data definition , I have not found the relationship of the payment terms with customers, or where it is stored ( table). Here is the information that…
  • Exist the price levels in Sage 50 CA?

    I'm working on the integration of Sage 50 CA with a third party application with .NET. And price levels are within the required information extracted from the database Sage 50 CA, but so far I have not found any information to verify the existence of…
  • Where stored the data returned by the function wSDBFetchRecord ?

    I'm trying to extract data from tables in the database Sage 50 CA 2016, with a Visual Basic application that uses the SDK Sage 50 CA (Simply.ConnectionManagerService.dll). I'm using the function "wSDBSelectRecords" to extract the data And then I 'm…
  • 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…