<< Click to Display Table of Contents >> Navigation: EDGE > EDGE Features > Check Box for Enumeration |
EDGE allows the user to replace an enumeration drop-down with a check box. This feature can only be used for enumerations with two (2) members.
Enumeration with a drop-down |
Enumeration with a check box |
---|---|
Steps to enable feature:
1.Enumeration must be defined as an enumeration file as explained in Format Files Descriptions.
Note: EDGE Configuration Tool can be used to assign or override existing enumeration. |
2.Enumeration's name must start with EDGE_CHECKBOX.
Examples:
•EDGE_CHECKBOX
•EDGE_CHECKBOX_YN
•EDGE_CHECKBOX_DRY
3.Enumeration must have 2 members.
Enumeration member |
Check Box state representation |
---|---|
1st |
Checked |
2nd |
Unchecked |
Example:
Y - checked, N - unchecked
<xs:simpleType name="EDGE_CHECKBOX_YN">
<xs:restriction base="xs:string">
<xs:maxLength value="1" />
<xs:enumeration value="Y" />
<xs:enumeration value="N" />
</xs:restriction>
</xs:simpleType>
4.Assign enumeration to the desired field.
Copyright © 2024 EarthSoft, Inc. • Modified: 24 Mar 2020