Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com
Skip Logic for fields in Form (v11)
Introduction
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.
Below are the example of code to display fields when specimen belongs to Class “Cell“.
Old syntax:
$extendedObj.specimenClass = "Cell
New syntax:
specimen.specimenClass == "Cell"
Examples:
Use Case 1: Show form field based on the Specimen Class.
Use Case 2: Show Custom field based on the value of another custom field.
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com