/
Hide/Unhide ‘Create Aliquots' and 'Labels’ field
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com
Hide/Unhide ‘Create Aliquots' and 'Labels’ field
- 1 Introduction
- 1.1 Syntax
- 2 Example JSON
Introduction
Sometimes, users need to hide the “Create Aliquots” option and the “Labels” field for creating single unplanned primary specimens. To achieve this, the user has to add the following configuration in the common section of the JSON file.
Syntax
{
"name": "common",
"data": {
"addSpecimen": {
"allowMultipleSpecimens": false, --> "This is for "Labels field"
"showCreateAliquots": false --> "This is for "Create Aliquots"
}
}
}
Example JSON
, multiple selections available,
Related content
Hide/Unhide Fields Based on Value of Another Field
Hide/Unhide Fields Based on Value of Another Field
More like this
Hide/Set default value to specimen fields
Hide/Set default value to specimen fields
More like this
Hide/Show Custom Forms based on Rules (v7.0)
Hide/Show Custom Forms based on Rules (v7.0)
More like this
Role-Based Display of Fields
Role-Based Display of Fields
More like this
Displaying Record Identifiers on the Interface
Displaying Record Identifiers on the Interface
Read with this
Configuring Fields in Specimen Table
Configuring Fields in Specimen Table
More like this
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com