You may come across a situation, where you may want to change size of selection window at run-time in Sage X3. Sage ERP X3 has a global variable through which you can define the size of the selection window at run-time.
Below are the global variables used to change the size of selection window at run-time.
New stuff: How to do the inter-site transfer of balances?
SIZLIG:This variable is used to define the height of the selection window. This height is calculated in the form of no. of lines assigned to the variable.
eg.
SIZLIG = 10, This means height of the selection window is 10 lines.
SIZCOL: This variable is used to define the width of the selection window. This width is calculated in the form of no. of columns assigned to the variable.
eg.
SIZCOL = 6, This means width of the selection window is 6 columns.
Also read:
1)Adding selection window for any action
2)Creating a Dynamic Selection Window in Sage ERP X3
3)Manipulation Of Selection List/Window – Part II
4)Manipulation Of Selection List/Window – Part I
5)Filtering the Selection List in Sage X3 without object