Tag Archives: Sage 300 ERP

Adding current fiscal year to avoid unwanted errors.

In Sage 300 ERP users can face unwanted warnings related to fiscal year, when opened a new company a pop up appears saying “The session date does not exist in common services fiscal calendar. (For more information, contact your sage 300administrator or view the Fiscal Calendar in common Services.)”. It simply means that the session… Read More »

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 »

Project Job Costing – Accounting Methods

In our recent blog we have discussed about the various ‘Project Types’ we can set for project and the allowed range for ‘Accounting Methods’ that can be used for any particular Project Type. New Stuff: New Release – To make the Text smaller in Sage 300C v2021 Cloud Navigation for the setting, Accounting method can be… Read More »

Project Job Costing – Project Type selection in Contract Maintenance

In our recent blog we have discussed about the ‘Project Style’ selection in the contract maintenance. In this blog we are going to discuss about one more option i.e. ‘Project Type’ though the terms sounds similar they both have their specific meaning. New Stuff: Project Job Costing – Accounting Methods As we know that the project… Read More »

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 »