Hi Experts,
I have 2 related scenarios here:
1) The fields on my CRM Web Ui Screen are clearing out when i hit Enter or SAVE. This is happening for almost all fields except for fields defaulted using get_<attr> method.
I have defaulted the fields Street Name & Region on CRM Web UI during new BP creation.
2) I used get method of respective page attributes(get_street & get_region) of respective fields to default these with Street = 'Franklin St', Region = 'CA'. Now, when the user tries to change these field values to 'Benjamin Dr' & region =CA,i see these fields are getting cleared.
I searched the forums & could not get perfect answer.
How can i achieve this?