Discussion:
Changing Title of Email Window
(too old to reply)
unknown
2010-03-11 11:04:09 UTC
Permalink
Hi,
I am new to CRM 4.0 and I have a requirement where the customer wants me to customize the Email Window's Title bar and change the "Create New Email" text that appears on the title bar to a custom message.
Can I do that?
Some pointers will be really helpful.

Thanks
Rahul


Submitted via EggHeadCafe - Software Developer Portal of Choice
WPF Custom Validation Using the Enterprise Library
http://www.eggheadcafe.com/tutorials/aspnet/9af7ac1a-d7f3-4e00-9aec-33ef1ec7d1a3/wpf-custom-validation-usi.aspx
Nallathambi
2010-03-12 06:28:01 UTC
Permalink
Hi Rahul ,

Yes, You can change the message through customization. Go to
"Setting->Customization->Customize Entities", Select "Email" entity and open
it. You will see "Messages" from left panel. You will see list of default
message in it. There you can change it.

Nallathambi
Post by unknown
Hi,
I am new to CRM 4.0 and I have a requirement where the customer wants me to customize the Email Window's Title bar and change the "Create New Email" text that appears on the title bar to a custom message.
Can I do that?
Some pointers will be really helpful.
Thanks
Rahul
Submitted via EggHeadCafe - Software Developer Portal of Choice
WPF Custom Validation Using the Enterprise Library
http://www.eggheadcafe.com/tutorials/aspnet/9af7ac1a-d7f3-4e00-9aec-33ef1ec7d1a3/wpf-custom-validation-usi.aspx
.
unknown
2010-03-15 09:23:08 UTC
Permalink
Hi Nallathambi

Thanks for the post. But the issue that I am facing is a bit different. In Campaign Activities when the user selects a letter and clicks on the Distribute Campaign Activity button, I am displaying an email form instead of the letter(since an email form has formatting options as compared to a letter form).

This is where I want to change the title bar. Since it is a letter essentially, I want the title to be "Create New Letter" instead of "Create New E-mail"

Can we do that.



Nallathambi wrote:

Hi Rahul ,Yes, You can change the message through customization.
12-Mar-10

Hi Rahul

Yes, You can change the message through customization. Go t
"Setting->Customization->Customize Entities", Select "Email" entity and ope
it. You will see "Messages" from left panel. You will see list of defaul
message in it. There you can change it

Nallathamb

"Rahul" wrote:

Previous Posts In This Thread:


Submitted via EggHeadCafe - Software Developer Portal of Choice
WPF Custom Validation Using the Enterprise Library
http://www.eggheadcafe.com/tutorials/aspnet/9af7ac1a-d7f3-4e00-9aec-33ef1ec7d1a3/wpf-custom-validation-usi.aspx
Matthew McMaster
2010-03-18 05:43:01 UTC
Permalink
Hi Rahul,

The following code will change the title of any window in CRM that you put
this code into the onload event of:

document.title = "Create a New Letter";

Thing is if you put this in an email, it will change it for all emails.

HTH

Cheers
Matt
Post by unknown
Hi Nallathambi
Thanks for the post. But the issue that I am facing is a bit different. In Campaign Activities when the user selects a letter and clicks on the Distribute Campaign Activity button, I am displaying an email form instead of the letter(since an email form has formatting options as compared to a letter form).
This is where I want to change the title bar. Since it is a letter essentially, I want the title to be "Create New Letter" instead of "Create New E-mail"
Can we do that.
Hi Rahul ,Yes, You can change the message through customization.
12-Mar-10
Hi Rahul ,
Yes, You can change the message through customization. Go to
"Setting->Customization->Customize Entities", Select "Email" entity and open
it. You will see "Messages" from left panel. You will see list of default
message in it. There you can change it.
Nallathambi
Submitted via EggHeadCafe - Software Developer Portal of Choice
WPF Custom Validation Using the Enterprise Library
http://www.eggheadcafe.com/tutorials/aspnet/9af7ac1a-d7f3-4e00-9aec-33ef1ec7d1a3/wpf-custom-validation-usi.aspx
.
unknown
2010-03-18 09:32:52 UTC
Permalink
Hi Matthew,

thanks for the reply.
but as you said that if i put
it in one email, it will change
it for all. That is what i want to avoid.

Rahul



Matthew McMaster wrote:

Re
18-Mar-10

Hi Rahul

The following code will change the title of any window in CRM that you pu
this code into the onload event of

document.title = "Create a New Letter"

Thing is if you put this in an email, it will change it for all emails

HT

Cheer
Mat

"Rahul Dev" wrote:

Previous Posts In This Thread:


Submitted via EggHeadCafe - Software Developer Portal of Choice
BizTalk Configure and Send SMTP Mail Based on Message Within an Orchestration
http://www.eggheadcafe.com/tutorials/aspnet/4e9e7c92-1279-4fdb-8631-a2f309a021c2/biztalk-configure-and-sen.aspx
AdamV
2010-03-18 09:38:37 UTC
Permalink
Matthew, that sounds like a good starting point to me, maybe Rahul you
can wrap that in some conditions, eg to check if the activity is linked
to a campaign.
Post by Matthew McMaster
Hi Rahul,
The following code will change the title of any window in CRM that you put
document.title = "Create a New Letter";
Thing is if you put this in an email, it will change it for all emails.
HTH
Cheers
Matt
Post by unknown
Hi Nallathambi
Thanks for the post. But the issue that I am facing is a bit different. In Campaign Activities when the user selects a letter and clicks on the Distribute Campaign Activity button, I am displaying an email form instead of the letter(since an email form has formatting options as compared to a letter form).
This is where I want to change the title bar. Since it is a letter essentially, I want the title to be "Create New Letter" instead of "Create New E-mail"
Can we do that.
Hi Rahul ,Yes, You can change the message through customization.
12-Mar-10
Hi Rahul ,
Yes, You can change the message through customization. Go to
"Setting->Customization->Customize Entities", Select "Email" entity and open
it. You will see "Messages" from left panel. You will see list of default
message in it. There you can change it.
Nallathambi
Submitted via EggHeadCafe - Software Developer Portal of Choice
WPF Custom Validation Using the Enterprise Library
http://www.eggheadcafe.com/tutorials/aspnet/9af7ac1a-d7f3-4e00-9aec-33ef1ec7d1a3/wpf-custom-validation-usi.aspx
.
Continue reading on narkive:
Loading...