Tag Archives: Enable

How to enable “Accounting Cancellation” option on Purchase Invoice Screen

As per the standard functionality of Sage X3, Accounting Document (Journal) will be created immediately once the invoice is posted and “Accounting Cancellation” button automatically gets enabled. And any user can click on this button and reverse the posted invoice transaction. But sometimes, that accounting cancellation option remains disable even after posting the invoice. As… Read More: How to enable “Accounting Cancellation” option on Purchase Invoice Screen »

How to enable Save and Cancel Button Programmatically in X3…?

There can be occasions when you want to enable Save/Cancel button on screen via code in Sage X3. New Stuff: How to add months to your date variable in Sage X3 version 7 In a custom development we have come across the above scenario where in we were require to delete the custom screen’s matching grid… Read More: How to enable Save and Cancel Button Programmatically in X3…? »

How to find if a field in the screen is enabled or disabled?

A developer in sage ERP X3 may come across a requirement where he/she wants to do validation depending on whether the field is enabled or disabled. Sage ERP X3 offers a Numeric function “varmode” from which, we can identify whether the field is enabled or disabled. “Varmode” is used to determine if a mask variable can… Read More: How to find if a field in the screen is… »

Enabling-disabling Grid’s-right click option

We come across many scenarios when we need to customize Sage X3 and need to hide the gird right click selection option depending on various line conditions (status). The right click buttons are represented by the GBOUT variable, and this button is identified based on the button number. e.g. Button1 = GBOUT1, Button2 = GBOUT2… Read More: Enabling-disabling Grid’s-right click option »