Tag Archives: Disable

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 »