An easier way to hide or show a certain field in CRM

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

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!

Published
Categorized as News

World without Romania

And here are some relevant images (I’d like to think) about my country: ***

Published
Categorized as News

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.

Published
Categorized as Blog, News

21 and counting :)

It seems that I’m getting older everyday 🙂 21 years already passed away… Free champagne and candy for everyone 🙂 *** Sincerely,

Published
Categorized as Blog, News

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