bpanda
8th April 2015, 14:08
Hello,

Is there any way to restrict any enum set on form level.(Because of standard session no modification on script allowed.)
Suppose I have a field on form havinf 3 enum sets, and I want only specific 1 should not appear on the form when drop down.

Any trick share quickly.

Thanks & Regards
Biswajyoti Panda

mark_h
8th April 2015, 15:51
Look at the help(or search this forum) for set.enum.values() or set.enum.values.for.field() - see if they do what you are requesting.

bpanda
9th April 2015, 10:03
Thanks Mark,

But these can be used in script only.
But my situation is I can only modify the standard session's form.
So, if anything can be done on the form to restrict an enum set from displaying it on form on drop down option.

Thanks & Regards
Biswajyoti Panda

bhushanchanda
9th April 2015, 11:46
Hi,

I don't think there is any way to restrict the enum values from form.