• Sage 300 2017.1 Web SDK

    Introduction The Sage 300 Web SDK (SDK) is a collection of wizards, utilities, samples and documentation for developing Web Screens for the Sage 300 Application. This week we released the Sage 300 2017.1 Web SDK to coincide with the release of the…
  • Open Source Web SDK – Policies and Procedures

    Introduction In my previous article, I shared my thoughts on open sourcing the Sage 300 Web SDK (SDK) and how, in my opinion, this will benefit the Sage 300 Ecosystem. In this article, I am introducing the SDK as Open Source Software (OSS) and will…
  • Open Sourcing the Web SDK

    Introduction In this article, I want to share my thoughts on open sourcing the Web SDK for Sage 300 and how, in my opinion, this will benefit the Sage 300 Ecosystem. Open Source Software Let's start by first defining what Open Source Software (OSS…
  • Compiling/Building Sage 300 Modules and Views

    Hi, I am working on building custom views into a Sage 300 module that was written in VB.NET. Is there any limitation to the development environment to compile these modules being 32bit or can the machine be a 64bit machine? I am trying to find more…
  • Implementing an External Finder

    Introduction The following question was recently asked: I am a developer working in my Sage assigned module and I need to invoke a finder from one of the standard Sage modules (i.e. AR, AP, GL, etc.). How do I do this? This article will illustrate…
  • Adding Your Application to the Home Page

    Introduction We’ve been talking about how to develop Web UIs using our beta SDK . But so far we’ve only been running these in Visual Studio, we haven’t talked about how to deploy them in a production system. With this article we’ll discuss how to add…
  • Sage 300 Web UI SDK – Adding UI Controls

    Introduction In my last posting I showed how to quickly create an empty Sage 300 Web UI by running our two new wizards from Visual Studio. In this article we’ll look at how to add some visual controls to this project and talk a bit about some of the…
  • Skills for Developing for Sage 300c

    Introduction With the Web UIs in Sage 300c rolling out in a couple of weeks, there is a lot of interest in the SDK and how to develop for this platform. We are still putting together the SDK, but in the meantime you can learn the technologies that are…
  • Update Inventory Worksheet via SDK

    Hi Guys, I am having an issue while updating Inventory Counts in SAGE300. I have created the Macro but it actually does not update the Quantity Counted in I/C Physical Inventory Quantities. Has someone successfully updated /C Physical Inventory…
  • Update Inventory Counts via SDK

    Hi Guys, I am having an issue while updating Inventory Counts in SAGE. I have created the Macro but while processing the Inventory Worksheet, it returns following error: Method Process of the 'lAccPacView' failed Has someone sucessfully updated…
  • SAGE 300 61A SDK HRESULT E_FAIL Error

    Hi Guys, I have an issue when attempting to retrieve or insert data into SAGE databases using the SDK 61A. I am able to establish connection with the SAGE database and open the Views. However, I am getting a HRESULT E_FAIL error when I try to retrieve…
  • Visual Basic with Sage 300 SDK Module development

    We have an existing module that gets installed into Sage 300. This module consists of several forms that are tied to views that we created. This whole process was done with Visual Basic 6 leveraging the SDK. I am just learning my way around the SDK…
  • Sage 300 ERP 2014 Web Deployment developing and implementing custom screens

    Hello! We have successfully implemented the web deployment on a new server with Sage 300 ERP 2014 on a Windows Server 2012 R2. Can anyone tell me where we can get some instruction on how to implement our custom screens on the web deployment? From what…