We need a method to pass through a Questionnaire without allowing the user to make changes to the answers.
A visual cue in the screen will let the user that Read only mode is on.
Validations should be turned off but Checkpoints will still be observed.
Thanks to the layered code, this is not that big of a change. Most of the work will be turn read only the controls of the screen with the switch of a property.
We need a method to pass through a Questionnaire without allowing the user to make changes to the answers.
A visual cue in the screen will let the user that Read only mode is on.
Validations should be turned off but Checkpoints will still be observed.
Thanks to the layered code, this is not that big of a change. Most of the work will be turn read only the controls of the screen with the switch of a property.