22. December 2009 15:17 By Ron 0 In CRM | Dynamics
When trying to update a disabled field, you have to ForceSubmit to force it to submit:
crmForm.all.title.value = “foo”; crmForm.all.title.ForceSubmit = true;
Be the first to rate this post
Tags: