Dynamics CRM Javascript tips

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

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: