Hi All,
I have created Item validator's to validate some fields in my task form. The item validator,s were working fine and i mapped to relevant fields of the task form and installed the task form. The Task form was mapped to a manual activity in a workflow. So when workflow is initiated the manual activity receives his task in his inbox.
When the manual activity opens the Task and clicks accept button means the item validator's validating the fields and throwing errors. My actual requirement is the validator,s should validate fields on click of forward button only not accept button.
How to achieve this?
In forms builder for button properties in special tab there is an option called Do not validate required fields check box. If I am checking the check box then also no use. The item validator,s behaving like same.
Please help me on this