how to get the values into the dropdown with some 'where' condition.
ex:
<entity entity-name="Weightageaccord" 
                      title="Weightage Entity">
      <field name="TypeId"  type="id-ne"></field>
      <field name="TypeName" type="name"></field>
 <field name="Weightage" type="numeric"></field>
          <prim-key field="TypeId"/>
     </entity>

here i want to load typename into the dropdown where Weightage is null. how
to mention this where condition in 

<drop-down allow-empty="false">
<entity-options description="${TypeName}"  
key-field-name="TypeName" entity-name="Weightageaccord">                        
                                                        
</entity-options>
</drop-down>

--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/populate-the-drop-down-field-with-values-from-another-field-tp2296885p4632844.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to