Fetch Metadata in CRM 2011 using javascript synchronously -


is there way fetch metadata crm 2011 using javascript in synchronous manner? if is, please hit me sample code present in sdk (i couldn't find it) or maybe own code?

thanks.

in sdk, in samplecode\js\soapforjscript\soapforjscript\scripts\sdk.metadata.js file there retrieveallentitiesasync, retrieveentityasync, , retrieveattributeasync examples. make synchronous, change third parameter of req.open statements false. can remove onreadystatechange handler , handle response after req.send(request); statement.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -