Enum type field in the selection

Hi All,

I have created a new form. There are two groups in that . First group works as a selection criteria where I have added few fields for the selection. I mean that when user gives some value in the selection fields and click OK they get records based on the selection in the line level.

Now, the problem is in the selection criteria one of the field is of type Enum which has three values Confirmed, Picked and Packed . When I give Picked and select Ok I get the records in the line level.

After that I try to remove the criteria from the enum field , and click ok , the deleted value from the enum again populates back.

Regards,

Abhishek

You said that the enum has only three valid values: Confirmed, Picked and Packed. There is no such element as None. If you need it, add it to the enum / create a new enum with it.