Wednesday, February 27, 2008

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 the form, so i won't talk about this.
In this example my attribute's schema name is new_button. Here is the code:

/////////////////////////////////////////////////////////
// This is how we call the button, what we see
crmForm.all.new_button.DataValue = "Ok";
// We could align it a bit
crmForm.all.new_button.style.textAlign = "center";
crmForm.all.new_button.vAlign = "middle";
//we make the mouse look as a hand when we're moving over
crmForm.all.new_button.style.cursor = "hand";
crmForm.all.new_button.style.backgroundColor = "#CADFFC";
crmForm.all.new_button.style.color = "#FF0000";
crmForm.all.new_button.style.borderColor = "#330066";
crmForm.all.new_button.style.fontWeight = "bold";
crmForm.all.new_button.contentEditable = false;
//we attach some events in order to make it look nice :)
crmForm.all.new_button.attachEvent("onmousedown",color1);
crmForm.all.new_button.attachEvent("onmouseup",color2);
crmForm.all.new_button.attachEvent("onmouseover",color3);
crmForm.all.new_button.attachEvent("onmouseleave",color4);
function color3() {
crmForm.all.new_button.style.backgroundColor = "#6699FF";
}
function color4() {
crmForm.all.new_button.style.backgroundColor = "CADFFC";
}
function color1() {
crmForm.all.new_button.style.color = "000099";
}
function color2() {
crmForm.all.new_button.style.color = "FF0000";
}
//here we attach what we want our button do
crmForm.all.new_button.attachEvent("onclick",someFunction);
//////////////////////////////////////////////////////////////
Here is how the button looks like:




I didn't define here the "someFunction", i leave it up to you. First time when i used such a button was to add product to a quote without click-ing on "New Quote Product", calling a Web Service...

Monday, February 18, 2008

Welcome Alex

Welcome Mr. Alexandru Radu on CRM Stuff blog. Alex is a CRM Project Manager, Consultant, Trainer and also a MCP, with lots and lots of CRM experience.

Thursday, February 14, 2008

Welcome Adi

Let's give a warm welcome to our newest author - Mr. Adrian Toderut on CRM Stuff blog. He's a very good consultant with a lot of experience in Microsoft Dynamics CRM.

Tuesday, February 05, 2008

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 MCP in Business Solutions, looks nice :)

Friday, February 01, 2008

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 and linkbacks/trackbacks and I highly recommend others to do so.


Removing the "nofollow" attribute will help people who are giving you comments to increase their website/blog PR (Page Rank). I currently set the lower limit to 1 for my blog, so feel free to comment, 1 comment/user will help you raise your PR :)


If you want to learn more about this feature, try the following links:

Click here for blogspot/blogger

Click here for WordPress

Thursday, January 10, 2008

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!

Sunday, January 06, 2008

World without Romania

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




***

Friday, January 04, 2008

Introducing...

I'd like to introduce Andrei Gabur's Blog. It's an interesting blog about philosophy and history. Give it a look when you've got the time :)

Tuesday, January 01, 2008

Small Business Loan

If you are seeking money in the form of an unsecured small business or personal loan, you have located a useful source to assist with your financing needs. America One is what you're looking for. In the past year alone, they’ve helped their clients receive millions in approvals.By using this great service - Small Business Loans, you benefit from extensive knowledge of today's most active lending sources. Their specialty product is a signature loan that can be used for any purpose, with no collateral required. Approval is based upon your current credit standing.

Why use America One?

First and foremost when you borrow money, you want to be sure you are applying with a company you can trust. At America One Funding, they have been providing consumers and small business owners’ fair and equal access to unsecured financing nationwide since 1999. It seems these days that almost every financial website claims to be the biggest and best, but in their case it is a fact. They are the largest unsecured loan consulting and placement firm in the nation for seven consecutive years, assisting over 500,000 applicants per year.

While they are proud of their growth, they also work hard to maintain the entrepreneurial grassroots approach to financing that has led to their success. When you work with America One, you will receive superior and accessible service from a highly trained unsecured financing expert. You will find them compassionate to your unique situation, but also willing to speak to you in realistic terms about your loan options. They will never tell you what you want to hear, just to get your business. In addition, unlike many other banks and finance companies, they are exclusively dedicated to unsecured financing, which leads to higher approval rates and better overall customer satisfaction.

At America One, the business philosophy can be summed up by one simple question; why risk your valuable assets to borrow money if you don’t have to? When you allow them to help you, your unsecured loan request will have best possible chance of being approved for the amount of money you need, and at rate and term you can afford. It only takes a few minutes to pre-qualify and you can have money in hand as fast as a few days.

The professional staff is available for a free consultation. Start by clicking the service most suitable for you, right after you visit Small Business Loan website.

Sunday, December 23, 2007

Holiday Wishes

Merry Christmas and A Happy New Year to you all!

Click below to view your Christmas Card:



If you can't view the greeting card, try installing the Adobe Flash Player 9 first.