UI Issue
In the UI config xmls, just like how we have maxLength, minLength bean properties defined, is it also possible to configure the starting digits. i.e. if we always want the starting digits for a field to be 1234, can we configure as below . Not sure if value can be configured as below in POS.
It may be 1234* or 1234% or ???
<BEANPROPERTY
propName="responseField"
propValue="com.extendyourstore.pos.ui.beans.AlphaNumericTextField"/>
<BEANPROPERTY
propName="name"
propValue= "1234%"/>
<BEANPROPERTY
propName="minLength"
propValue= "16"/>
<BEANPROPERTY
propName="maxLength"
propValue= "16"/>
Please let me know your inputs. thanks.