Sign in
Microsoft.com
United States (English)
Australia (English)
Brasil (Português)
Česko (Čeština)
Danmark (Dansk)
Deutschland (Deutsch)
España (Español)
France (Français)
Indonesia (Bahasa)
Italia (Italiano)
Magyarország (Magyar)
Nederland (Nederlands)
Polska (Polski)
România (Română)
Singapore (English)
Türkiye (Türkçe)
Россия (Русский)
ישראל (עברית)
المملكة العربية السعودية (العربية)
ไทย (ไทย)
대한민국 (한국어)
中国 (中文)
台灣 (中文)
日本 (日本語)
香港特別行政區 (中文)
Microsoft
Home
Ask a question
Quick access
Forums home
Browse forums users
FAQ
Search related threads
Remove From My Forums
Answered by:
Creating a PDF
Archive
>
CRM
Question
0
Sign in to vote
I have a checkbox in the lead entity.When i check on the checkbox,
a PDF note should produce pulling information from Lead .
How can i generate a pdf not pulling information from Lead and display?
Can anyone plz tell me
Saturday, January 30, 2010 12:27 PM
Answers
0
Sign in to vote
Hi,
you have to write the code for generating the file and attaching as pdf.
So here are your steps.
1) Write a plugin, which check whether the check box was checked. if checked. then do the below steps.
Copy the information from the lead to generate the pdf.(check step 3 for generating the file)
check these links on plugin develpment
http://msdn.microsoft.com/en-us/library/cc151097.aspx
http://msdn.microsoft.com/en-us/library/dd393295.aspx
2) create a note on the entity on which the plugin is executing. (check the below link for upload attachment).
http://msdn.microsoft.com/en-us/library/dd548518.aspx
3) generate the pdf file and attached the pdf file to the above note. here are links for generating pdf files.
http://www.codeproject.com/KB/graphics/iTextSharpTutorial.aspx
http://www.developerfusion.com/code/5682/create-pdf-files-on-fly-in-c/
http://bytes.com/topic/c-sharp/answers/237008-using-c-create-pdf
http://www.velocityreviews.com/forums/t99215-how-to-create-pdf-file-in-c-without-using-3rd-party-component.html
you may find other pdf generator if you google/bing it.
i hope it helps.
Proposed as answer by
Muhammad Ali Khan
Saturday, January 30, 2010 1:20 PM
Marked as answer by
Donna Edwards
MVP
Tuesday, February 2, 2010 8:40 PM
Saturday, January 30, 2010 1:15 PM
© 2023 Microsoft Corporation. All rights reserved.
Terms of Use
|
Trademarks
|
Privacy Statement