Server-side field conditional field validation - New UI

Posted by IramK on 02-Dec-2015 05:13

Hello,

I have a server-side field validation based on a condition of a picklist value selection as given below. So if the specific picklist value is selected, then check for validation else do not check for validation. Now when I do select the picklist value that needs validation, this works correctly and displays an error message. However, now that the error message is still there and if I change the picklist value and try to save, I am unable to save the form. Any suggestions on how to fix this? Kindly let me know.

Cheers.

if("{!picklist#code}" === "condition1")
{
if("{!field}" === "")
{
return "field must be specified";
}
}

Posted by Mohammed Siraj on 03-Dec-2015 11:04

This will be addressed in Rollbase 4.0.4 due in mid-december.

All Replies

Posted by Mohammed Siraj on 02-Dec-2015 05:23

Hi Iram,

This is a known issue. If we do not change field value once it has failed server-side validation, we do not let user re-submit the form with the same field value.

We will correct this in forthcoming release.

Posted by IramK on 02-Dec-2015 05:34

Hello Siraj,

Thanks for confirming that. Could I expect this to be available in the December release please?

Cheers.

Iram

Posted by Mohammed Siraj on 03-Dec-2015 11:04

This will be addressed in Rollbase 4.0.4 due in mid-december.

This thread is closed