Archive for the ‘Customizations’ Category

Hiding Sidebar Navigation (Related Entities)

Hi Guys,
Recently for a client, we had to create some many-to-1 relationship from Contact to Accounts & Opportunities.  We then had the problem of the related entity navigation on the side showing up.  They didn’t want to see all these related navigations. I added some onLoad code on the contact form to hide the Sidebar [...]

Comments (1)

Company name on the phone call form.

Hi there,
Have you struggled without the company name on the phone call form in CRM 4.0??
Usually when you create phonecall campaigns you notice that the regarding field of the campaign is the ‘Campaign Name’ and the Recipient is the ‘Lead full name’ which leaves us with no information what so ever telling us the company name.
This proccess involves creating a [...]

Comments (60)

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 [...]

Leave a Comment

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)
{
[...]

Leave a Comment

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 [...]

Comments (2)