can we refresh particular crm form field. if yes how can we do it. I use crm 2011.
i am entering new value to crm form field via aspx page but that doesn't get updated in open crm form window. So i want to refresh that particular field to get updated value.
if i refresh form using window.location.reload(true) then i lose all the field data. is there any way to retain all the data on form after reload. or is there any way to so that if i make any changes for a record on database that should get updated on open
window of the same record.