Category Archives: Sage 300

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 »

Customization on Stock Transfer Location

As per the Business aspects sometimes it happens that you need to transfer the multiple stock from one location to the other location.  Sage 300 has provision to record the stock transfers between physical inventory locations using I/C transfer screen. I/C Transfer entry updates the item quantities status from another location without changing the total… Read More »