• Sage 300 Office 365 Support

    Hi everyone, Does Sage 300 latest version - 2022 . supports Office 365? Does FR already works with 365 64 bits? Any comments working Sage 300 with Office 365? What version of 365 it is compatible? Thank you
  • OEOrders WebApi Post Error Using new IC Locations

    Does anybody have any idea why we get errors when posting to the OEOrders endpoint when using new IC Locations? I can't figure out what the difference is between the locations. Endpoint: localhost/.../OEOrders Payload: { "CustomerNumber": "HUS001…
  • Sage 300 Premium (Version 2022) Software Integration Documentation

    This is my first time working with Sage software. I have a Python web application running on the same Microsoft Server as Sage 300 Premium (Version 2022). When a payment is completed through the web application I need to associate the payment, payment…
  • The underlying connection was closed: A connection that was expected to be kept alive was closed by the server

    We are using API while pushing data from a 3rd party software to Sage 300. Entry per batch consist of maximum of 3000 per entry but not all batches has this qty. Before all posting went well until this month we notice that some entries are not being…
  • web API

    hello everyone how can I access the functional balance of an account in sage web API
  • Sage web API Financial Reporter

    Sage web API Financial Reporter how can I retrieve the EBITDA using the web API
  • Sage webAPI integration

    how can I use the admin account to access sage web API I'm getting this error "value": "Insufficient security rights for user." I'm using the Admin account, I used the uppercase letter
  • Which versions of Sage 300 support TLS 1.2 (i.e. for Avalara plugin)

    We have Sage 300 2020 update 2 and our Avalara plugin won't connect to the sandbox envionmnet (but it does connect to production). It appears to be because the Avalara Sandbox requires TLS 1.2 (but production doesn't until the end of this month). My question…
  • Sage 300 Web API Intermittent POST Success with OE Orders - Avalara?

    We're intermittently getting a crash while sending a POST command through the Web API (Sage 300 2020 PU7) when trying to create new OE Orders. Based on the Event Viewer, our Sage 300 Application Pool crashes and there appears to be a disconnect from…
  • HRMS for Sage 300

    Is this module still available for Sage300? What other time and attendance module are add-ons for Sage 300?
  • Sage 300 integration

    Our company need to integrate sage to our Hotel management software in order to allow exportation of Bills, invoices, payments, suppliers etc to sage 300. I have been looking for in depth resources on how to achieve this, but could not find any samples…
  • Sage 300 Partner Cloud - Microsoft Solution Provider for Azure

    Just wondering if any partner here, is part of the Sage Partner Cloud Program, and if so, where do you get your Azure Subscription from?
  • Sage 300 API Question [On Premise]

    Hello, We are using Sage 300 (version 2020) on premise with a perpetual concurrent user license using the desktop screens exclusively. We have a 3rd party CRM solution that we would like to integrate with Sage. I am by no means familiar with SAGE development…
  • Error while posting OEOrders

    Hello , OEOrders payload { "CustomerNumber": "A01182", "OrderDescription": "Order Entry", "OrderDate": "2020-01-15", "OrderDetails": [ { "LineType": "Item", "Item": "A1-105/0", "Location": "1", "QuantityOrdered": 8 }, { "LineType": "Miscellaneous…
  • HCCS Heavy Job

    Is anyone importing hours form heavy job into Sage 300? How does it work?. Any advice for setting it up?
  • Grid inventory management system with PJC

    Hi, Has anyone used a grid inventory management system (GIMS) to add items under materials in PJC? Additionally, can you add PO's from GIMS to a project in PJC? Thank you
  • Magento Sage 300 integration

    Anybody who can recommend reliable solution partner for integration Magneto to Sage 300? Currently I am using Iman and have a lot of issues, not sure if it is not a right partner or just platform been unstable. Any comments recommendations are highly…
  • Calling .net API FilterFetch on Customer View gives Attempted to read or write protected memory error

    FilterFetch on a client machine is throwing the following error on customers. Works on my local machine Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory…
  • Best AP Automation tool that works with Sage 300

    What is the best AP Automation tool that works with Sage 300 that has PO creations
  • Fixed Assets - Norming

    I am confused about Norming Fixed Assets and if it is still a Norming product or a Sage 300 product? Did Sage buy it? There used to be a Sage fixed Assets module listed on the price list (no reference to norming) but on the latest one there isn't. I am…
  • WARNING on 64-bit Excel with version 2022

    We recently upgraded a client using AP and GL only to version 2022. Everything was fine. Then they added a new Windows 10 workstation with 64-bit Excel. (All previously existing workstations are running 32-bit Office.) They ran an FR Balance Sheet on…
  • Web API IC Adjustment posting handle Sage 300 errors

    Hi, I am very new to using the Web API integration in Sage 300. I am in the process of writing a system that will integrate IC Adjustments using the Web API and so far all seems to be working as expected. One question I have: If the API returns…
  • Sage 300 Web SDK Question

    Hi Can someone confirm if Sage 300 Web SDK is available with Webscreens feature only or can we integrate with the Web SDK without Webscreens installed? Also which version of Sage 300 supports Web SDK? Thanks in advance.
  • The program UP0023 has been deleted or damaged .net API Order Insert

    var view = OpenView("OE0520"); view.Cancel(); view.Init(); view.Fields.FieldByName("ORDNUMBER").SetValue(order.OrderNumber, false); view.Fields.FieldByName("CUSTOMER").SetValue(order.CustomerID, true); This code is returning the error, "The…
  • Sage .NET API Errors

    In the Session.Init method, I'm getting an error that just shows 1.4197.5 I have no idea what this means and don't see documentation anywhere that explains it. Can anyone help on what this means?