How to hide & show a particular enum value based on the selection of another enum value.

Can anyone help me,

I have two enum fields.

  1. Leave_Type → it contains four values none, sick, casual, LOP and Maternity.

  2. Gender → None, Male, Female.

When i select Maternity from Leave_Type Enum in a form , it will only show Female in the Gender Enum. and hide None,Male.

Thanks in advance.

Hi Karthik here is a similar scenario to you

http://dynamicsuser.net/forums/p/22890/117517.aspx

Thanks for the reply Nash.

I’ll chek out