August 2008
You are browsing the archive for August 2008.
JavaScript Web Service Call
Firstly i’d like to thank Michael Höhne for his great application that converts your c# code to Javascript. Basically you input your c# code and it sends a soap request and gets a reply and converts the request to Javascript so you can do it in realtime and not by a plug-in.
First grab the application from: http://mscrmblog.net/downloads/JSWebCall.zip
Open [...]
lookup field - onchange event
Hi Guys,
I have noticed that sometimes onchange code for a lookup needs some time (1sec) than to run its code.
Heres an example of a 1 second wait (wait until the lookup is populated with the lookup id, name etc):
window.setTimeout(getDetails, 1000);
function getDetails()
{
if(crmForm.all.ownerid.DataValue[0].id != null)
{
[...]
Welcome to MSCRMBlog.net
Hi Guys,
Welcome to my new Blog. My name is Ibrahim Sukari (refer to the About Me page for more info), i am a CRM developer. The company i work for is called RightServ. We have done quiet a few CRM deployments with hefty customizations. I basically created this blog to give back to the community that indeed helped [...]