We are on version 2025.2. We have an issue that in one of our tables we have two columns with a bit type domain and default value 0, but when we add a new record, the form doesn’t fill in anything (checkbox shows -). We want these fields to be hidden, but then we get an error because they are mandatory columns. And in Windows we don’t have this problem.
To fix it currently we define at the start of the default script that these values are 0, but this shouldn’t be necessary.