Category Archives: Debug

How to solve if added tab in window is not visible after global validation of window

Sometimes, it happens when we add any customized screen or tab in window, we are not able see the customized screen added in the window. Also, it might happen you may see the fields of the added tab in the window but not added tab. We mostly solve this issue by global validation of window… Read More »

How to validate alphanumeric date field in Sage X3?

There can be occasions when you want to accept date input in an alphanumeric field in grid. As, alphanumeric field does not have calendar control so you need to validate the entry section by writing our own code. Here we are describing how to achieve same via code. Below is the code we have written after… Read More »

How to avoid clashing between local variable and table column name?

In Sage X3, we may come across the situation where we may be having some variable name declared in the code file and the same variable in table. Sage X3 has special keyword to make differentiation between local variable and the table variable as there can be same name used while declaring the local variable… Read More »