Browse By Tags

  • CS0120 data to accpac finder in COM API

    Is that possible to add CS0120 data to accpac finder in COM API, after browse the sql statement. mDBLinkCmpRW.OpenView("CS0120", out csQry); sSQL = "Select Name, Description from MYDB.dbo.Table"; csQry.RecordClear(); csQry.Browse(sSQL, true); …
  • Sage 300 wiki login

    Anyone know how to get a user and password in the wiki page for Sage 300 SDK? Thanks Marc
  • Sage 300: How to Create a Class in Visual Studio from JSON

    Introduction Some developers may already know how to create a class from JSON metadata. But, for those who do not, this little tip is very handy. I’ll use the Sage 300 Web API and create classes based upon the ARCustomers endpoint. Of course, this…
  • Sage 300 How to Return Super View Values from the Process Service

    Introduction So, you are developing Web Screens for Sage 300 and you want to be able to check a field value or some field values that are returned from the super view. In the Sage 300 Desktop, which is based upon the Visual Basic 6.0 development environment…
  • Sage 300 Compiling Web Screens in Release Mode Tip

    Introduction When developing Web Screens for Sage 300, a developer typically compiles and runs in Debug mode within the Visual Studio IDE. Changing to Release mode and compiling the solution performs an additional step which is to deploy or copy the…
  • The Sage 300 2018.1 Web SDK is available now!

    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 2018.1 Web SDK to coincide with the release of the…
  • 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…
  • 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…
  • 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…