Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!

Enumerations

Avatar

Level 1

Syntax of Enumeration inside the Schema when we have declared the Enumerations list under the Platform Pallet.

3 Replies

Avatar

Community Advisor

What is your question exactly?

Avatar

Level 10

Hi Raman,

Can you give more details about what you need?

Thanks,

Florent

Avatar

Level 4

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"/>