Table of Contents | ||
---|---|---|
|
Introduction
Note |
---|
|
The syntax for skip logic in custom forms has been updated in version 11. To provide better clarity and to allow the use of additional object fields such as participant and visit, the new syntax is now similar to a JSON-based dictionary.
...
specimen.specimenClass == "Cell"
Examples:
Note |
---|
If the field is marked as ‘Required,’ meaning it is mandatory for data entry, adding the showWhen condition will override this 'Required’ setting. |
Use Case 1: Show Form field based on the Specimen Class.
...