You need to sign in to do that
Don't have an account?
Jim Boudreaux
Missing Print Link in VF EnhancedList
I created a VF page. Here's the code:
This renders a page much like the typical enhanced list that one gets out of the box with salesforce. the only difference is it lacks the little print button on the upper right side of the enhanced list.
How do I get that print link back?
Message Edited by Jim Boudreaux on 10-30-2008 07:58 AM
Code:
<apex:page tabStyle="Account_c__c"> <apex:pageblock title="Critical Accounts"> <apex:enhancedList type="account_c__c" height="600" rowsPerPage="50" id="AccountList"></apex:enhancedList> </apex:pageblock> </apex:page>
This renders a page much like the typical enhanced list that one gets out of the box with salesforce. the only difference is it lacks the little print button on the upper right side of the enhanced list.
How do I get that print link back?
Message Edited by Jim Boudreaux on 10-30-2008 07:58 AM
1 year, 11 months and 29 days later, and NOTHING!!!
:smileymad:
Heads will roll at Dreamforce!
Does this make it 3 years at this point? I could use this as well.. I have a user asking for it; they have a team member who is strong with creating list views, and they don't want to continue to clutter up the reports and want to use this print button instead..
4 years, 4 months, 15 days and counting.