About 50 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. How to call parametrized function from Visualforce?

    How to call parametrized function from Visualforce? Ask Question Asked 12 years, 8 months ago Modified 9 years, 7 months ago

  3. Difference between visualforce and lightning in salesforce?

    A: Visualforce provides the facility for delivering template-driven web pages and email messages. In addition, developers wishing to simply utilize a basic container and maintain more control over the …

  4. 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 > 0 then render this block of …

  5. Community Builder - Embedded Visualforce Page does not display

    Jul 1, 2020 · 0 I'm building a Lightning Community. When I add a Visualforce Page Component within the Builder, it displays correctly: But when I publish changes and access the community, it does not: …

  6. 'if' statement on Visualforce page - Salesforce Stack Exchange

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

  7. Multiple custom objects in a single VisualForce page

    How would I go about using two custom objects (unrelated to each other) in a single VF page? Would I set the first object as a standard controller and use an extension controller for the second, or...

  8. Visualforce Date formatting - Salesforce Stack Exchange

    This webpage discusses various methods for formatting dates in Visualforce, a framework for building custom user interfaces in Salesforce.

  9. Error: Create a Visualforce page to use as a custom action

    Jan 21, 2022 · I need to create Quick Action - generate PDF on opportunity object. i have PDF visualforce page and custom controller. If i want to add my vf page in Quick action i get error: As I …

  10. visualforce - Calling a Apex controller method using JavaScript in VF ...

    Nov 29, 2012 · Hi can anybody guide me how to call a method in controller from a VF page.