Hi.
How do I update the following so that it will be valid after the Fall '13 migration
date1= crmForm.all.new_meetingdate.DataValue[0].name;
Thanks in advance
Hello,
Following should work fine:
date1= Xrm.Page.getAttribute("new_meetingdate").getValue()[0].name;
Dynamics CRM MVP/ Technical Evangelist at SlickData LLC My blog
Thanks - works perfectly
Merry Christmas