Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- General Development
- :
- Custom Print Template for Record Detail Page
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Custom Print Template for Record Detail Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-12-2012 11:00 AM
Is it possible to create a print template for a record detail page? I have a custom object and whenever a user prints, I'd like to it to print to a format that I setup - complete with company logo, record information and maybe an attached word page. If it's possible, would someone walk me through how to set it up?
Re: Custom Print Template for Record Detail Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-12-2012 07:49 PM
1. you can add a Custom Button, called 'Print' on the top of the detail page
2. link this Print Button to a VF page
3. in the VF page, define your print template, also can render as a PDF format
Then when the user want to print, they can click the button and print in the pop-up window.
Re: Custom Print Template for Record Detail Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-13-2012 03:19 PM
Jia,
Thanks so much for this info!! It sounds like exactly what I want. Unfortunately I'm a new administrator with no VF experience. Would you have a moment to explain the steps to this?
Custom Print Template for Record Detail Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-15-2012 12:51 AM
Hi Kevin,
I just went through your path, so I can share with you some of my experiences.
If you want to create PDF fille, the article below has detailed instruction
http://wiki.developerforce.com/page/Creating_Profe
This requires both Visualforce and Apex development.
Although it is not too difficult to write simple VF and APEX, the effort to write Salesfoce testing script is a bit overwhelming for a new starter.
If you want to avoid the above development effort, you may consider to use Appexchange Apps (e.g. S-Docs, Conga composer)
I personally recommend you to try S-Docs free edition first( including two free templates for unlimited users and time) to get your first document delivered, then you can spend time to dig into VF and Apex.
Bing
Re: Custom Print Template for Record Detail Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-20-2012 11:09 PM
http://wiki.developerforce.com/page/Visualforce_Qu

