Tag Archives: Right Click

How to implement validation on the Grid right click selection

This blog post will guide you in implementing validation before performing any standard right click selection functionality in the grid level. New Stuff: How to execute Import utility using code? Status is the variable used to know the result of an entry operation. There are various possible values for this variable depending on the entry operation.… Read More: How to implement validation on the Grid right click selection »

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 »