cancel
Showing results for 
Search instead for 
Did you mean: 

In IC WEB CLIENT,how to open the word document...

Former Member
0 Kudos

Hi Experts,

If we press a button it has to open the word document,How can i acheive it in ic-web client.

Regards,

Asmitha.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member202474
Contributor
0 Kudos

Hi,

I have done a similar one in CRM 5.2. But i was calling a word document which was degined by me(a custom one).

I wrote a bsp application which downloads certain details in a word format.

And in the web ui I have added a custom button.On click of this button I called the url of the bsp application which in turns downloads the word document.

Hope this is useful.

(Do you want to call a word doc which is already existing???)

Regards,

Ruby.

Former Member
0 Kudos

Hi Ruby,

My requirement is the same, that I need to download certain info in word doc. on click of a button on UI. Can u plz share that code/logic..

Thanks in advance

Ashwinee

Former Member
0 Kudos

Hello Asmitha,

Here is couple links of "How to", The excel code I used and it woked.

Excel links

http://support.microsoft.com/kb/234774

http://forums.msdn.microsoft.com/en-US/netfxjscript/thread/3a3f7161-3581-47d1-a79c-98c0351ece38/

Word Link

http://support.microsoft.com/kb/286023/en-us

Good Luck

Eli Steklov

Please Reward Points if it Helepd

Former Member
0 Kudos

Hello Eli,

We are working in CRM2007.Will you please provide me the code in this case.

Former Member
0 Kudos

Hi Asmitha,

This is a client side button so it's the same in CRM2007 or CRM5.

You should insert this JS code into your HTML code.

Good Luck

Eli Steklov

Former Member
0 Kudos

Hi Eli,

Iam not supposed to use the java script in my application.I have to use ABAP.Will you please suggest me in this case.

Former Member
0 Kudos

Hi Experts,

Even I need to implement the same functionality ..looking forward to some valuable inputs on this one....

Regards

Ashwinee