sc_hide_groupby_rule('group1', 'grop2', 'group3')
|
|
This macro is used to disable Group By rules in execution time.
The Group By rules ID should be informed as parameters in the macro.
This macro will only work if there are at least two group by, so using the macro, one group by will be disabled and other remains showing.
Ex:
if( [usr_login_group] == 'seller' ){
sc_hide_groupby_rule('rule_1', 'rule_2');
}
|
Macro Scope
|
Grid application
|
| onApplicationInit
|
|