Category Archives: Sage 300

Restrict users from doing IC Return entry with zero unit cost

In Sage 300, IC Return Entry screen use to take unwanted inventories/Items from a buyer and from the Respective location with the details of the customer, Item, Quantity, etc. as we know the standard functionality of IC Return screen, user can able to post Return transaction with Quantity “Zero”. Let’s take simple Example to understand… Read More »

How to use existing session using COMAPI in C#

In this blog, we are going to define the use of an existing Sage 300 ERP session with COMAPI in C# .Net. We have already seen about “Create New Session using COMAPI in C#” in our earlier blog. Since we already know that session is must to interact with Sage 300 and for some developers… Read More »

How to use existing session using Advantage API in C#

In this blog, we are going to see use of an existing Sage 300 ERP session with Advantage API in C# .Net. We have already seen about “Create New Session using Advantage API in C#” in our earlier blog. Since we already know that session is must to interact with Sage 300 and for some… Read More »

How to Create the Finder using COMAPI in C#

In this blog, we are going to see how we can create the Sage 300 finder using the COMAPI in C# .Net. This would be a useful to create a finder on custom projects. Below are the steps which will guide through how we can create the Sage 300 finder. New Stuff:  Create New Session… Read More »

Create New Session using XAPI in C#

In this blog, we will be looking on creating the Sage 300 ERP session using the XAPI in C# .Net. When creating the integration with other systems or using Import/Export Programs, session is the basis to interact with Sage 300 which becomes tedious job for some developers when they do not have enough knowledge about… Read More »

Create New Session using COMAPI in C#

In this blog, we will be looking on creating the Sage 300 ERP session using the COMAPI in C# .Net. Session is the basis to interact with Sage 300 which becomes tedious job for some developers when they do not have enough knowledge about the Sage 300 API. This will consume an one LanPak Users… Read More »

Create New Session using Advantage API in C#

In this blog, we will be looking on creating the Sage 300 ERP session using the Advantage API in C# .Net. We will be looking into the steps to create the same. New Stuff:  Recurring Charges – Job Related Documents introduced in Sage 300 2019.2 Web Screens Step 1: Include the Sage 300 Advantage DLL… Read More »

Recurring Charges – Job Related Documents introduced in Sage 300 2019.2 Web Screens

As we know Sage introduced new enhancements on old functionality with the release of new patches. Sage 300 recently released the product update 2 for the 2019 version of Sage 300. With this new features are introduced with web screen i.e. Job related document option in recurring Charges screen. New Stuff:- Customization on Stock Transfer… Read More »