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
dkndkn 

help needed

Hi i am developing a visual force pages in the portal , I have an application which has two related document records.Application and document are two related custom object.I have an admission status field in the application object. Once the application field status changes to interview complete , then two documents are generated . I have created a link in the portal , where when a user clicks on it , takes him to application page , then if he clicks on other link it takes him to the documents page.now, i need to show the generated documents in the page. how can do this ??/ any ideas ???

SwapnilSwapnil

I think you want to display the documents in either word or pdf format. If so you need to use th contentype attribute of apex:page.