Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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.

Old syntax:

$extendedObj.specimenClass = "Cell"

New syntax:

specimen.specimenClass == "Cell"

Examples:

Use Case 1: Show form field based on the Specimen Class.

 Click here to view details...

Added the ShowWhen condition in form XML to show field based on Specimen Class.

image-20240620-122928.png

Show form field “Media“ only when specimen class == “Cell“:

image-20240620-124052.png

When Specimen Class is not “Cell” then form field “Media“ is not shown:

image-20240620-124345.png

  • No labels