Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Insert excerpt
_Banners
_Banners
nameERD
nopaneltrue

Overview

Validation added to tables acts as a data layer to help block invalid data. Applying validation to table attributes ensures consistency across your application, as the same validation is applied anywhere the attribute is used.


Info

Validation is automatically applied to data being entered via a form by checking the it against the properties of the backing attribute, such as the length of a string and the type of data expected.   


Video

Iframe
allowfullscreentrue
srchttps://youtube.com/embed/KxY0fT0FmQU?&rel=0&ytp-pause-overlay=&list=PLbPt6SI1Zhb9JAD6TfD-qGC6vzZXOznvn
width680px
titleAdding Table Validation
height400px

If you require further support on this topic, please contact PhixFlow Support via the  Insert excerpt_chat_bot_chat_botnopaneltrue ChatBot, available in Insert excerpt_design_mode_design_modenopaneltrue from the system controls in the top right of PhixFlow



Further Reading

Validation can also be applied to form fields on screens.

  • Validation Type defines the expected input for the form field it is applied to for it to be considered valid.
  • Validation on form fields allows set validation to be applied, e.g. mandatory, min/max length.
  • Custom Validation on form fields allows bespoke validation to be applied, e.g. checking a value entered matches a value on a table.