Welcome to the Sage 50 Support Group on Community Hub! Available 24/7, the Forums are a great place to ask and answer product questions, as well as share tips and tricks with Sage peers, partners, and pros.
Yes, I'm new.
How do we get posted (approved) invoices from the SDK and how to create payment receipts against those invoices?
Just looking for a quick headstart!
Cheers,
Antoine
Hi,
I hope this email finds you well. My name is Rooma, and I am reaching out to inquire about the connectivity options available for integrating Sage 300 ,50 with a .NET application, specifically for passing financial data.
We are currently developing…
I need to know if the SDK will allow you to SAVE a PurchaseOrder or PurchaseInvoice
So far no success.
Getting error that the entity is READ-ONLY.
Also, I do not see a "CREATE" method for purchase order lines or purchase invoice lines.
I need…
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…
Hello:
I have been experimenting with the latest version of the .NET SDK (2021.1). My configuration uses UNC network paths and not mapped drives. When I try to run any of the sample applications, I get the following error:
Object must be a root directory…
When trying to save a sales order using the Sage 50 SDK, I get the error:
``` 'Non-zero amount must be rounded to whole currency'...```
I've been able to save them using something like `_.Amount = _.CalculateAmount(_.Quantity, _.UnitPrice);` which…
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?
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…
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…
Hi ,
I am getting RPC_E_SERVERFAULT error while I am trying to exporting the data using COM API C# code. I am able to login into Sage using APIs,I can delete the transaction but the Specifically I can not do the export and getting this error.
…
Hello,
Is there a possibility to add/update items in Sage 50 via SDK?
I know there is an option to make use of COM API to do this. But, wondering, if this feature is available in latest Sage 50 SDK (Version 2020).
Thanks!
I am currently trying to display the percentage of the sales tax on an invoice. I am able to get the SalesTaxCodeReference off of the invoice but I am unsure how/where to find the percentage.
any help would be appreciated for this Sage novice.
I'm syncing orders from the eCommerce store to Sage 50 US using .net SDK.
The sales tax amount is calculated based on different sales tax percentage. I can not configure each time in sage 50 as I make changes in tax percentage in the eCommerce store…
Could someone provide an example or explain how to initialize APP.m_company and the other components of that class?
I am trying to run the sample app with the correct version of the SAGE software but it does not see an open company (APP.m_company is…
I've found how to get a list of the Accounting Periods through the SDK (Using .net API). Is there a place to find the current period so I'm not entering or updating records from an accounting period?
I'm using the C# .NET Sage 50 2019.1 SDK. I am creating a Sales Invoice and after saving I want to attach a Receipt and record it as Amount Paid at Sales. Every time I do this Sage 50 shows the Receipt as an Other Applied Credit. Is this possible?
…
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…
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…
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…
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…
Hello,
I've created an application for Sage 50 using the SDK and I'm having a bit of an issue connecting to our company on a server. If I start a Peachtree session with a local company I created on my machine it works great but when I start a session…
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…