Welcome to the Sage 50 Canada Support Group on Community Hub! Available 24/7, the Forums are a great place to ask and answer product questions, as well as share tips and tricks with Sage peers, partners, and pros.
Hi,
I'm trying to use the SDK 2024.2 in a .Net integration but get error below when trying to connect to the sample db:
Managed Debugging Assistant BindingFailure: The assembly loaded from code base file:///C:\Users\Public\Documents\Sage Software…
Hello, this is my problem : emails written in French (with accented letters) are going from sage 50 to outlook no problem, but are arriving at the recipient with "?" in place of accented letters. How can I fix it?
Thank you
Currently we use Outlook 2016 as the default mail application that integrates with Sage Accounting Canada.
Our IT Service provider is recommending to upgrade to Microsoft 365 Business Standard which includes Outlook as well as the full suite of Office…
Hi everyone,
We have been looking for information on detailed features and benefits of integrating Sage 50 Cloud Canadian version to Microsoft Office 365. We asked Sage support and asked for a call back through the main website specifically for O365…
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…
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…
I try to connect MS Excel to Sage file via ODBC. I got following message:
Details: "ODBC: ERROR [IM014] The specified DSN contains an architecture mismatch between the Driver (32-bit) and Application (64-bit)"
I am using Windows 10 64-bit. MS…
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…
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…
Hil guys and galls,
I've been looking for a reason why I can't send my invoices by e-mail through Sage 50 and, after having read so many topics in the forums, I finally found out a very probable reason : my Sage 50 application seems to not load the…
These worked in the past (Outlook 2010), but are not fixing the popups this time around with Outlook 2016 via Office 365 (click to run install). (see pics)
Also, in Outlook Trust Center, Programmatic access is set to "never warn me..." but apparently…
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…
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 2019.1 Canadian edition SDK update available? We just updated our Sage 50 to 2019.1 but when I look for the SDK, the only version I can find is for 2019.0 and 2019.1 US edition.
Hi,
can someone point me to the right place to ask questions about Sage 50 Premium Accounting (trial) SDK integration in C# ?
Lots of support links and phone numbers are broken and lead nowhere..
Also, I get asked a customer id, and a chat bot…
Hello,
We are working to integrate data from Sage 50 CA 2017 (General Ledger transactions mainly) to a Microsoft SQL Server table as a staging place to then bring into another application. We are able to this successfully by creating a MySQL ODBC (5…
I upgraded our sage .Net SDK to 2018.0. But now when I run our application and try to access sage data I get an exception: System.String Sage.Simply.Work.Repository.get_Func19()
on this line of code:
SDKInstanceManager.Instance.SetAlertImplementation…
Hi,
I want to get the list of all invoice from sage50 with the .NET SDK 2017.1
I have tried to use
SalesJournal salJourn = SDKInstanceManager.Instance.OpenSalesJournal(); List<LookupLine> lines = salJourn.GetLookupList(string.Empty, DateTime.MinValue…
I noticed about a month ago people were not receiveing my quotes that were sent via email through simply. When I click on the add in button in microsoft outlook 2010 the and choose to sync. with sage 50 data file, it comes up with the message that that…