Build Number | Database | OS |
3505 | Derby | Windows 11 |
What I did..
Displayed BO with Yes/No flag attributed in view mode
What I expected to happen
Yes/No flag disabled
What happened
Yes/No Flag is not disabled. user can update the flag. Whilst the form will no have a save button, when you hit close, as expected, the user is asked if they want to save changes. If they click Yes, then the BO is saved with the updated selection of the Yes/No flag.
I pretty sure i noticed this with BO rule as well eg
If Some.condition THEN
READ PROTECT BO FORM ALL
BSV attached.
Login as administrator
Create an object AA_BO
add a name and either click the yes/no flag or leave blank.
Run query qryAA_BO
You will have two record operations
- EDIT - working as expected
- VIEW - the name attribute is disabled as expected, but the yes/no flag is not.