Tag Archives: Advantage API

How to use BlkPut to save data into Sage 300 using Advantage API in C#

In this blog, we will be looking on saving the data into Sage 300 with BlkPut function using Advantage API in C# .Net. Sage 300 has different ways to save the records using code recorded by macro where all the values are assigned to the fields individually using Field Name or Field Index, record saving… Read More »

How to use BlkGet to fetch data from Sage 300 using Advantage API in C#

In this blog, we will be looking on fetching the data from Sage 300 Views with BlkGet function using Advantage API in C# .Net. 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… Read More »

Sage 300 view to read data using Advantage API 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 »

Attempted to read or write protected memory

The use of Sage 300 Advantage API is increasing day by day and there is an ample requirement of the integrations, import, export that uses it. Developers are now making maximum use of Advantage API compared to COMAPI and XAPI for external programs. XAPI requires separate licenses so end user tries to avoid an additional… Read More »

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

In this blog, we will be looking on getting List of companies from Sage 300 using Advantage API 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… Read More »