• Sage 50 PeachTree 2012 upgrade database to SQL

    FormerMember
    FormerMember
    Hi, Our company has the PeachTree Complete Accounting 2012. It has been running for about 4 yrs now, currently we have been experiencing issues with the retrieval of data. We suspect it is caused by the amoun of data already stored within the Company…
  • NullReferenceException when creating invoice line items

    Getting this error when I try and add lines to a new sales invoice: // Create invoice var invoice = Company.Factories.SalesInvoiceFactory.Create(); // Invoice #, Date, Customer ID invoice.CustomerReference = customer.Key; invoice.ReferenceNumber…
  • There was a problem opening company.: (inner exception: FileNotFound)

    var companyId = GetCompany(); try { // Request authorization from Sage 50 for our third-party application. AuthorizationResult authorizationResult = Session.RequestAccess(companyId); This line Session.RequestAccess throws a PeachtreeException: FileNotFound…
  • Help with Sage 50 Integration with SQL

    FormerMember
    FormerMember
    I am looking for a developer who can help with integration from SQL database in our custom ERP application to directly call up orders in SAGE 50 to create Invoices and share Customer Data.
  • SDK seeking permissions every time

    Hi, We are trying to build up an application using the Sage SDK to create invoices in the Sage 50. In our testing , we found that the Sage SDK is prompting for the user to give permission every time (even if it is same company file that we gave permissions…
  • Is SAGE 50 SDK available in x64 bit?

    FormerMember
    FormerMember
    Is SAGE 50 SDK available in x64 bit? We are trying to integrate with Microsoft CRM Online, which is x64...... Thanks -dclarke
  • Sage 50c and Office 365

    we are in the city of panama and we have installed sage 50c and office 365, we try to perform the synchronization and it has not been possible. Is there any restriction to perform the synchronization?
  • Failure to start Sage 50 (Peachtree) after upgrading Windows 10 Version 1709 for x64-based systems (KB4041994)

    FormerMember
    FormerMember
    Good morning everyone, After the Windows update downloaded and installed on my computer (Update for Windows 10 version 1709 for systems based on x64 (KB4041994)), I let the Sage 50 2018 (and previous versions) work When running the application it…
  • Access 2016 reading to/from Peachtree

    FormerMember
    FormerMember
    I’ve built an access 16 dbase for my company (a small insurance brokerage) and I am now trying to learn if it is possible to have this read to and from the company’s Peachtree accounting software. If anybody can help me, I would be very grateful. …
  • Update invoice using COM APIs Code.

    Hi All, I am trying to update invoice in Sage 50 US using COM APIs PeachWServer DLL. but it won't getting update, Can anyone help on this or give me comment or hint to resolve it? Thansk, SF
  • The 5th Key Benefit of O365: Amazing O365 software to boost productivity!

    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 plus : the 1st Key Benefit of O365: Reduced Risk! The 2nd Key Benefit of O365:…
  • The 4th Key Benefit of O365: Future proof with predictable costs

    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 the 1st Key Benefit of O365: Reduced Risk! The The 2nd Key Benefit of O365: Use…
  • 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 plus : the 1st Key Benefit of O365: Reduced Risk! The The 2nd Key Benefit of O365…
  • The 2nd Key Benefit of O365: Use on Mobile Devices!

    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 and the 1st Key Benefit of O365: Reduced Risk! For the 2nd Key Benefit of Office 365…
  • 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…
  • Email addresses no longer populate correctly

    Over the last couple of months whenever I click on the email button in Sage, when the email window pops up Outlook doesn't recognize the email addresses. Sometimes if I backspace over the last few characters and re-type them, then it works. Other times…
  • Get info of company (name, address, etc)

    Hi, I want to get the info displayed in the "Company Information" dialog using the SDK, So far I see the Company class but I do not see any of these properties (just the name), is this doable from the SDK? Thanks, Ignacio This is the dialog…
  • error openning session: Could not load file or assembly 'Sage.Peachtree.InterOp.Managed.dll'

    Hi, I'm receiving that error in a system that was working before. Now when I call PeachtreeSession.Begin I get this error: Could not load file or assembly 'Sage.Peachtree.InterOp.Managed.dll' or one of its dependencies. The specified module could…
  • Create/Add inventory items through SDK

    Is it possible to create/Add an inventory items in Sage 50 through SDK?. SDK version: Sage 50 2017.2
  • 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…
  • Get Application Unique Key of a company

    Hello All, I have a created a new company. I need to access that file through my .net application. To begin connection it asks for "Application ID". I have searched in my sage sotware regarding id. I couldn't get. Where do I get my application id? …
  • Getting the rate of a Tax Code

    Hi, I'm using the .NET SDK and I cannot find anywhere the actual rate of a taxCode, is this property available at all? Thanks, Ignacio
  • 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.2 installed. What's Included in the 2017.2 Update? Starting March 2017, Sage 50c integrates…
  • RECEIVED A FLYER TODAY - SAGE 50 2017 POWERED BY MICROSOFT??

    I DO NOT USE MICROSOFT PRODUCTS (EXCEPT WINDOWS AND NOT BY CHOICE) SO WHAT'S THIS MEAN FOR MY COMPANY? DOES THIS MEAN THAT I AM FINALLY BEING 100% FORCED OUT TO ANOTHER ACCOUNTING PROGRAM? I'VE BEEN USING PEACHTREE SINCE...WELL....ABOUT 1995 OR SO. A…
  • C# addin versus stand alone

    can this be done?