Browse By Tags

  • Sage 300 SDK field values not setting ONHOLD and PRIPERCENT

    Setup: C# Framework: .NET Framework 4.8 SDK: ACCPAC.Advantage Code Context: OpenView just initializes a session to the DB, there would be no issues behind this - it works just fine with everything. Important: No errors appear what so ever…
  • SDK use while company sharing is turned on

    While trying to write an integration for sage 50, I am encountering an error whenever I try to connect to a sage 50 instance if it has sharing enabled. With this setting, I get Unexpected Remote Data Access return value: SLALockFailure ---> Sage.SBD…
  • SDK add inventory with vendor

    Hi, I am fairly new to SDK. I am using C# Framework 4.8 (since there seems to have no support for .Net 7) Anyway main issue is the customer is asking to upload products linked with the vendors and inventory qty from our system to Sage. I found…
  • Sage SDK 2023: Method not found "System.MissingMethodException: 'Method not found: 'System.String Sage.Simply.Work.Repository.get_Func31()'.'"

    We have a custom program developed that connects to the sage file and our ERP, and pushed the invoices into Sage. (C#) Everything worked prior with 2022.3 SDK. Recently upgraded the software on all machines to Sage 2023.0, and had to install the SDK for…
  • Issue with SDK version 2023

    I have an application that imports invoices to SAGE 50 CA using SDK. It’s written in C#. Until version 2022.3 it worked perfectly. I always updated the SAGE 50 and matching SDK as they became available. Today, I updated the Sage application and installed…
  • Can you create and save a Purchase Invoice using the SAGE 50 2022 SDK?

    I'm getting a "read-only" error when attempting to save a Purchase Invoice in SAGE 50 using the 2022 SDK. I need to to know if this is supported or if I might be missing something that is causing this error.
  • The entity is read-only

    I am currently developing an app with the .net sdk and am trying to input a sales invoice. All seems well until I call the .Save() method on my invoice. I get the error that the entity is read only. Based on a previous search through the forum, If I go…
  • Unable to open Peachtree session- Peachtree270.ini does not exist

    Hello, I'm trying to open a Peachtree session to connect to Sage 50 accounting software. I'm using Sage 50 2021 software and 2021 SDK. Both are installed on the same machine. Below is the exception that I'm getting- **** Inner Exception Type: System…
  • Is there a way to receive qty on a Purchase Order?

    Is there a way to receive qty on a Purchase Order Line? These are non inventory items. Using .Net SDK or COM SDK.
  • Address Validation with Avalara

    Hello, We have encountered an issue when validating addresses where the FOB and ship method are automatically changed after validation is complete. Is there a way to prevent the FOB & Ship Method from being restored to default? Thank you for your…
  • Has anyone used an external requisition software?

    Has anyone used a software package that integrated with Sage 500 ERP for creating Requisitions outside of Sage and then generating Purchase Orders in Sage? What software did you use? How did that process go? Any recommendations or precautions?
  • Do I Need A New Application ID For Each Installation?

    We have a developer license and application ID which we have used to create a connector that pulls data from an ERP into Sage 50. It runs as a windows service. It has worked well on all our development boxes. Yesterday, we tried to install the windows…
  • 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…
  • 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!
  • Developing C# application for Sage 50 Quantum Accounting 2019.3 (Canadian)

    FormerMember
    FormerMember
    Hi Team, I am new to Sage50 SDK development in C#. My Sage version is "Sage 50 Quantum Accounting 2019.3 (Canadian)" Getting started understanding development process, I downloaded Sage50SDK20193 and installed it. Here i found C# sample code, and…
  • Sage 300 non cloud integration with e-Commerce website

    Hello, We want to integrate our Sage 300 non cloud version to our eCommerce website (PHP). We want to integrate the data between Sage and website, such as order, inventory, tracking etc. I have no idea how to get started. Can you advise how I can set…
  • 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…
  • Sage 50 CA SDK and Delphi

    We program in Delphi and I’m attempting to access a Sage 50 2019 database using the SDK, question is, can the SDK be used in a Delphi environment ? I’ve made a program (based on the C++, C#, VB code samples) to simply open (wSDBOpenDatabase) and close…
  • ValidationException when building CustomerCreditMemo - Sage 50 SDK .NET

    Greetings all, We use the .NET SDK for Sage 50 to integrate our software with Sage 50. I've got a situation where we're trying to make a Credit Memo in our software to push over in to sage 50. During a relatively routine step, we are getting a Sage ValidationException…
  • Does Sage 500 ERP have restful web apis?

    Does Sage 500 offer the same set of web APIs that Sage 300 offers (Sage300WabAPI/swagger)?
  • Sage 2018 - upgraded to 2019 and then downgraded back to 2018, now API won't work

    We have written a program for one of our clients using the Sage Peachtree API. Every time they upgrade versions, we always have to get the latest DLLs and rebuild our app to make it work again. However recently they say that they installed Sage 2019,…
  • SDK Code Samples 2018.0

    Hey All, I am looking for code samples to Add inventory, invoices/invoice details. The SDK is pretty slim on code examples for this. Anyone willing to share? TIA, Miles [email protected]
  • Sage500 API Documentation

    I am new to Sage and we are looking for Sage500 API documentation because we need to pull data from Sage into a different receivables application. I have been looking around on the website and cannot find anything and I have made 10 calls to 10 different…
  • Distribute to Client Computer

    Hello all, We've been using the SDK and everything is working great on our development box. However, we are now ready to distribute to our clients computer. The documentation seems pretty sparse in this regard. How do we distribute the SDK to our…
  • SDKInstanceManager OpenDatabase always returns false and has no error messages

    Hi, I'm trying to work through the C# sample project in the Sage 50 Accounting SDK (Simply) but for some reason I can't get the opendatabase connection to let me access the database. I have set up my user in the Sage app and I know my username and password…