Browse By Tags

  • 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…
  • Job Phases and Cost Codes

    Hello, I can't seem to find how to set the phase and cost code for a PurchaseOrderLine object with the SDK. I can set the JobReference just fine but I need to be able to set the phase and cost code as well. Am I missing something or is it not possible…
  • 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…
  • 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…
  • SDKInstanceManager OpenDatabase always returns false and has no error messages

    Hi, I'm trying to work through the C# sample project in the Sage 50 Accounting SDK (Simply) but for some reason I can't get the opendatabase connection to let me access the database. I have set up my user in the Sage app and I know my username and password…
  • If anybody meet the same problem?

    I meet a wired problem when I am upgrading export interface for Sage 50 2016. I am not sure what is the exactly reason cause the problem even I seemed find a solution. I just public some codes here, could anyone take a look and give me any advice? I modified…