Tag Archives: Sage Accpac ERP

How to use Existing ACCPAC Advantage Session in C#

In this blog, we are going to define the use of an existing Sage 300c session with ACCPAC Advantage in C# .Net. We have seen that when we use ACCPAC Advantage DB link for opening ACCPAC Advantage View, we use session for initializing DB link instance I.e., object. New Stuff: SAU Plugin error while installing… Read More »

Resizable Method or data member not found.

Sage 300 provides an SDK using which a developer can customize an existing OCX screen. This customize screen needs to be upgraded with a higher version of sage 300 when passes years. When we want to upgrade this customize source code with a higher version and opened customize code in VB then sometimes error occurs… Read More »

Unresolved external symbol _vsnprintf error while making a Sage 300 view

As we all are aware that we can create a views using Sage 300 sdk and further we can utilize the standard features of Sage 300 with the help of those views. New Stuff: Order Entry – Invoice Payment Tracking Report Sometime while making a view fatal error occurred ‘link’: return code ‘0x460’ Below is… Read More »

How to use CSQRY using COMAPI in C#

CSQRY is the standard Sage 300 View CS0120. It basically takes the SQL Query as the parameter to its Browse method and then returns the records via calls to Fetch. CSQRY is easy to execute general SQL statements through the Sage 300 API. This way we don’t need additional database credentials and don’t need to… Read More »

Enter long comments in order detail lines – Sage 300C v2020

Sage 300 ERP web screens functionalities are getting enhanced with every new release. With the launch of Sage 300 ERP version 2020 product update 2, new functionality is launched where the user can enter the long comments on the order entry detail line. New Stuff:- Company wise color in Sage 2020 PU2- Web Screen For… Read More »

Create multiple contacts for customers and vendors in Sage 2020 PU1 – Web Screen

With the release of Sage 300 v2020 PU1, Sage has introduced a new feature where user can create multiple contacts using “Multiple Contacts” menu. Also, user can assign multiple contacts to AR customer and AP vendor. To use this new feature in web version, users need to first install and activate “Multiple Contacts” into the… Read More »

How to forcibly sign out users who are signed in to Sage 300 v2020 PU 1 web screen

As we know with the release of Sage 300 v2020 PU1, Sage has introduced a new feature where Admin user can forcibly sign out other users who are signed into the web screen. Non admin users only can see the other users list who are signed into the web screen. New Stuff: Document Attachment module… Read More »

How to restrict non-admin users from creating and modifying multiple contact details

As we know with the release of Sage 300 v2020 PU1, Sage has introduced a new feature where user can create multiple contacts using “Multiple Contacts” menu. Also, user can assign multiple contacts to AR customer and AP vendor. Here Organizations can restrict and grant the access to create and modify the contact details in… Read More »