About 324,000 results
Open links in new tab
  1. visualforce - Refused to frame "vf.force.com/" because an ancestor ...

    Jul 27, 2023 · Visualforce Pages: Allow iframes of Visualforce pages with clickjack protection on external domains. To enable this feature, add external domains where you allow framing.

  2. visualforce - how to call an apex method automatically when a vf …

    Jun 22, 2022 · You can call the apex method on load via apex:page 's action attribute: The action method invoked when this page is requested by the server. Use expression language to …

  3. visualforce - How to generate a PDF from VF in Apex with object …

    Mar 10, 2022 · If you want to maintain your hard link (for metadata reporting) to the Visualforce page, you can add parameters to the PageReference via its parameters map: PageReference …

  4. visualforce - Enable Lightning runtime for flows - Salesforce Stack ...

    Aug 16, 2019 · Add the Lightning Components for Visualforce JavaScript library to your Visualforce page using the apex:includeLightning/ component. In the Visualforce page, …

  5. visualforce - How can I conditionally render a section of a page …

    Aug 22, 2024 · I'm looking a way where it validates the condition and then it render the rest of the block? do VF provide something like this? for an example: If myCollection > 0 then render …

  6. visualforce - Rendering a VF page as PDF and saving it as an ...

    Aug 28, 2015 · How can I render a VisualForce Page as PDF and have a button on the page that saves this PDF as an attachment to a record? I want to have a button on my object detail …

  7. visualforce - Call a Screen Flow from Apex - Salesforce Stack …

    Aug 1, 2023 · Visualforce is Web 1.0 technology with a bit of AJAX added for some minor interactivity between browser and server. Apex called from Visualforce is only running on the …

  8. visualforce - Flow to Call VF Page - Salesforce Stack Exchange

    Nov 24, 2015 · 0 You cannot call a visualforce page from flow. You can embed a flow into a visualforce page. You can also set the flow finish location.. Think for this example you could …

  9. How to show images on visual force pdf - Salesforce Stack Exchange

    Aug 3, 2022 · I want to show image on visualforce pdf screen. The image file is in the related lists files. ResumeController.cls public with sharing class ResumeController { public …

  10. visualforce - Dynamic number of columns in a pageBlockTable ...

    Aug 9, 2012 · You could using Dynamic Visualforce Components to construct the pageBlockTable, which avoids the limitation re headings when adding columns dynamically in …