• How do you keep from having to 'allow access' every time you run your app?

    I have an Application ID and I can start a new session and open our production company, but every time I (or anyone) runs this c# .net app it always says that I have to open Sage and allow access. I open Sage and select 'Always Allow' but we have to do…
  • Get authorization notification again? (SDK / .NET)

    I believe our customer was prompted to authorize the integration of our product with Sage 50, and they chose the "No" option to disallow our product to communicate with Sage 50. How can we get this prompt back in order to attempt to authorize our application…
  • Downloading 2015 SDK

    Sage sent me a link to download the SDK. I select the 2015 SDK and Agree to the term then I end up here Sage download manager In order to utilize the Sage Download Manager you need to install .NET Framework 4.0 on your machine. The following…
  • Purchase orders and character limits

    Currently i am working on a program meant to create purchase orders using excel files to import some data into said order. So far the only problem i seem to keep having is that certain things, such as the Term and Address fields have a "Character limit…
  • SDK Getting Started

    I am a senior developer who is VERY new to Sage. I haven't ever used it or even seen it. A client wants me to use the SDK to get some very basic invoice and payment information out of Sage 50, but even the "Getting Started" info around here seems a little…
  • how can I find /get Received Qty of Purchase Order using COM SDK

    Hi Using COM SDK , Is there a way to get/find received , remaining , ordered quantity of Purchase Order Thanks
  • setting the ReferenceNumber when creating (importing) a new SalesOrder into Sage50

    Hi, What is the recommended way to set the ReferenceNumber when creating a new SalesOrder. Currently I'm doing this: var invoiceList = sageCompany.Factories.SalesOrderFactory.List(); invoiceList.Load(); var top1 = invoiceList.OrderByDescending(x …
  • Error: Could not load file or assembly 'Sage.Peachtree.Domain

    I am using the 2015 .Net SDK in a simple Windows Forms application to test integrating with Sage 50. I have Sage 50 installed on my development machine which is Windows 7 x64. My project is set to compile for x86 and targets .Net 4.0. I am running Visual…
  • Read sales tax rate from SalesTaxAgency or SalesTaxCode or Customer

    I need to read the actual tax rate that will be applied to sales to a specific customer using the 2015 .Net API. I can look up the list of SalesTaxAgency objects that correspond to the value found in Customer.BillToContact.Address.SalesTaxCode. The…
  • Where can I download Sage 50 SDK.?

    Where can I download Sage 50 SDK.? The link below has been moved permanently http://na.sage.com/Sage-50-Accounting-US/lp/partners/getSDK/
  • Error using SDK with job reference

    Hi, I am using the Sage 50 2013 api to set online journal entries. In my machine in development everything goes right but when trying in production I get this error when creating journals System.MissingMethodException: Méthod not found: 'Void Sage.Peachtree…