Table of Contents |
---|
...
Code Block | ||
---|---|---|
| ||
{ "name" : "specimen.extensionDetail.attrsMap.made_method", "caption" : "Made Method", "type" : "dropdown", "showInOverviewIf": "useShowIf", "showIf": { "op": "AND", "rules": [ { "field": "specimen.lineage", "op": "==", "value": "'Aliquot'" }, { "field" : "specimen.type", "op" : ".search('RNA|DNA')!=", "value" : "-1" } ] }, "optional" : true, "listSource" : { "apiUrl" : "forms/permissible-values", "selectProp" : "value", "displayProp" : "value", "queryParams" : { "dynamic" : { }, "static" : { "formName" : "epidemiology_specimen_custom_form", "controlName" : "made_method" } } } }, |
Show/Hide custom field
...
– Using Regex Matching
Show the 'Lived Name' custom field only when the PPID starts with 'J'.
...