In the detail form we want to change the order if 2 fields depending on a certain value of a field in a row. Is this possible?
Example:
Field 1 has value "A”
In detail form you see
Field 1
Field 2
Field 3
Field 1 has value "B”
In detail form you see
Field 1
Field 3
Field 2
I was thinking about a solution using extra fields that are turned on or off via a layout procedure, but maybe there is a way via a functionality to just order the fields on runtime.
Thank you