Visibility of a field is not reset when selecting another record

G’day! I think I have an issue with the display attributes “Show If” and “Read Only If”

In a form, I have a field that is shown on creation and edit mode, but hidden otherwise.
=> Show If : =five.isCreate()||five.isEdit()
image

When I create or edit a record, this field is visible.

When the record is saved, the field is hidden

Steps to reproduce the issue:

1- Select a record and open it in edit mode
- The field is visible as expected
2- Do not save the current record and click the next record.
- Expected: In the next record, the field is hidden.
- Actual, the field is shown.

The workaround is to edit this second record (pen icon), then cancel the edition (X icon), so the field is hidden as expected.

I have the same problem with a button:
=> Read Only If : =five.isCreate()||five.isEdit()

I joined the sample application.
TestVisibility-20250112-160359716336924.fdf (3.4 MB)
Thank you!

Hi Jean,

Thanks for bringing this to our attention. This has been passed on to our QA team for further testing and to be fixed asap. Thanks for the sample application!

Kind regards,
Jo

1 Like