• 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 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…