• Sage 2017 - 64A can't login through C# App.

    Wrote simple app to simulate login into Sage 300 in C# i can query the company names... but when i try to actually use a password and login user it gives me Invalid Signon Information error message, anyone know what i'm doing wrong? session =…
  • Sage 300 Web Api - Ready To Post

    I'm working on the Sage 300 Web API to pass Customer Receipt to Sage 300 version 2021. In the Github documentation, it mentioned that we could set the Batch Status as Ready To Post on the POST request. A separate PATCH request is not required as the…
  • SalesAnywhere

    Hi just wondering if anyone has used SalesAnywhere. Am looking for a solution/plug-in to include a field employee /Salesperson tracking function for SalesAnywhere. Would be great if it had geo-fencing as well. Thanks in advance.
  • Session Initialization w/.NET API

    I have the following code to create a session. Session s = new Session(); s.Init("", "XY", "XY1000", "67A"); s.Open(User, Password, Company, DateTime.Today, 0); A client had been using ADMIN/ADMIN for the username and password (don't ask why they…
  • OE Shipment Issue using Accpac Advantage DLL.

    Hi, I used below code to generate OE Shipment using Accapc Advantage DLL. Using below code Shipment Entry is creating successfully with Lot Info but Lot Available Qty is not deducting. I hope using ComAPI DLL it will work but i want to achieve this…
  • Payables Workflow with PJC Retainage Integration

    Does anyone knows of a web-based Payables Workflow that is able to process and approve job-related PJC invoices with retainage? Both Pacific Technologies and Norming's solutions do not handle PJC retainage. Thanks.
  • Integration with Quickbooks

    Hello Friends, Is there any way we can integrate other Accounting systems like Quick-books with Sage 300 ERP. If yes how can we do that Thanks Pratik
  • Event Viewer Exception from Accpac internal dlls

    I am using the Accpac.Advantage dlls to communicate from a third party .net app into Sage 300. The processes we are doing are simply to open a connection and then return various pieces of information from view calls (I use the CS query view through an…
  • How to find the COMAPI object in Visual Basic?

    Hello, we are new to the COMAPI. Can someone point to the direction how we can find the COMAPI object in visual basic?
  • Issue sending AP/AR Adjustments using SAGE300WebAPI calls ARReceiptAndAdjustmentBatches/APPaymentAndAdjustmentBatches

    I'm sending adjustments to Sage 300 ERP Server for 'posted' invoices and I know that the transaction are successful because the webapi call returns a reponse code is 201 and the response message contains the information I sent but when I open the adjustment…
  • Website integration to Sage 300 ERP

    How can we restrict or reserve one LANPAK from one IP address. We have a web store where we selling items . a customer purchases item on web store and it goes and creates an order and an invoice in sage.. The service is configured to use a sage LANPAK…
  • dotNet API PROCESSCMD

    Sage 300 dotNet API project. Lots of the available docs say to use create a macro in the UI for what you want to do and then translate to C#. Works great for most of it but I am having an issue with the PROCESSCMD lines, which are often necessary to get…
  • Compose causing problems in .NET application

    The following code is a translation of a VB macro to create a new time card. The issue that I am having is that the Compose statement on line #37 set the view's parent to null. This causes the SetValue on line #49 to fail with a NullReferenceException…
  • Remote .NET API fails at Session Open.

    We have a Sage 300 v16 system. I am trying to use the .NET API to call it from another system. I am running the following code; Session s = new Session(); s.RemoteConnect(Server, User, Domain, Password); s.Init("", "XY", "XY1000", "62A"); s…
  • Sage 300 API Max Users

    I am developing a critical application that will need to communicate with Sage using the API. We are typically at our max users, and anytime the critical application needs to communicate with the API it uses 1 user license. I can buy more licenses which…
  • Accpac session

    I have app in vb.net that open session on accpac for take data from sql database then create an order in accpac the problem is : ex: for 100 data record the app creates 99 orders if I rerun app the missing order creates
  • Help testing/writing AccPacCOMAPI for a client (I'm in NY)

    Hi - I have a client that would like to export A/R data from Sage 300 (specifically the Aged Trial Balance report) and upload it to my server (we are a SaaS provider). They have nearly 100 "companies" in Sage that they would like to do this for, and doing…
  • Post OE SH Invoice

    Dear all i wrote a macro in order entry module the macro doing order entry and ship all when post the OE transaction in Macro its make OE, invoice and shipment automatically but the problem sometimes its make order entry only i must restart the server…
  • Need to intergate an application with Sage AP and GL modules

    Anyone can give an idea ?. I have an HR application developed in dot net language and need to integrate with sage AP module and AR module. Can i get an idea about this?.