Simply use the function below: // Shows or hides a certain fieldfunction HandleField(field, display) { document.getElementById(field+”_c”).style.display = display; document.getElementById(field+”_d”).style.display = display;}/* Calling */HandleField(“fieldid”, “inline”); // show inlineHandleField(“fieldid”, “block”); // show blockHandleField(“fieldid”, “none”); // hide
Author: Cornel Croitoriu
Create a button on your form
This is an example on how to create a button on the form, based on a former idea of Cornel. First of all we need to create a nvarchar attribute and put it on the form where we want our button. I assume that everybody knows how to create an attribute and put in on… Continue reading Create a button on your form
Back…
Well, like I said, I’m back in business and I promise that asap I’ll post a few useful ideas. I’d like to think that 2008 will be the year of CRM in Romania and not only, as MS Dynamics CRM Titan will replace, step by step, CRM 3.0. Stay tuned… P.S. Thanks Microsoft for the… Continue reading Back…
Nofollow – free
Blogger by default, and other blogging software such as WordPress, automatically adds the “nofollow” microformat extension to all links from user generated content. User generated content is defined as comments or external sources such as linkbacks and trackbacks. I support the people of the blogging community who have chosen to remove NoFollow for blog comments… Continue reading Nofollow – free
Exams…
Considering the fact that the examining session at the college has begun for me, I’ll suspend the posting around here for a while (until february 2008). I promise to be back with new useful features asap. Good luck!
World without Romania
And here are some relevant images (I’d like to think) about my country: ***
Holiday Wishes
Merry Christmas and A Happy New Year to you all! Click below to view your Christmas Card: View Card If you can’t view the greeting card, try installing the Adobe Flash Player 9 first.
21 and counting :)
It seems that I’m getting older everyday 🙂 21 years already passed away… Free champagne and candy for everyone 🙂 *** Sincerely,
Microsoft CRM Google Maps integration tool
I’m proud to present a very useful tool – MSCRM Google Maps – developed by Wolter Kreun, a friend of mine, a tool that managed to bring together two strenghts: Microsoft Dynamics CRM and Google Maps.You can get a free sample from www.crmmaps.com and also see the latest news about it.The beta version of the… Continue reading Microsoft CRM Google Maps integration tool
Generating tooltips on certain events
A tooltip is a small box of explanatory text (usually on yellow background) that appears when the mouse pointer is held over a button or other interface element.In Microsoft Dynamics CRM we can define constraints (masks) on certain fields. It is desired that the user is well informed about the text’s format, in real time,… Continue reading Generating tooltips on certain events