Replies: 1 comment
-
Also, would be good to include some extra predefined validations
Im sure there are others. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, we can add some simple validation rules against a row - such as
Required
,Max
andMin
.I propose that we should have the ability to write some more custom validation.
Such as
Text field A
is Required ifCheckbox field B
is checkedEnd Date
must be afterStart Date
Estimated Value
is required ifLogged in User.Role
isFinance
I feel like the best option would be to declare these on
Forms
, so that they could be used by both internal and external datasources.Therefore, feels related to #1617
Beta Was this translation helpful? Give feedback.
All reactions