674
Views
3
Comments
Solved
built in validations button
Question

What does the built in validations option in the mobile button?

2018-01-19 03-18-31
indra budiantho
Solution

Hi Fili,

1. First set the builtin-validations to Yes:

2. In the client action, just check if the form valid, otherwise end it.

I try:


Something rather different behavior compared to web app where if mandatory, we do not need to check form valid for the mandatory ones.

regards,

indra

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Like on Web Apps, before the form is submitted the Platform checks whether all input fields contain valid content. So a date field contains a parsable date, a mandatory text field contains at least one character, etc. If one of the fields is not ok, a message is shown.

2024-01-05 16-00-17
Filipe Lourenço

ok but i have two mandatory input fileds and with this option set to true no message is shown and the action of the button is being triggered.

2018-01-19 03-18-31
indra budiantho
Solution

Hi Fili,

1. First set the builtin-validations to Yes:

2. In the client action, just check if the form valid, otherwise end it.

I try:


Something rather different behavior compared to web app where if mandatory, we do not need to check form valid for the mandatory ones.

regards,

indra

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.