Hello Friends,
I am using SAGE 2019.2 SDK for importing time slips from my application.
In sage, when I click on "Payroll Income ", its showing below payroll Items and I think, its coming from table "tCompPy5"
I would like to do same…
Hello Friends,
I am using SAGE 2019.2 SDK for importing time slips from my application.
In sage, when I click on "Payroll Income ", its showing below payroll Items and I think, its coming from table "tCompPy5"
I would like to do same…
Hi,
I am trying to get all active Tax Codes and iit's taxes using .NET SDK.
From tTaxAuth table, I can get all Taxes ,from tTaxCode I am able to get all taxcodes and from tTxCdDtl table I am able to get Tax rate for each Taxcode's tax.
I have removed…
Hello Friends,
I am using SAGE 2019.1 SDK for importing invoice in my application.
I am getting error at the time of SetShip date "The field you are trying to change or function you are calling is not accessible under current circumstance.".
I am using the .NET SDK (C#) to export invoices and payments of those invoices from my own database into Sage50.
I managed to create invoices (payment type = pay later) in the Sage50 db using the SalesJournal class.
I now need to add payments for those…
I'm working on extracting data from the database sage 50 CA, but in the documentation containing the data definition , I have not found the relationship of the payment terms with customers, or where it is stored ( table).
Here is the information that…
I'm working on the integration of Sage 50 CA with a third party application with .NET. And price levels are within the required information extracted from the database Sage 50 CA, but so far I have not found any information to verify the existence of…
Hi All,
I am getting the message Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations. when I am calling OpenSalesJournal in the 2015.3 SDK. The call stack is:
System.MethodAccessException: [F:\Development\ServiceBox…
I'm writing an application in VB.NET to run custom queries against the Sage 50 database. I've gone through the SDK manuals, but have some additional questions while walking through the sample code. We run the connection manager on the server and install…