Browse By Tags

  • Sage 300 SDK

    Hello, I am very new to development with Sage 300 and using the SDK -- in fact I have not started yet, but before I get started I would like to ask a question. First off, I need to clarify that I'm talking about a version of Sage 300 installed on a server…
  • The Sage 500 2024 SDK is now available!

    The Sage 500 2024 SDK is now available to all Sage 500 Certified Partners and customers who are licensed for the SDK. Prior release versions of the SDK are also available. To obtain a copy, please contact Customer Support and provide them with your…
  • 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…
  • 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 >
  • Sage 50 Cloud Pastel Partner Rest API

    Hi there, I have a client using Sage 50 Cloud Pastel Partner in South Africa (South Africa Version). My client is looking to build an integration to programmatically write expenses into Sage. Looking at the API references ( https://developer.sage.com…
  • This customer often pays late. See the Advice topic "Handling Overdue Accounts" for suggestions.

    Hi All, I got This customer often pays late. See the Advice topic "Handling Overdue Accounts" for suggestions errors for creating an Invoice using SDK. This line of my code throws an error. => objSalesJournal.SelectAPARLedger(name); //set customer name…
  • Sage 50 CA Error with SDK "Customer Ofen pay late. see the advice topic Handling Overdue accounts" for suggestion

    hi all, I am getting this error while importing Orders. can anyone suggest how to resolve it?? Sage 50 CA Error with SDK "Customer Ofen pay late. see the advice topic Handling Overdue accounts" for suggestion Thanks, SF
  • Sage 300 SDK read function

    Hi all, I am trying to read the vendor using SDK, But I dont get any result with that, Can any one help me how to make a call to read all the vendors using Sage SDK? Thanks
  • unable to install custom module on older version

    Hi all, I have a custom module ID that I have create, build, and copied to sage300 installation folder. The module ID only consist of dll to create flat view. I am able to activate it on Sage 300 v70a. then I want to install it on test server with v69a…
  • Sage 50 takes a long time to load a company from a 3rd party software

    When opening the company through Sage 50 itself on any client PC, it takes about 5 to 10 seconds until I am on the main dialog. Then another 3-4 seconds to load the Sales Order list. We have a 3rd party software (MAXShipper) that allows us to integrate…
  • Using Pastel SDK to allocate Credit Notes to Invoices

    We are using Pastel SDK on Pastel 19. I can import invoices (document type 3) using SDK and can import Credit Notes (document type 4) using SDK. The customer uses Open Items to allocate payments / credit notes to one or more invoices. Does anyone know…
  • Help! Upgraded to Sage 50 2024 and my apps now throw "Unable to cast COM object of type ..."

    Ah I forgot to copy over the latest Interop.PeachwServer.dll and recompile like I have to do every year.. nope still fails. Version 31 dated 10/5/2023, looks good. Downloaded the 2024 SDK to see if anything has changed in the COM interface.. nope, login…
  • Getting invoices and posting payment receipts?

    Yes, I'm new. How do we get posted (approved) invoices from the SDK and how to create payment receipts against those invoices? Just looking for a quick headstart! Cheers, Antoine
  • Sage 200 Evolution SDK

    Hi Cityzens, My client is upgrading from Sage 200 evolution V7 to V10. They have done their developments with the sdk and all is well. Question is; do they need the sdk developer edition registered on the production server ? Or does the sdk connector…
  • Much weirdness Creating Purchase Order via the SDK

    i'm creating purchase orders via the SDK using the examples in the help as a template. basically create a poporder, assign the supplier, add lines confirm and post. What appears to be happening randomly (on customer site, i have not managed to see it…
  • Pastel SDK

    I am wondering if anyone has an idea of what I am supposed to be sending with the ImportCustomer method. I have tried building a class like the one described in the sdk documentation and every time i send the data from that through, I get an "invalid…
  • 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…
  • SDK Inventory Transaction Item blocked

    EVO SDK version: 7.10.0 (7.10.0.39) I am receiving the following error when trying to integrate with EVO. Inventory account '113/2/2/1' is blocked and cannot be posted to. The application is a well-established application of over 10 years, so we…
  • 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.
  • ACCPAK.MAK file not found

    Hi alll, I am trying to compile my module ID but having this error: makefile(19) : fatal error U1052: file 'ACCPAC.MAK' not found - Sage 300 SDK 70A is already installed and activated to few companies (I have ~15 companies, SDK is activated on…
  • Username already in use error after refreshing queue.dta on a blank dataset v28 sage50

    Hi, I have had an exporter running Version 28 of the c# Sage 50 SDK that pushes invoices into sage from our facilities management software; this has worked previously, and continues to work for other customers, but for one customer I am getting "Username…
  • SDK trigger for the HMRC CIS verification

    Hi, I noticed we can load and update any CIS properties/settings for subcontractors using the Sage 50 .NET SDK. Is there any way to 're-trigger HMRC CIS verification' after update from the SDK? Thanks, Martin
  • Sage 50c SDK - Importing a supplier.

    After many failed responses from various Sage support email addresses, I am hoping someone here may be able to assist. We have performed a number of integrations using the SDK so am familiar with it's features. One call we have not made before is to Import…
  • "Unable to open company file" message returned

    Hi all, We're developing a COM-aware .Net assembly that is used in a legacy VB6 app and keep getting the above message when opening a connection via SDKInstanceManager.Instance.OpenDatabase. When we call our method from inside another .Net assembly…