Syntax of Enumeration inside the Schema when we have declared the Enumerations list under the Platform Pallet.
Views
Replies
Total Likes
What is your question exactly?
Views
Replies
Total Likes
Hi Raman,
Can you give more details about what you need?
Thanks,
Florent
Views
Replies
Total Likes
In Schema, with the above mentioned enum structure, try the same by replacing the enum attribute as below (defining type as byte)
Try this works very well
<enumeration basetype="byte" name="myEnum">
<value label="Yes" name="yes" value="1"/>
<value label="No" name="no" value="2"/>
</enumeration>
<attribute enum="myEnum" label="My Enum" name="abcd" type="byte"/>