• Is it possible to edit invoice in Sage 50 with SDK?

    I am working on integration with Sage 50 US and need to update an invoice. Is it possible?
  • Cannot Save a Custom Import Template

    I am not able to save a custom import template. Getting a permission error. What settings have to be enabled to allow me to save a new import template for Purchase Invoices?
  • How to get Account Balance ?

    I try to get Account Balance, but the value is $0 . How to get correct value ,please ? AccountFactory m_Account = m_company.Factories.AccountFactory; EntityList<Account> m_AccountList = m_Account.List(); m_AccountList.Load(); decimal balance = m_AccountList…
  • How do you get a software developers kit?

    How do you get a software developers kit? Is there a phone number to call or someone to email?
  • COM API - Interact with report window?

    Hi, I am using the COM API with Sage 50 US 2021. Is there a way to interact with the report window after it is open? Specifically, I am wondering about setting options, choosing columns, and then saving to Excel. I tried the following code, which…
  • .NET SDK Vendor Contact Field

    I tried getting the data of the vendor factory, there is no contact field on the maintain vendor window. I checked MailToContact, PaymentsContact, PurchaseOrdersContact, ShipmentsContact, and Contacts array also. Does anyone have a solution? Th…
  • Getting tax percentage with SalesTaxCodeReference.

    I am currently trying to display the percentage of the sales tax on an invoice. I am able to get the SalesTaxCodeReference off of the invoice but I am unsure how/where to find the percentage. any help would be appreciated for this Sage novice.
  • Can not set custom Sales tax amount

    I'm syncing orders from the eCommerce store to Sage 50 US using .net SDK. The sales tax amount is calculated based on different sales tax percentage. I can not configure each time in sage 50 as I make changes in tax percentage in the eCommerce store…
  • Can I pull a custom report (Financial Statement) via the SDK for Sage 50 Accounting?

    FormerMember
    FormerMember
    Currently I have a custom report that's used to create a CSV file to populate data into an in-house custom PHP financial dashboard. The way it's being populated now is a custom script that artificially runs the Sage 50 Accounting program to generate the…
  • Sage.Peachtree.API.Exceptions.ReadOnlyEntityException: 'This entity is read-only.'

    Receiving an error when attempting to save an invoice in Sage50 on prem. I have verified the Sage customer, and products are active. Any suggestions? Sage.Peachtree.API.Exceptions.ReadOnlyEntityException: 'This entity is read-only.' at Sage.Peachtree…
  • Ship To Contact, default or overridden

    Can anyone suggest how I can get a handle on the Ship to Contact,Name, default or overridden? I can't find it anywhere in the SDK. However, our UPS app retreives the Ship to Contact Name, so it must be exposed somewhere!
  • HOW TO ADD A NEW TABLE TO SAGE 50 US

    FormerMember
    FormerMember
    I RECENTLY DOWNLOADED THE SAGE 50 SDK WITH THE INTENT OF MAKING SOME MINOR MODIFICATIONS TO THE APP FOR MY CLIENT. I CAN FIND NO REFERENCE MATERIAL ON HOW TO ADD THE NEW TABLE. THE NEW TABLE WILL RECORD LOT NUMBERS WHICH ARE NOT PART OF THE SAGE DB…
  • Using the SortExpression class

    Does anyone know of any sample code that uses the sortexpression class. I need to read orders sorted by customer, and assume the sortexpression class is the way to do it, but can't get the syntax right as there are no samples available.
  • Notes

    Hello, Our company currently uses sage 50 us edition. We need to have a field that is similar to the notes field that under the customer contact screen that carries over to the sales entry screen. I want the ability to type an internal note that has…
  • How to generate pdf print of a SalesInvoice using .Net SDK

    I am trying to automate the process of printing as invoice pdf and uploading them to another system. Is there a way to obtain a pdf print of a SalesInvoice from .NET code using the SDK.
  • How Can I access SalesInvoice attachments using the .NET SDK?

    I need to need to be able to read the attachments of an invoice from .net code. Is there a way to do this?
  • How do I get a development license key for Sage?

    Hi All, I am very new to Sage and just recently received the developer partner welcome email. I have a client using Sage, they have requested that I integrate their inhouse system with Sage so that they no longer need to manually type invoices. I have…
  • .NET SDK Employees and Custom Fields on Jobs

    Hi, I'm using the .NET SDK, and I'm trying to do two things: 1. Find Employees by SS No - I don't see this as an available property on the Employee class. How is this done? 2. Find Jobs via a Custom Field - I don't see how to link to Custom Fields…
  • 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…
  • SAGE 50 2013 version and I want to get record "LastSavedAt" attribute from sdk.

    I am using SAGE 50 2013 version and I want to get record "LastSavedAt" attribute from sdk. I could not find any solution for SAGE 50 2013 version. However this is available for SAGE 50 2015 version. The client who I wrote the application is using SAGE…
  • 2012 SDK

    I am running the 2012 .NET BasicSDKApp.exe code sample that comes with the SDK and connecting to the Bellwether Garden Supply sample company. I get an error when I try to create a new sales order (See the red ellipse). Any suggestions?
  • Possible to generate invoice PDF files please?

    Each working day we have a few sales orders. We would like to programmatically send an invoice (PDF file) to each customer by email. Possible to do in Sage Quantum 50 US? Use the SDK? Any hints are greatly appreciated!
  • 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…
  • Simple customization of Sage 50 Accounting using Sage SDK

    Will be able to do simple customization of Sage 50 Accounting using Sage SDK. Basically want to pop up a message when an even occurs, as an example let us when user of Sage 50 software submits a invoice want to pop up custom confirmation message box.…
  • 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…