Hey there!Our friend Srini taught me how to change fields states when clicking on an object, using a statement like this:myField.access = "readOnly";Well, now I'd like to know how to set fields and other objects states so they start, for instance, as readOnly by default when the form is opened.Possi...