• Inventory Unit Activity Report value not correctly

    I use SDK to insert Inventory Adjustment data , the data in Invnetory Adjustment Journal report is correct , but data in Inventory Unit Activity Report is not correct . if using Support Utinities-integrity check , the data in Inventory Unit Activity…
  • Sage 50 business object interface

    Hello, Currently, I created a C# project for getting Purchase Order, Sales Order values in sage 100, and used PO_PurchaseOrder_bus, SO_SalesOrder_bus business object interface to get these values. shall I use the same business object interface to…
  • Getting exception 'Non-zero amount must be rounded to whole currency' Sage 50 C# WPF?

    FormerMember
    FormerMember
    When I try to add an amount in AmountPaid field & if the amount = 55.23 then it throws an exception with stated text "Non-zero amount must be rounded to whole currency" I tried AmountPaid = Match.Ceiling(amount) which changes the 55.23 to 56 which works…
  • 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 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…
  • My COM User ID and Password do not work

    I'm trying to use the sample COM project CSSDK and am having trouble logging in, I'm trying to log in with the User ID and Password I was sent by sage support to access the COM interface but I get the "Access is denied." message. What am I doing wrong…