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: Adding current fiscal year to avoid unwanted errors. »

Disable Maximize Box in OCX

Sage 300 provides us the feature to disable the maximize box on the top right corner which is present in between the close and minimize option. There are situations or requirements when we need that user should not have the power to use the maximize feature of the screen i.e. user should not be able… Read More: Disable Maximize Box in OCX »

Localized resources aren’t available

Sage 300 provides an SDK using which a developer can customize an existing OCX screen. This feature is most important as most of the user needs some kind of changes in the screen to automate the process and increase the productivity by reducing the user intervention wherever unnecessary. So, customizing an OCX screen also requires… Read More: Localized resources aren’t available »

Maintaining Item specific notes for IC Item for Transactions Use

As Sage 300 development partner we have done many customizations for enhancing process flow or made changes to fit the client’s requirement variance with standard sage 300 flow. Recently we have done customization for providing item specific notes on required transactions screen for one of our customers. In this blog we are going to discuss… Read More: Maintaining Item specific notes for IC Item for Transactions Use »

Stronger Default Security for Login Password in Sage 300 v2021

With the release of Sage 300 v2021, Sage has implemented new Security feature in Sage 300 Passwords. In this blog, we are going to discuss the additional new feature in Sage 300 v2021 that is Default Stronger Security for passwords. New Stuff:   It helps to maintain the confidentiality of sage 300 and it will… Read More: Stronger Default Security for Login Password in Sage 300 v2021 »

Installation of web Customization in Sage 300c v 2019.1

Sage 300c has a user-friendly admin interface, through which user can easily import and install web customization for any module in sage 300c v 2019.1. This is one of the useful features through which any module or screens could be easily modified. In Sage 300c 2019.1 version, we can easily import and assign any modification to… Read More: Installation of web Customization in Sage 300c v 2019.1 »

How to change setting of number of active window for Sage 300c web page

In Sage 300 web screen, if you have logged in and you have opened more than 10 pages, you will see a dialog message indicating that your session period is expire and you need to sign in again in Sage 300 web screen. New Stuff: Installation of web Customization in Sage 300c v 2019.1 All… Read More: How to change setting of number of active window for… »

Possible Cause and Resolution for UAC popup while opening Sage 300 Customized screen

Here we are going to discuss about the issue that causes the Sage 300 customized screen to display unnecessary “UAC popup” prompt when the sage 300 is logged in by non-administrative window user. We have come across this issue mostly in Windows 10 and later versions environment due to advanced security measures that has been… Read More: Possible Cause and Resolution for UAC popup while opening Sage… »

How to use BlkPut to save data into Sage 300 using COMAPI in VB6.0

In this blog, we will be looking on saving the data into Sage 300 with BlkPut function using COMAPI in VB6.0. 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 is also… Read More: How to use BlkPut to save data into Sage 300… »

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

In this blog, we will be looking on saving the data into Sage 300 with BlkPut function using COMAPI 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 is… Read More: How to use BlkPut to save data into Sage 300… »