Required information

0
I have mutliple forms in my app and I want a person to click on al the required choices and then click save. I want there to be a warning that says “Please, fill out all required choices” and to not let them continue if they haven’t filled all of the choices.
asked
2 answers
0

Make a custom save microflow that does all these checks. If all checks are done save the object otherwise create a message what the user should change to be able to save the object.

Regards,

Ronald

 

answered
0

Hey Gal!

You can set the required validation inside the input fields of your forms. 

 

Another option is to set these validations inside your domain model just applying them on the validation rules tab of your entities

 

Kind Regards,

Emilio

answered