• Sage 50 CA Error with SDK "Customer Ofen pay late. see the advice topic Handling Overdue accounts" for suggestion

    hi all, I am getting this error while importing Orders. can anyone suggest how to resolve it?? Sage 50 CA Error with SDK "Customer Ofen pay late. see the advice topic Handling Overdue accounts" for suggestion Thanks, SF
  • 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…
  • Posting an invoice, line items getting added.

    Our software imports invoices into Sage 50 Canadian edition via the SDK. For a couple customers, it seems line items are getting added in that we are not creating when the invoice is posted. After trolling through the database it seems like these line…
  • Getting data out of Sage50cloud programatically...

    I'm not sure if this is the right place for this, so excuse me if not. I'm trying to extract data from Sage fully programmatically (no user intervention required). We have a "hybrid" setup where the data is in the cloud (sort of?) and also on local MySQL…
  • 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…
  • TotalTaxAmount SetTaxAmountByRow not working

    Hi, I am trying to update invoice's total tax using below code TaxSummaryInfo taxSummaryInfo = journal.GetTotalTaxAmountInfo(); if (taxSummaryInfo.GetCount() > 0) { double totalTax = 10; taxSummaryInfo.SetTaxAmountByRow(1, totalTax); taxSummaryInfo…
  • SDK 2020.1 not working after Sage 50 2020.2 update

    Hi, Our job control system exports invoices to Sage 50 (Canadian Edition) using the latest version of the SDK 2020.1. We had to update Sage 50 to version 2020.2. which includes the up-to-date tax tables. According to Sage Support, there won't be an…
  • Querying and Creating New GRNs

    I'm working on an application that takes in a structured .csv file and can't find any information on how to query and create new Goods Received Notes. I know that parts of them are stored in the titrec and tjourent tables, but adding to them manually…
  • 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
  • Get all active Sales Taxes

    Hi, I am trying to get all active Tax Codes and iit's taxes using .NET SDK. From tTaxAuth table, I can get all Taxes ,from tTaxCode I am able to get all taxcodes and from tTxCdDtl table I am able to get Tax rate for each Taxcode's tax. I have removed…
  • 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…
  • DLL reference

    This is probably pretty straight forward, but could someone point me in the right direction? I am new to Windows programming, and even though I followed the SDK and have copied all the respective dll's into my development folder, when I try to open a…
  • Is there a version of the Sage 50 SDK that can be installed for .NET Core on Linux?

    I would like to create a web service that can run on a Linux host. Is there any way to do this?
  • #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…
  • SDKInstanceManager OpenDatabase always returns false and has no error messages

    Hi, I'm trying to work through the C# sample project in the Sage 50 Accounting SDK (Simply) but for some reason I can't get the opendatabase connection to let me access the database. I have set up my user in the Sage app and I know my username and password…
  • 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…
  • 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…
  • Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations.

    Hi All, I am getting the message Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations. when I am calling OpenSalesJournal in the 2015.3 SDK. The call stack is: System.MethodAccessException: [F:\Development…
  • 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