antoined
5 years agoIdeator I
Constraints not working on an integer field form
Hello, I created a new "feedback" ItemType for my users to write remarks about Aras.
I want them to rank the priority of the feedback with an integer from 1 to 5. For this, I created a _priority pr...
- 5 years ago
Take a look at the Express ECO Form. There is this kind of Priority List used:
You can use lists to specify these kind of predefined values:
Just take a look at ItemType and Form "Express ECO" to see how these kinds of list are used. Datasource would be the predefined list. In this case you don´t have Integer values, but you can use the list for filtering and searching.
You original idea can also work, but from my POV is unnecessary complicated for the use case.