- #0149: Compatibility for Form Designer (WorkflowFileUpload is supported in FORM_FIELDS_READONLYand FORM_FIELDS_HIDDEN)
- #0148: Compatibility for Form Designer (calendar is supported in FORM_FIELDS_READONLYand FORM_FIELDS_HIDDEN)
Important note:
- Behaviour change for FORM_FIELDS_READONLY: All types of web control fields are now managed by WorkflowGen.My for the form fields read-only processing. This could affect your process web form and action behaviour since now that any web controls can possibly be set to read-only if you are using a wildcard ‘*’ followed by a negation of fields name or prefix ‘^XYZ*’ that doesn’t previously include the specific web control’s ID.