Hi All,
I've controlled the visibility of a few fields on the UI using business rules. While it works great the UI goes for a toss since there is an empty space (See Screenshot) that is left behind. How can I prevent this from happening?
Like
2 comments
20:16 Mar 21, 2023
I don't know why a business rule leaves this space when a control isn't visible, but if you set the control visible/not visible using an attribute it does not leave this gap.
This article shows how to do this (you'd do this same thing for "visible" instead of "enabled")
https://customerfx.com/article/how-to-enable-or-disable-a-field-on-a-pa…
Still, it's a pain to have to do this via code, but at least this way doesn't leave the gap.
Ryan
Show all comments