• Is it possible to use an enum field with a function defined as the data provider as a trigger for another fields visibility grid?

    I have one enum field where there is no options parameter, instead, I am using a defined function. $dictionary [ 'Case' ][ 'fields' ][ 'pr_department' ][ 'name' ]= 'pr_department' ; $dictionary [ 'Case' ][ 'fields' ][ 'pr_department' ][ 'vname' ]= …