Hi, I've used http://asimsajjad.blogspot.com/2012/02/insert-new-record-in-micosoft-crm-2011.html link and it helped me to create a new form.
In the code instead of
//------------------------------------------------------------------------------------------------------------------
addAccountRecord.Revenue = { Value: "2000000.00" }; //Set Annual Revenue
//-----------------------------------------------------------------
I've written down
var a1=25 000;
addAccountRecord.Revenue = { Value:a1 };
And with this version I get an error. Please help me to solve this problem.
Thanks!
*This post is locked for comments
I have the same question (0)