Code for initialization of enum value in any field
Write following code in init() method of the form. For example abctype is type of enum then you can initialize enum value like this.
AbcType = = element.args().parmEnum()
Write following code in init() method of the form. For example abctype is type of enum then you can initialize enum value like this.
AbcType = = element.args().parmEnum()
Comments