Tag Archives: COMAPI

How to use BlkGet to fetch data from Sage 300 using COMAPI in VB6.0

In this blog, we will be looking on fetching the data from Sage 300 Views with BlkGet function using COMAPI in VB6.0. Sage 300 has many ways to read the records using CS0120 view by querying the database, opening and composing the Business Views. Reading of the data can be done one at a time… Read More »

Sage 300 view to read data using COMAPI in VB6.0

The customer base of Sage 300 ERP is increasing day by day with huge volume of data. Sage 300 has some fields that are calculated during runtime and are not physically available in SQL tables. Accessing the runtime fields becomes very important for some customization or export routine, Sage 300 business view provides the accessibility… Read More »

Sage 300 view to read data using COMAPI in C#

The customer base of Sage 300 ERP is increasing day by day with huge volume of data. Sage 300 has some fields that are calculated during runtime and are not physically available in SQL tables. Accessing the runtime fields becomes very important for some customization or export routine, Sage 300 business view provides the accessibility… Read More »

Get List of Companies programmatically from Sage 300 using COMAPI in VB6.0

In this blog, we will be looking on getting List of companies from Sage 300 using COMAPI in Visual Basic 6.0. Company information is required when working on integration with 3rd Party Product and also when running an independent application outside of Sage 300 ERP. User can have a good working environment to use the… Read More »

Get List of Companies programmatically from Sage 300 using COMAPI in C#

In this blog, we will be looking on getting List of companies from Sage 300 using COMAPI in C# .Net. Company information is required when working on integration with 3rd Party Product and also when running an independent application outside of Sage 300 ERP. User can have a good working environment to use the product/utility… Read More »