I/C SHIPMENTS REPORT

In Sage 300 ERP, under I/C Module, we have various standard reports which prints detailed transaction information related to Inventory like inventory movement, stock available on each inventory location along with transfer slip etc. But since there is no direct provision to print the report related to I/C Shipments of Inventory Control Module in Sage 300,… Read More »

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 »