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

By | January 6, 2016

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 and table column name.

To make difference or to avoid clashing between local variable and table column name. use “[L]” syntax while assigning local variable as shown follow.

difference between local variable and table column name