• SDK and Updating Employees

    FormerMember
    FormerMember
    When we hire new employees where I work, we have to create accounts in all kinds of different programs. Plus create windows accounts and email accounts. I wrote a Information Management Program that I have connectors to all our programs (all Microsoft…
  • Getting PeachTree API exception - Entity is read-only

    FormerMember
    FormerMember
    The company account is accessible through the desktop Sage 50 US Edition just fine. When we try to access through our app that uses Sage API to access it gives the following message. ANyone knows what the issue is? WIndows 2012 Server R2 Sage 50…
  • Sage 50 SDK - Employee punch in and punch out time.

    FormerMember
    FormerMember
    Hello, Greetings ! I had just downloaded Sage 50 SDK and I am new to this system.. I am looking for the way to get punch in/Out i.e. employee check in and check out of company. I tried to look for EmployeeLedger class but didn''t find any such reference…
  • 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…
  • Duplicates Customer Id skip and Import to sage 50

    Hi, I am using sage 50 U.S Edition and Visual Studio 2013. I need to import sales order csv file to sage 50 if customer id is not available in sage 50 customer details that sales order customer id will be import to customer details ,if already exists…
  • Sage sdk singleton error

    FormerMember
    FormerMember
    Hi, We use the sage sdk framework for a tool who works well, but for 90% of installation case, we have a "Sage.sdk.singleton" during the connection process. In local, we can bug fix this by reinstall Sage. but for our clients, that's more complicated…
  • Import to sage 50 Exception

    Hi, I am using sage 50 U.S Edition 2013 and visual studio 2013. I am using Interop.PeachwServer dll with c# console application. When i import csv file using dotnet c# into sage 50 accounting software 2013 version ,some records data is invalid so…
  • Update records throw sage 50 U.S Edition 2013 Application

    Hi, I am using sage 50 U.S Edition 2013 version. How can update records in sage 50 Accounting Software?
  • Exception Throw

    How can handling by moving to next record from catch block when this particular exception occurs in sage 50 application when i import sales order csv?
  • Update Records into sage 50 (Interop.PeachwServer.dll)

    Hi, I am using Sage 50 U.S Edition 2013 SDK and visual studio 2013. When I update the csv records into sage 50 is not working its throw some exception like its already having this record and skipped execution so next records not import into sage 50…
  • I Need XML Template for purchase order and sales order import to sage 50

    Hi, I am using sage 50 application version 2017 and Peachwserver DLL version is 24.0 and Run time version is v4.0.30319. I am also using visual studio version 2013. My Sample Code: public static void Import(BOAccountSettings settings, Logger logger…
  • XML file format import to sage 50 using .net framework

    Hi, I want to know about .xml file import to sage 50 using .net framework c#.
  • What is the Filed for Expense account for Vendor on Export when using the COM API

    Using the COM API, I was able to export VendorId, VendorName. But when it tried to import Expense account, I was not able to distinguish which peachwIEObjVendorListField to use. So, I tried to use Exporter.AddToExportFieldList((short)PeachwIEObjVendorListField…
  • Payment & Credit tab's Message Field access from API

    FormerMember
    FormerMember
    Hi, I have a C# application using the Sage 50 US 2015.3 SDK to access data within a company's data file. I cannot locate the .NET class and property for the Message field which appears under a Customer's "Payment & Credit" tab. This is the field on…
  • Import using interop DLLs program

    Hi ALL, I have imported the Invoice record in Sage 50 US using interop dll program, But it is not returning GUID is. Can any one help me to get the working? string path = System.Windows.Forms.Application.StartupPath; string FileNameXML; string…
  • Pervasive DSN: Determine which company goes with which database?

    I have multiple copies of our company loaded on a standalone PC, basically a separate company for every two years (so 2012+2013, and then another company for 2014+2015, etc). I have renamed each company appropriately internally within PT (such as ABC…
  • Vendor Defaults list availability from C# SDK

    Is there any possibility to access lists available on Vendors Defaults from SDK ? I just want to get Payment Methods - as I have seen even in example it was hard coded to Master Card and I haven't found any object which could give me acces to that.
  • Interop.PeachwServer.GetOverdueInvoices not exporting all unpaid invoices

    I am not getting all unpaid invoices using Interop.PeachwServer.GetOverdueInvoices. App.GetOverdueInvoices(1, duedate, invoicenum, custname, amount, custID, PostOrder, POA, transdate, begbal) What can i do to verify what might be the cause?
  • Importing purchase, additional line items

    I am writing an application which interacts with Sage50 2016. I have full access to both the .NET and COM APIs. My current task is to import purchases (PurchaseInvoice in the .NET API, PurchaseJournal in the COM API). Since the .NET API seems to be…
  • Factory Lists are empty

    I am following the documentation provided with the SDK download. I have been able to successfully begin a session but all of the factory lists are empty. For example when i am in the Sage 50 accounting interface there are many vendors listed but when…
  • Item price and quantity on hand

    Any help here would be most appreciated... In short, we're setting up inventory item list for an online punchout, which then populates a sales order when a transaction takes place... Thanks to all the examples in the .net sdk kit, I've been able to…
  • Pervasive PSQL v11 - Number of users connected with Sage50 and third party software

    How many users have pervasive with Sage50 ? I noticed that pervasive shows a message that reached a maximum number of users when use third party software. I have Sage50 5 users and others third party software connected via SDK and ODBC. f
  • Sage 50 Accounting database table layout?

    I've asked a similar question earlier regarding the database layout/design and got a piece of code from someone (which I will paste below). This piece of code gets the Shipping info, the order number, and other info. What I'm looking for is how to get…
  • Get/Read Ship-To Address from Sage 50 Accouting for a specific Sales order

    Is there a way (and I imagine there is) to read the Ship-To name and address information for a particular sales order from the peachtree database to an external application using the Sage 50 SDK? I will basically be using an ODBC connection to the Peachtree…