• unable to install custom module on older version

    Hi all, I have a custom module ID that I have create, build, and copied to sage300 installation folder. The module ID only consist of dll to create flat view. I am able to activate it on Sage 300 v70a. then I want to install it on test server with v69a…
  • 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); …
  • Solution/Module is not displayed correctly - Web SDK

    Dear All, I am working on Solution Wizard with Web SDK. I successfully created 2 modules, CU and SG. But the only problem is the modules is not displayed correctly. SG module is not showed in the navigation menu. But the content of SG modules is displayed…
  • Sage 300 UI Customization Issue in Closing external application.

    I have created external .net application to download data in excel format from Sage 300 2020 and i included that .exe inside sage.If i close the sage window, external application UI is still open..I want to close the external application if sage is closed…
  • 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…