Browse By Tags

  • Issues loading credit note via sdk where line item needs to be a GL Account item

    hi There Looking for some help here on loading a credit note where some lines are inventory items and others need to be loaded as GL Account entries. We have been in touch with SAGE sdk support who sent us this: //Order detail for stock Line…
  • Pastel 19 SDK Error

    Good Day, I hope I'm at the Right Place to Ask this Question, Else can I please be pointed to where to ask this Question. We use the Sage SDK to do 3rd Party integration into Pastel, but has now run into a Strange Error on a New Installation that…
  • How to integrate my billing solution with Sage 50 US?

    Hello, Do you have any idea how is the process to integrate me with sage 50 US 2022 through a SDK. I want to achieve the integration to be able to extract and update the status of invoices from an external invoicing system that I have designed in…
  • Social Media - LinkedIn

    Problem details Got a call from one of our partners interested in documentation on social media integration, specifically LinkedIn. The partner could find examples for Facebook and Twitter, however not for LinkedIn. Solution Details: I explained that…
  • Export data from Sage 50 CA using SDK

    Hi all, Is there anyone has an idea to export the data from Sage 50 CA? I was looking at the method w the class "CustomerLedger" but it has only the Save method it does not have the get method, Please let me know if you have any idea of hints to solve…
  • Why do some report tasks have a .NET Configuration File?

    During discussion today the question came up "Why do some Sage 500 report tasks have a .NET Configuration file and others do not?" Since the report task is still written in VB 6 and there seems to be a necessity to interact with .NET because of the configuration…
  • integrating sage pastel with python

    Good day, I would like to know the procedure and requirements of connecting age pastel with python. Thank you.
  • 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…
  • Utilities Menu in SAGE Evolution version 10.1.2.005 Symptom and Solution

    Utilities Menu missing from Administration drop-down menu. After installing SAGE Evolution version 10.1.2.005 the utilities menu is available. After installing the SDK, the Utilities Menu disappears. The solution is to download the SDK from: …
  • 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…
  • Table for Recent activity Log

    Can anyone tell me is there any table where I can query recent activity (Insert, Update) in Sage 50 ?
  • Sage 50 CA Alert issue with the SDK Import Invoice

    Hi I am getting this error w the SDK import. on this method objSalesJournal.Post(); Error in ImportSalesOrder() Error: This customer order has not been printed or emailed. Record anyway? | Stack Trace: à SimplySDK.Support.SDKAlert.AskAlert(SimplyMessage…
  • How To get a response from SDK support in a timely manner? or Nuget package for v10?

    I have been trying to get the SDK Nuget Package for v10 as it does not appear on the public nuget registry, but we have a client who has decided to move over to V10. I got in touch with SDK support about this, where after 2 weeks of back and forth…
  • Get All customers, vendors details using .Net SDK

    Hello, How can i get data of all customers and vendors using .NET SDK ? In Development Guide I can see there is a method "Load by name", which can only return 1 Customer/Vendor. But I want to retrieve all the Customers/Vendors. Is it possible…
  • SDK Error: "No warehouse specified for warehouse item"

    Integrating Sales orders into Evo via the SDK. I am getting an error: "No warehouse specified for warehouse item" This is for all Item numbers. It looks like all products are loaded to warehouses, I have not seen this error before when posting orders…
  • OE Shipment from Order

    Is there a way to create a Shipment from an existing order using Sage 300 Web API? The API allows us to create both an order, or a shipment using the QuantityShipped field on the OrderDetails object. By using the QuantityShipped value, Sage will create…
  • 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.
  • So where do we download the Sage 50 CA SDK now?

    So now that Sage has overhauled their website, I can no longer find a way to download the SDK. I used to be able to find it on the public facing site, but now they've made sure to make no mention of it. All the old links suggesting how to download the…
  • Is the Sage 200 SDK Compatible with .Net Core?

    We currently have a SDK intergration for Sage 200 written in VB using .Net Framework and are considering moving to .Net Core. Is this currently supported using the 2020R1 version of the SDK? Our preliminary investigation has led to issues around the need…
  • .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…
  • Modify Row in SYSAuditTrail

    Hi, how do I access SYSAuditTrail table to modify programatically? Thank you
  • C# SDK convert Order to Invoice

    Hi, I can convert Order to Invoice, but I'm not able to set quantity of the last line. If I set quantity of all the lines but not the last one, the POST will work. If I set quantity on all lines, it will failed on the POST, and an error will appear :…
  • 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…
  • Create Excel Macro with Sage 200

    Hi, would like to know if anyone success to add Sage 200 library as reference in Excel Macro VBA? I tried adding Sage 200 assemblies to reference but get error
  • How to integrate with Sage v7 FixedAsset module using SDK?

    Hi I need to integrate with Sage Evolution v7 and are making use of the v7.20 SDK. Specifically I need to work with the Fixed Assset module. But I'm unable to find any Fixed Asset related classes or definitions in the v7.20 SDK ( http://developmentzone…