• Can you generate a pdf of a work order or an invoice from the SDK?

    Our workflow heavily relies on the generation of pdf's created by the sage application. We are looking to automate some of that process, but since we are so heavily tied to using the PDF as the means to interact with the customer (mainly work signoff…
  • Sage 50 Accounting database table layout?

    I've asked a similar question earlier regarding the database layout/design and got a piece of code from someone (which I will paste below). This piece of code gets the Shipping info, the order number, and other info. What I'm looking for is how to get…
  • Cannot send journal to Sage 50 US via SDK importer

    I am trying to use the SDK (COM) to transfer a journal entry to Sage 50 (Peactree) but cannot make it work. I can see the import status screen flash out and there is no error occurs during the import; but nothing appears in the sage 50 journal entry report…
  • error: Currently, Invoices cannot be saved in cash-basis companies when using the .NET SDK

    Hi, I'm trying to export an invoice into SAGE50 and I'm getting this error: "Currently, Invoices cannot be saved in cash-basis companies when using the .NET SDK" Other than re creating the company, what else can I do? Why this limitation…
  • Have not received Sage 50 SDK

    I applied here http://na.sage.com/us/partners/development-partners-erp-crm-hrms weeks ago for the SDK (and again today) but heard nothing back.
  • Error Importing Employee List -- EmpEE Fld2-Calc Name

    I have a program that uses the COM SDK to import (Update) the Employee list with Hours and Payrate. We converted from 2012 to 2015. I updated the program to use the 2015.2 SDK. But I get an error when trying to Import: EmpEE Fld2-Calc Name I don't…
  • How to use .Net SDK to get access to the "Contact" field on Maintain Vendors window

    Hi, I have a problem about getting the data of the "Contact" filed on Maintain Vendors window of the software through the .Net SDK. I have searched the attribute values under the vendor object, and cannot find the right value for this attribute shown…
  • 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…
  • 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…
  • SDK Quote Generation

    I have an application that creates new quotes via the SDK. These quotes appear to be correct, but when I go to the Sage application and convert one of those new quotes, the Invoice Due Date is not being set. I set what I believe are the appropriate properties…
  • .NET SDK - Add Ship Date to a Sales Invoice

    Greetings all, We're using the .NET SDK to create Sales Invoices programmatically. I see that within Sage 50, the Sales Invoice itself has a Ship Date, but it's not a field I can appear to set via the .NET SDK. (It's not a parameter within the Sage…
  • Sage 50 SDK

    I am trying to figure out how to use the Sage50 SDK with either VB or VFP. So far haven't been able to get it to work. Any help would be appreciated.
  • Sage 50 could not be opened becausethe company data location .... could not be accessed

    Hi, I have a problem under Windows 8 and Sage 50(2013). When I made a connection to PT from SDK COM objects I had the following error: Sage 50 could not be opened becausethe company data location .... could not be accessed. If this path is correct…
  • 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/
  • .Net Api or SDK

    Hi, A client need to create an automatic service to create a file with all the invoices in a time range. I tried the ODBC connection but can´t see any table with the invoices information. Is that possbile with the .net Api or the SDK? and where…
  • How do you calculate the field Invoice/CM Distribution when importing a Sales Journal?

    I see how to calculate the number of distributions in a Sales Journal but I do not see a pattern for calculating the field called Invoice/CM Distribution. I am importing a sales journal using the SDK. Thanks for your help. Jean
  • Add "date due" into an invoice from API SDK

    Hi, I am developing an application to enter an invoice to Peachtree using the API .NET SDK for Sage 50 2013 , and I want to set the date due into the invoice object ( I noted that the property is visible and it can accept a nulleable value) but when I…
  • How can I or is there an SDK to allow me to export specific fields of data that I choose out of Sage into Excel?

    So we are currently running Sage 50 Quantum Accounting and we are looking to do some sales and inventory forecasting so we would like to be able to export large amounts of data from Sage 50 into at minimum and Excel spreadsheet, preferably from specific…
  • Taxable invoice detail line

    Hi, I am using .NET SDK and I am reading the detail lines from an invoice with the class "SalesInvoiceSalesLine" and all goes fine, but when I need to know if the detail line is taxable or not I do not find any property that indicates it. I was thinking…
  • What happened to Address.Key in SDK 2014?

    Just curious what happened in the 2014 .NET SDK for accessing the identifier for an address? Now it appears you can only access the Contact identifier.... It seems odd that Sage would completely remove that unless I'm missing something. The latest…
  • Sage 50 User Security with SDK (.NET)

    Is there any way to log on to the company with a specific Sage 50 User Company from the SDK .NET ? Previously, with COM interface, there is an option (CheckCompanyUsesPasswords) to ask Sage 50 if the company we want to open has security (User and password…
  • RE: sage 50 database

    Mandar Sage 50 Accounting U.S. Edition uses .DAT and .DDF files where as Sage 50 Accounting Canada uses .SAI and .SAJ If you are using Sage 50 US Edition, please fill in this form http://na.sage.com/Sage-50-Accounting-US/lp/partners/getSDK or you…