You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
This was already in OC, but it is not nice. When there is single conditional display hidden item of single select type with validation logic the validation seem to trigger also when the item is in hidden state (probably having null value).
Requirements:
eCRF with control item and another item with SCD hide logic with validation. We reproduce it with the single select (int) data type (maybe it effects others as well).
Steps to follow:
login
open the eCRF in DataEntry mode
enter control item value to so that the SCD item stays hidden.
click save
Expected result:
eCRF should get saved without any error.
Actual result:
validation logic failure on SCD item causes eCRF to display error message (discrepancy note is necessary to allow to store eCRF)
The text was updated successfully, but these errors were encountered:
Description:
This was already in OC, but it is not nice. When there is single conditional display hidden item of single select type with validation logic the validation seem to trigger also when the item is in hidden state (probably having null value).
Requirements:
eCRF with control item and another item with SCD hide logic with validation. We reproduce it with the single select (int) data type (maybe it effects others as well).
Steps to follow:
Expected result:
eCRF should get saved without any error.
Actual result:
validation logic failure on SCD item causes eCRF to display error message (discrepancy note is necessary to allow to store eCRF)
The text was updated successfully, but these errors were encountered: