26
Views
3
Comments
Solved
I'm filling nothing in a mandatory input (and im getting a logic message)

Each time I attempt to save my evaluation without filling in the mandatory name field, I receive a notification. I dont really know how i could remove / change the field.

 

2024-03-22 09-17-23
Chandra Vikas Sharma
Solution

Hi Lan,

 This message come because in false condition of form.valid  you show this message. if you not want to display this message remove the false condition.


2020-11-25 10-45-32
Mostafa Othman
Champion

Hello,

Can you please confirm if you need to make this filed optional?

If yes, so in service studio open screen and select this input field then from properties change Mandatory to fasle 

2020-11-30 04-40-12
Mithun Rathod


Hi Christopher Lam,

If you want to remove the notification "Navigate to another screen or implement the required logic." then remove it from the false condition. Your form is not valid hence you are getting this notification as well.


What I understood is, Splere Naam  is a mandatory field. If you do not fill, definitely you will get built in error message. This is expected behavior. If you do not want to get an error message then you need to make that filed as non mandatory.

Else you can set No to Buil-in Validation of save button.





2024-03-22 09-17-23
Chandra Vikas Sharma
Solution

Hi Lan,

 This message come because in false condition of form.valid  you show this message. if you not want to display this message remove the false condition.


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