Hi All,
I’m working on Ax 4.0. I have an enum field in the dialog box.The requirement is to hide an element of enum in the dialog field. How do I hide the element of an enum ?
Regards,
Raghav.
Hi All,
I’m working on Ax 4.0. I have an enum field in the dialog box.The requirement is to hide an element of enum in the dialog field. How do I hide the element of an enum ?
Regards,
Raghav.
Hi raghav,
I think we cannot hide the enum elements.
For your requirement u can duplicate the enum and delete the element which u dont want to appear in dialog. and apply this newly created Enum as a field in dialog.
Thanks,
Vishal
Hi All,
The enum values in the dialog field can be filtered. Refer to the following link
http://blogs.msdn.com/b/palle_agermark/archive/2005/06/30/434146.aspx
Regards,
Raghav,