About 327,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 page ...

    Jun 22, 2022 · how to call an apex method automatically when a vf page loads ie, how to achieve <aura:handler> or connectedCallback () in vf?

  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, reference the dependency app. …

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

    Mar 10, 2022 · I am trying to generate a PDF and attach it to an object. I read online that you can set a page in apex and get the content as a blob, then set that as an attachment... is there a way to pass …

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

    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 &gt; 0 then render this block of …

  6. visualforce - How to detect first or last iteration of apex:repeat ...

    May 5, 2015 · Ideally I'm looking for a way to detect if an item is first or last in an apex:repeat without relying on the controller to do that, since i would like to be able to do things such as apply CSS styles …

  7. visualforce - Apex:OutputText to Currency Format from String Wrapper ...

    is there a way to pass a string to the &lt;apex:outputText&gt; 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: &lt;apex:

  8. visualforce - Download a VF page as pdf with a button - Salesforce ...

    Jul 25, 2022 · I want to have a button that dowload a pdf page as a file related to the record from where I pressed the button. My page is working well, but I had to add a controller so clicking on the button …

  9. 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 page, 'Generate …

  10. 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: &lt;...