Thursday, July 5, 2012

How to set value of anyfield during event using Javascript in CRM 2011?


Introduction:
             The below javascript show you how to set the value any field using javascript.

function getvalue()
{
  crmForm.all.firstname.DataValue = "Kartik";
// or crmForm.all.firstname.value = "Kartik" ;
}

No comments:

Post a Comment