Hello,
We are using 8.2 and trying to determine if a formula field is currently visible in a grid. We are looping over all the fields using grid.getAllFields and checking each field using grid.fieldIsVisible. However, grid.fieldIsVisible is not evaluating correctly for formula fields. Is there a recommended way to determine if a formula field is currently visible vs hidden?
We are using 8.2 and trying to determine if a formula field is currently visible in a grid. We are looping over all the fields using grid.getAllFields and checking each field using grid.fieldIsVisible. However, grid.fieldIsVisible is not evaluating correctly for formula fields. Is there a recommended way to determine if a formula field is currently visible vs hidden?
Comment