• Sage50 Third party integration

    Hello, I am looking for help with the integration of Sage50 and a third-party software. Can anyone help me?
  • Looking for developers wihh US Sage50 Integration

    Hello, I have a client in EU that needs to hire a developer for an integration with Sage50 Accountant and other versions in the US. Can anyone help me?
  • SAGE 50 - BANK FEED, CREDIT CARD FEED, STRIPE FEED

    For those who have Stripe account bank feeding into Sage50 - would you recommend it or is it more trouble than its worth and best entering manually? Likewise for the bank feed and credit card fee? Client currently entering all manually and it works…
  • .NET 5, 6 Support

    Hello. Do we know when it might be possible to interface a .NET 5+ project with Sage 50? Any idea of ETA or direction would be greatly appreciated. It looks like .NET Framework 4.8 was release just over 3 years ago (April 2019). If you're reading this…
  • 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…
  • VendorReceiptFactory filtering

    I would like to filter the List with a customer ID. The VB code looks like this: Dim p As Sage.Peachtree.API.VendorReceiptList = Me.company.Factories.VendorReceiptFactory.List() Dim vendorFilter = PropertyFilterExpression.Equal(PropertyFilterExpression…
  • The company could not be opened because the file COMPANY.DAT is missing or damaged.

    I have a third party application that integrates with Sage 50. After a client has copied their sandbox company to a new file for their production company, I am no longer able to open the Sage 50 company and receive the following error: I have seen…
  • Connection between Sage 50 US and Sage Intacct

    Hello everyone I am wondering if it is possible to share information between these 2 Sage products. A customer uses Sage Intacct and I would like to know if it is possible for these 2 to interact. For example if in Sage 50 I register invoices or purchases…
  • Import Unit Cost for Inventory Adjustments with the COM API

    I'm trying to import the Unit Cost field among others for Inventory adjustments via the COM Interface. For some reason this one field likes to remain at 0.00 even when making a positive adjustment with a value greater than 0.00. Here is an example of…
  • Use of REST with locally installed applications (sage 50 quantum)

    Hi, All wise and mighty sage pros! I am an integrations developer and have been for over 30 years. Having worked with MANY api's I don't think my question will be so much a challenge but rather just details I don't yet know ;) I have had many…
  • Accounting Period

    I've found how to get a list of the Accounting Periods through the SDK (Using .net API). Is there a place to find the current period so I'm not entering or updating records from an accounting period?
  • Why do certain SDK functions take longer complete?

    I am encountering an odd problem and could sure use some insight. I'm rewriting one of our older web applications in order to add more functionality. I have a form to add, edit and delete sales orders. Adding and deleting orders work great but I have…
  • Integration with Rails app 2019

    Hello and good day to all. I'm looking for a way to access SAGE 50 endpoints for purchase orders, invoice. inventory etc through our front-end system built in Rails. The ideal solution would be through an API which I couldn't find any suitable yet.…
  • Sage Add-On - Subscription Based Service Plan Tracking

    Looking for a Sage 50 Add-On. My company uses Sage 50 and we offer a subscription based maintenance planfor customers, and having a way to keep track of which customers are signed up, what equipment they have, scheduled visits, billing, would be incredibly…
  • Error installing console app

    FormerMember
    FormerMember
    I have created a windows service in a console application using TopShelf library. If i run the app directly it works but i when I try to install it I get an error of Unhandled Exception: System.ArgumentException: Specified directory could not be found…
  • Mavenlink/Sage Integration

    FormerMember
    FormerMember
    We are in the process of converting to Mavenlink as our time keeping system and we need guidance from the SDK group to understand what we need to do in order to provide access to the Mavenlink IT team to our Sandbox account in order to understand how…
  • How we can add customer note to any sales order through sage 50 api

    I am searching for a way around that how we can add customer notes on any existing SO through sage Peachtree API.
  • SDK seeking permissions every time

    Hi, We are trying to build up an application using the Sage SDK to create invoices in the Sage 50. In our testing , we found that the Sage SDK is prompting for the user to give permission every time (even if it is same company file that we gave permissions…
  • Sage API Importing Question

    Hello everyone. I have a question about the Sage 50 SDK. I am trying to create a PO in Sage through the API. Using .Net and C#, I can see the Lines and the specific fields for the PO itself, but I am unsure how to set the Vendor the PO is linked to in…
  • Importing and Exporting using .NET API

    Hello Everyone, I am having trouble figuring out how to import and export to and from Sage 50 Quantum using the US SDK. I have gone through several of the sample apps and I am just not seeing how things are transacting. I want to import CSV files in…
  • how to add Prepayment to Customer in Peachtree with help of API

    hi, from last few days i am searching on how to add prepayment to customers in Peachtree, I need to replicate below mentioned functionality of Sage 50 in my app using API - Receive Money ~> Receive Money from Customer - select customer - check…
  • Specified directory could not be found Parameter name: s:\company

    So I am trying to use the Sage 50 API in a web application. The Web App will generate invoices and send them to Sage 50. Now the data is stored on another server at \\serverName\peachtree. I have this mapped to my S drive on the server and have that user…
  • Unable to get API key, been trying for a year+

    FormerMember
    FormerMember
    I've been submitting the form on this page https://www.sage.com/en-us/partners/independent-software-vendors/# on and off every month or so for a year+ now but never get a reply, Today I tried sending an e-mail to this address [email protected] Waiting…
  • How to find InventoryItem that has inventory changed only?

    Hi Using the .NET SDK is there a way to search for products whose available inventory has recently changed by date? Thank you
  • How to overwrite the sales tax using sdk

    We want to be able to write the Sales tax of a document back to sage using a third party application. From the .net dll, we have understood that the sales tax can only be calculated but not written to. But we want to know if there is any way we can edit…