Implement user interface validation for open form widgets
In the application UI, the scSkipDataValidation attribute
for widgets is used to skip data validation and make the field as
open form field.
By default, all TextArea widgets are open form
fields in the UI. To make any field an open form field in the UI,
just add the scSkipDataValidation attribute and set
value as true for this attribute on that widget.