Support Article
Required fields not getting validated
SA-29118
Summary
User has configured tabbed layout with required properties. When tab 1 is active and when user is submitting the form, it is not validating tab2 required fields.
Error Messages
Not Applicable.
Steps to Reproduce
1. Configure a page list with required validation at property level.
2. Configure a tabbed layout with that page list.
Root Cause
A software use or operation error :
When tab1 is active in tabbed repeat layout, it means the markup related to will be available at client side then it will validate the tab1 properties only on submit.
In provided scenario, tab1 is active and user is expecting tab 2 properties to be validated on submit. Here tab 2 markup is not available at client side, hence it will not validate the properties on submit.
Resolution
Here’s the explanation for the reported behavior:
To achieve the requirement, it is better to have validation activity on post processing of flow action.
Published October 21, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.