• 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…
  • Sage 50 CA integration

    I have an application that I need to have integrated with sage 50 CA. I need to pull info and push back ap and AR invoices, projects and time entries. Who can help me?
  • So where do we download the Sage 50 CA SDK now?

    So now that Sage has overhauled their website, I can no longer find a way to download the SDK. I used to be able to find it on the public facing site, but now they've made sure to make no mention of it. All the old links suggesting how to download the…
  • Buying and getting started with Sage 50 CA software

    Sage 50 is GAAP (Generally Accepted Accounting Principles) Compliant. This means that there's an Audit trail, learn more about this here . It is a software that is Seriously safe and sound When you work with Sage 50, you entrust us with your company…
  • Woocommerce and SAGE 50 Canadian version 2019.3 integration

    Hello Guys, Anybody know here how to integrate SAGE 50 with WooCommerce Wordpress plugin? Is there any good solution available in the market? We are using SAGE 50 Canadian version 2019.3 Thank you. Rahul
  • Can Sage 50 CA 2019 work with SAP Crystal Reports?

    Hi, I know that the Sage 50 US edition 2019 works currently with SAP Crystal reports, but I just want to confirm if SAP Crystal Reports can also work with Sage 50 CA 2019? I saw in SAP Crystal reports knowledgebase that they can work with data source…
  • SalesJournal SetShipDate The field you are trying to change or function you are calling is not accessible under current circumstance.

    Hello Friends, I am using SAGE 2019.1 SDK for importing invoice in my application. I am getting error at the time of SetShip date "The field you are trying to change or function you are calling is not accessible under current circumstance.". I am getting…
  • O365 Email Migration and Training Options Now Available!

    Microsoft Office 365 Premium Support and Training services are now available for Sage 50C users with Microsoft Office 365 Subscriptions! At Sage we want to ensure that we offer you the highest level of service and professionalism while providing you with…
  • The 3rd Key Benefit of O365: Shift the IT burden to Microsoft!

    Sage has partnered with Microsoft to integrate Office 365 into Sage 50c, a new toolkit for small business! See our previous posts on why businesses are buying O365 EN / FR plus : the 1st Key Benefit of O365: Reduced Risk! EN / FR The 2nd Key Benefit…
  • Why are businesses buying O365?

    Sage has partnered with Microsoft to integrate Office 365 into Sage 50c, a new toolkit for small business! What is O365? Office 365 in simple terms is a package of programs and services all in one place, hosted in the cloud. These products and…
  • #C and SDK issues

    FormerMember
    FormerMember
    Hi, A little background... We were asked by a client to create a.Net application to do a few things. The more effort we put in the less success we seem to be having. We are trying to create POs, Time records, and add Cost Codes to the DB. Reading…
  • Distribute to Client Computer

    Hello all, We've been using the SDK and everything is working great on our development box. However, we are now ready to distribute to our clients computer. The documentation seems pretty sparse in this regard. How do we distribute the SDK to our…
  • The Power and Productivity of O365 & Sage 50c

    Did you know that Sage 50c now combines the power and productivity of a trusted desktop solution with secure online access and seamless integration with Microsoft Office 365? That’s right, Sage has partnered with Microsoft in order to integrate Sage 50c…
  • Sage 50, Sage 50C (integrations) vs. Sage One and O365 Q&A

    The original Sage 50 desktop application with a perpetual license can still be acquired with the option of on adding on services and integrations. Sage 50C Our newest set of options comes in the package of Sage 50c (Sage 50C = Sage One + Sage Drive…
  • Sage 50c and Office 365 Integration

    Sage 50c subscriptions now include the option of linking up to MS Office 365 Business Premium. If you've purchased this option you'll need to have Sage 50 2017.1 with the component installed. What's Included in the 2017.1 Component Software Update…
  • 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…
  • Modifying customer records and/or invoices with .IMP format

    Hi, I'm setting up a new POS system (VendPOS) to work with Sage50 2016. I've been playing with the import utility and can create a compatible .IMP file to upload new sales invoices and customers to accounting. Is there a way to modify existing records…
  • Receiving a Payment via SDK

    Does anyone have an example of how to receive a payment via the Sage SDK? It's looking to me like you have to go directly at the tables (which is a HUGE gap in the SDK in my opinion) but that sounds risky. Anyone know how to do this?