Browse By Tags

  • Sage 200 Developer Community

    If you're a Sage Developer, there's a separate forum for all things related to Sage 200 Web Amendability, the API and SDK. Developer Community >
  • Generate Auto number for sales invoice and sales order

    Hi All, How to get next invoice number using peactree SDK (interop.peachwserver.dll) Any help on this will be appreciated. Thanks.
  • add Unit of Measure fields to Sage API

    The following fields are currently not available in the SAGE API, yet there are required for a Sales Invoice import when using Multi-Packs: 1) U/M ID 2) U/M No. of Stocking Units I am requesting to have these fields added to the SAGE API so our…
  • SDK user defined field in Job module

    Hi All, I am trying to add the user-defined field in sage 100 contractors using SDK, Anyone knows how to achieve it using SDK? Thanks SF
  • Sage 1000 api and or sdk

    Hi, I have sage 1000 and am looking for help on getting documentation for the API or access to the SDK for this version, can anyone advise where either of these can be obtained? Extensive Google searches have yielded no results. Any help would be…
  • Sage 100 Con. Object Reference Guide - AddNext?

    Hi everyone, I'm in the process of creating an application that interfaces with the "Client" table in Sage 100 Contractor, and as I was reading the API Documentation I saw that there was an XML Request mentioned for "AddNext"? This function is supposed…
  • Enable COM SDK / API to run in headless mode

    Sage 50 SDK / API requires the Sage 50 desktop UI to remain open. Sage 50 .NET already has this ability implemented exactly how the Sage 50 COM SDK / API should be implemented.
  • How to set date range for customer export? sage50 api question.

    Im exporting sage50 customer details in this code. Please let me know how can I set date range to the exporter object so that will pull only contact updates within certain dates. Code- exporter = (Export)ptApp.CreateExporter(PeachwIEObj.peachwIEObjContactsList…
  • Peachtree 2010 SDK

    I could not get Peachtree 2010 SDK from sage officially. I read if there is someone on the board who has access to the file he/she can share it. So please share the SDK with me if you have access to it. Thanks!
  • Integrate Sage 300 (non-cloud) with a PHP website

    Hello, We have a Sage 300 On Premise (non-cloud) version. We are looking to integrate it with our e-commerce website (PHP). We want to do two-way integration. 1) : From Sage 300 to website Customer invoice, order history, tracking information from…
  • Does Sage 500 ERP have restful web apis?

    Does Sage 500 offer the same set of web APIs that Sage 300 offers (Sage300WabAPI/swagger)?
  • Looking for Form_Save Event documentation

    I am trying to find documentation on what is in the oDM parameter ("data manager object") in the Form_Save subroutine in the Save Event, specifically in the Enter Receipt of Goods Form (PO Module). Can someone post info on what what I have available to…
  • access to database

    hello i want to access sage 500 database , i am creating an application where we get the data from the client and we are going to run few calculations and implement it on sage 500 thank you
  • how to download sdk

    i am trying to integrate sage 500 with my application , but i am unable to find from where i can download sage 500 sdk ....can any one help me out ? thank you
  • Sample ODBC/SQL queries for getting Sales Order information, Customer Information, and inventory information?

    Can anyone offer any sample SQL scripts for getting information, such as Customer Information (given a customer ID), sales order information (given a sales order number or customer ID), and/or inventory information (given an Item ID) out of the database…
  • an error message when trying to create an employee record in Sage 100 Contractor using the SDK.

    <api:MBXML xmlns:api=" sage100contractor.com/api"> <MBXMLSessionRq> <Company>Sample Company</Company> <User>Angela</User> </MBXMLSessionRq> <MBXMLMsgsRq messageSetID="1" onError="continueOnError"> <EmployeeAddRq requestID="1"> <ObjectRef> <ObjectID> 42…
  • CriptographicException and System.InvalidOperationException

    I can hit all the sample databases and my private database locally; however, when deployed I get this exception: System.Security.Cryptography.CryptographicException","StackTrace": " at Sage.Peachtree.API.PeachtreeSession.VerifyOrRequestAccess(CompanyIdentifier…
  • Sage 50 2016 SDK - The type or namespace name 'Sage' could not be found (are you missing a using directive or an assembly reference?)

    Hi, I tried to connect to Sage 50 2016 but It is impossible, when I compile my code, I get this error: Error 4 The type or namespace name 'Sage' could not be found (are you missing a using directive or an assembly reference?) It is a little weird…
  • Update Inventory Worksheet via SDK

    Hi Guys, I am having an issue while updating Inventory Counts in SAGE300. I have created the Macro but it actually does not update the Quantity Counted in I/C Physical Inventory Quantities. Has someone successfully updated /C Physical Inventory…
  • SAGE 300 61A SDK HRESULT E_FAIL Error

    Hi Guys, I have an issue when attempting to retrieve or insert data into SAGE databases using the SDK 61A. I am able to establish connection with the SAGE database and open the Views. However, I am getting a HRESULT E_FAIL error when I try to retrieve…
  • 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…