Whennotinsubset (attribute of property)
From JRapid
(Redirected from Whennotinsubset)
whennotinsubset is an attribute of property.
Contents |
Description
When a property of an existing record holds a value that no longer meets the conditions to be shown with the specified subset, the whennotinsubset attribute may be used to define the action to take.
Possible values for the attribute are:
- donotshow
- The selected value is not shown if it does not meet the criteria specified by the subset.
- show
- The selected value is shown even if it does not meet the criteria specified by the subset
- shownotvalid
- The selected value is shown if it does not meet the criteria specified by the subset, but it is visibly marked as invalid.
Usage
<property
entity = ENTITY_NAME
subset = SUBSET_NAME
subsetparams = SEMICOLON_SEPARATED_FPATH
whennotinsubset = "donotshow | show | shownotvalid"
...
/>
Example
See examples in subset (attribute of property).
