Hi,
is there any equivalence for a varchar field ?
i have a in config.php some values in addressCityList but i need to replace this addressCityList in dynamic-handler
maybe
is there any equivalence for a varchar field ?
i have a in config.php some values in addressCityList but i need to replace this addressCityList in dynamic-handler
PHP Code:
this.recordView.setFieldOptionList('addressCity', values);
Comment