About 325,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 - Content security policy error while loading apex …

    If you are trying to use this Visualforce page inside of Lightning, the recommendation is basically, don't. From Understanding the Salesforce App Container in the Visualforce Developer Guide: …

  3. 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, …

  4. 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 …

  5. 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 …

  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. 'if' statement on Visualforce page - Salesforce Stack Exchange

    Aug 28, 2017 · 'if' statement on Visualforce page Ask Question Asked 8 years, 3 months ago Modified 8 years, 2 months ago

  8. visualforce - Apex:OutputText to Currency Format from String …

    is there a way to pass a string to the <apex:outputText> so that it can be formatted as a currency or percent value? Here's what I have inside a column of my visual force table: <apex:

  9. visualforce - apex:outputPanel rendered logic - Salesforce Stack …

    I'm trying to render some content in a Visualforce email if specific boolean fields are true. I have 6 boolean fields I'd like to verify. Using apex:outputPanel I'm able to do the following: <...

  10. 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 …