• Does Windows Service Connecting to Sage 50 US Via SDK Count As A User

    Our client has a five user license installation. We noticed that our windows service shows up as a user in login manager. Does this mean that a we need a new license for the windows service connecting to Sage 50 via the SDK?
  • Could not load file or assembly Sage.Peachtree.Domain

    Hi I have written a windows service that speaks to Sage 50. It runs on three computers. On only one computer, I see this in the logs: 2020-07-09 11:01:27.277 -04:00 [DBG] Could not load file or assembly 'Sage.Peachtree.Domain, Version=2020.2.0.219…
  • 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…
  • Actian GUID fields and Entity References

    Hello, I've written two programs that work together to generate real time reports out of Sage 50c. One program uses the SDK to create, update and delete data in Sage while the other uses ODBC to make sure the report data stays up to date. It's working…
  • Look Up Journal By Reference Number

    Is there a function to look up a General Journal Entry by the reference number? Jean
  • EntityReference for Account

    How do you convert or lookup the EntityReference for an account when you only have the account number (text) ? I can retrieve the Account List but cannot convert Account to EntityReference<Account> Thanks for your help. Jean
  • 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!
  • 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…
  • In a server application would it be better to keep the Sage session and company open for a long time or to repeatedly open and close them for each transaction?

    I have a web application that allows users to enter sales and purchase orders and I am wondering what is the best practice. Repeatedly start a session, open the company, submit the order, close the company, end the session... Start a session at startup…
  • Sage 50 Quantum and MISys Manufacturing Solution

    What is the cost of the 2 softwares and the procedure to integrate the 2.
  • 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.…
  • Vendor Names Changed On Save Without Any Reason

    This issue may or not be related to the Vendor.IsModified always being true ( https://www.sagecity.com/support_communities/sage50_accounting_us/f/sage-50-u-s-software-development-kit-sdk/132513/vendor-ismodified-is-always-true ). I'm posting it separately…
  • Vendor.IsModified is Always True?

    I'm trying to troubleshoot some problems I'm having, so I wrote a very simple .NET Framework v4.7.2 C# console application to narrow down where the problem is. One issue I've found is immediately after loading any Vendor record, IsModified is always true…
  • Customer.Contacts and Vendor.Contacts in the UI

    Hi. I have a simple question that seems like it should be obvious but is actually baffling. In the .NET API, you can access the "Contacts" property on both the Customer object and the Vendor object. There are contacts like BillToContact and PaymentsContact…
  • Integration Question for Sage 50 Quantum Accounting - multiple users

    FormerMember
    FormerMember
    Our client has the Sage 50 Quantum (where a user can access multiple companies) Accounting edition and they want us to sync their Purchasing/AP data from a 3rd party processing application but only when 1 or more users is already is working in the specific…
  • Integration questions. New to Sage

    FormerMember
    FormerMember
    We have a client with an ecommerce site that runs on AmeriCommerce. This client needs to have their orders and customers imported into their Sage accounting system, which they've said they are using 'SAGE 50 Quantum Accounting'. Our plan for this was…
  • .NET Core Compatibility with Sage 50 US SDK/API

    Hi. Is the Sage 50 US .NET SDK/API compatible with .NET Core 2.2? If not, what's the ETA now that Microsoft has announced that .NET Core will replace .NET Framework? If yes, it is compatible, then I'm having a problem I really need some help with, please…
  • How to Create Sales Order with Freight by COM Interface VIA XML?

    FormerMember
    FormerMember
    Hi Experts, Does anyone have a sample, or suggestion on how I can add the Freight charge to a Sales Order imported into Sage from the COM interface via XML? Regards Thanks.
  • I need write access to the Sage 50 database to integrate a 3rd party app

    FormerMember
    FormerMember
    Hey guys, How can I get write access to the Sage 50 database to integrate a 3rd party app? I contacted Sage Support and was given read-only access via ODBC, which won't accomplish my goals. I need help urgently please. Regards, Michael
  • how can I get list of address using .net API sage 50 USA

    Does any tried to get all the existing ship/bill addresses for specific customer and link that to new contact using .Net API for Sage 50 USA ?
  • 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…
  • Sage Web API support?

    Does Sage 50 support the same web api's (lSage300WebAPI/swagger) that are used with the Sage 300 ERP version?
  • ASP.NET Error PRForms.dll

    Hello, I'm receiving an error " Could not load file or assembly 'PRForms.DLL' or one of its dependencies." when referencing Sage.Peachtree.API in an ASP.NET application. However, the same code works as a console app. How do I resolve this issue? …
  • 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…
  • 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,…