Skip to Content
0
Former Member
Jul 07, 2016 at 10:30 AM

Enabling mandatory validation in HMC

197 Views

How can I define that an input field is mandatory in HMC? I tried to add the parameter optional="false" to the items.xml:

    <attribute type="valueCode" qualifier="valueCode">
         <modifiers read="true" write="true" optional ="false"/>
         <persistence type="property" />
     </attribute>

But it doesn't work.