Hi..
I have a an input form that saves some data to an entity. It has a Radio button selection for an enumeration "Tool Expenses" and "Other Item Expenses". I have managed to set the visibility of the fields relevent to each type of Expenses according to the enumeration.
If some one selected "Tool Expenses" and add data to the relevent fields, and decided suddenly to change the expense type to "Other Item Expenses" The tool Expense fields will disappear and the Other Item Expense Fields show up. Thats good. BUT, the problem is that even though we cant see the invisible fields, the data that has already been entred on those fields gets updated in the Entity.
Is there any possible way to avoid the data entred on the the invisible fields to get saved in the entity?? Or is there any way to Reset specific Input fields based upon an Enumeration Value? So that the fields that gets invisible will get reset and blanks as soon as the user selects the other enumeration??
Please help, I tried avery thing I know, but no use
Dilan