function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Kiran Kumar GottulaKiran Kumar Gottula 

Display Article Details in VF Page

How to display the article Details in VF Page from Controller.

 

After this , how can we print all Article Details in the PDF format.

 

Appreciate for your help.

AdrianCCAdrianCC

Hi,

 

I think you can use directly the standard controller with apex:detail.

See here: http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_detail.htm

 

For rendering as pdf use renderAs attribute from the apex:page : http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_page.htm

 

Ty,

Adrian