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
subhasis dharsubhasis dhar 

project assignment

Hi All,

I am new to APEX coding and would be working on following assignment. 
Could you please guide me the steps.
  
        - Deploy FinancialForce.page file into your Salesforce Free Account.( Page file provided)
        - Modify the page code to remove the sidebar and the header
        - Modify the page code so that you’re able to export it as PDF in landscape mode
        - Modify the PDF exporting settings to export a table of only 10 records on each page. 
        - Insert a Header text of "Financial Force" to the left, center, and right of the page and display it on each page.
        - Insert a Footer with the page number/no of pages to the center of each page. 
        - Export the page with the customizations listed above into a PDF file, name it 'FinancialForce.pdf'
        - Export the page with the customizations listed above into an Excel file, name it 'FinancialForce.xls' (you may need to remove PDF export code)