Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 46379

set value function gives me an error

$
0
0

Hi all

var contactRecords = XrmServiceToolkit.Soap.Fetch(contactFetchXML);
if (contactRecords.length > 0)
{
if (contactRecords[0].attributes.extendedamount!= undefined)
{
//alert(contactRecords[0].attributes.extendedamount.value);
//objSubGrid.control.SetParameter('fetchXml', FetchXml);
Xrm.Page.getAttribute("extendedamount").setValue('contactRecords[0].attributes.extendedamount.value') // This gives me an error which is below 
}
}

What can I do?


Viewing all articles
Browse latest Browse all 46379

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>