Validation in list view for each item


Badge +4

Hi

I have a editable list view and i have save button where i m validating the rows using view passes validation rule.

If I enter value in a row and click on save then the row gets validated but if I click on blank row after entering invalid value in previous row,there is no validation comes. The value gets saved.

 

Is there any solution where I can validate all rows at single point of time.

 

Thanks in advance!


2 replies

Hi,

I haven't tested this on my side, but I think if you use the for each added item in a list view condition as the save button's condition you may be able to solve the issue you are faced with.

HulisaniN
Badge +4

But by using for each item added,it will check validation row by row and gives popup after each row.

I have save button at bottom, After adding all the data in 5 rows then I need to validate those.

 

Reply