Visualforce & Lightning Experience  - Use Visualforce in Lightning Experience
23 Questions
0 Views

Visualforce & Lightning Experience - Use Visualforce in Lightning Experience

Created by
@Carenem

Questions and Answers

What is one effect of Lightning Experience on Visualforce pages?

  • Many Visualforce pages work in Lightning Experience without revisions. (correct)
  • Visualforce pages stop functioning in Lightning Experience.
  • Visualforce pages can only be used in Salesforce Classic.
  • All Visualforce pages require extensive updates.
  • Which statement accurately reflects a change in user interface due to Lightning Experience?

  • Users can no longer switch between Lightning Experience and Salesforce Classic.
  • Visualforce apps have ceased to be a part of Salesforce.
  • The layout of various features has been reorganized. (correct)
  • The structure of Visualforce pages has remained completely unchanged.
  • What should developers expect when adapting Visualforce for Lightning Experience?

  • Developers must rewrite all Visualforce apps for compatibility.
  • There are numerous new features added to Visualforce.
  • Very few features in Visualforce are incompatible with Lightning Experience. (correct)
  • Visualforce is now obsolete and should be replaced entirely.
  • Which of the following statements about changes in Lightning Experience is NOT true?

    <p>Lightning Experience does not support any Visualforce pages.</p> Signup and view all the answers

    What is an important task for users transitioning from Salesforce Classic to Lightning Experience concerning Visualforce?

    <p>Users should familiarize themselves with the new placements of features.</p> Signup and view all the answers

    What type of components allow Visualforce pages to have a matching look-and-feel with Salesforce Classic?

    <p>Built-in standard components</p> Signup and view all the answers

    Which of the following considerations is NOT necessary when using Visualforce pages in Lightning Experience?

    <p>Checking compatibility with older browsers</p> Signup and view all the answers

    In which scenario might Visualforce pages need significant modifications for Lightning Experience?

    <p>When they use outdated JavaScript versions</p> Signup and view all the answers

    Which of the following is a necessary step when switching users from Salesforce Classic to Lightning Experience regarding Visualforce?

    <p>Educate users on the differences in navigation</p> Signup and view all the answers

    How do Visualforce pages typically function in Lightning Experience compared to Salesforce Classic?

    <p>They usually work without any changes</p> Signup and view all the answers

    What is one limitation that Visualforce pages might face when used in Lightning Experience?

    <p>Incompatibility with Lightning components</p> Signup and view all the answers

    Which of the following is NOT a recommended practice for Visualforce pages in Lightning Experience?

    <p>Avoiding the use of any CSS styles</p> Signup and view all the answers

    What resources can users access to learn about transitioning from Visualforce to a more modern approach in Salesforce?

    <p>Migrate from Visualforce to Lightning Web Components trail</p> Signup and view all the answers

    How can Visualforce tabs be accessed in Lightning Experience?

    <p>By clicking on the App Launcher icon</p> Signup and view all the answers

    Which statement correctly describes a required action for Visualforce pages in the Lightning App Builder?

    <p>Visualforce pages need to be marked as available for specific apps</p> Signup and view all the answers

    What happens when a Visualforce page is added to a standard page layout?

    <p>It can display completely custom content</p> Signup and view all the answers

    To have a Visualforce page displayed as a quick action, what must be done?

    <p>It must be placed in the appropriate publisher area</p> Signup and view all the answers

    What is required for a Visualforce tab to appear in the App Launcher?

    <p>The Visualforce tab must be added to a custom app</p> Signup and view all the answers

    Which of the following allows users to override standard actions with a Visualforce page?

    <p>Using custom buttons or links</p> Signup and view all the answers

    In what way does Lightning Experience treat Visualforce pages differently than Salesforce Classic?

    <p>JavaScript in Visualforce needs to comply with new rules</p> Signup and view all the answers

    What is a foundational change in how Visualforce operates within Lightning Experience?

    <p>Visualforce does not own the whole page while displayed</p> Signup and view all the answers

    When using the App Launcher in Lightning Experience, what limitation affects Visualforce pages?

    <p>Visualforce pages not in tabs cannot be accessed directly</p> Signup and view all the answers

    How can Visualforce pages be integrated into the Lightning App Builder?

    <p>Through the use of the Visualforce component</p> Signup and view all the answers

    Study Notes

    Since Lightning Web Components is the preferred way to build UI with Salesforce, head over to the Migrate from Visualforce to Lightning Web Components trail to learn how to use LWC and comply with current web standards. Otherwise, continue with this badge to learn more about Visualforce.

    https://trailhead.salesforce.com/en/content/learn/trails/migrate-from-visualforce-to-lightning-web-components

    Lightning Experience Overview

    • Introduces a new user interface for Salesforce organizations.
    • Visualforce applications remain functional within Lightning Experience, often with no need for updates.

    Visualforce Compatibility

    • Most Visualforce pages work seamlessly in Lightning Experience.
    • Users will encounter a restructured environment, which may require adjustments for optimal user experience.

    Important Considerations

    • Certain features of Visualforce do not operate in Lightning Experience.
    • Users shifting between Lightning Experience and Salesforce Classic should be prepared for interface changes.

    Transition to Lightning Experience

    • Represents a significant reimagining of Salesforce usage and functionality.
    • Ongoing enhancements are being made, indicating that the transition and improvements are a work in progress.
    • Quick familiarization with where Visualforce can be utilized in the new Lightning environment is necessary.
    • Understanding the layout shifts is crucial for effective navigation and optimization of Visualforce pages.

    Visualforce in Lightning Experience

    • Lightning Web Components (LWC) is the preferred UI development approach in Salesforce; Visualforce is still relevant for certain requirements.
    • Users should consider the integration of Visualforce pages into Lightning Experience before proceeding.
    • Visualforce pages can function in Lightning Experience without major revisions, though adjustments may be required for optimal performance.

    Key Considerations

    • Expect Visualforce apps to operate smoothly in both Lightning Experience and Salesforce Classic for the most part.
    • Pages using standard components retain the look of Salesforce Classic unless styled specifically for Lightning Experience.
    • JavaScript in Visualforce requires attention to new rules since Visualforce does not control the entire page in Lightning Experience.

    Locations for Visualforce Use in Lightning Experience

    • Visualforce can be integrated into various parts of Lightning Experience to extend functionality, replacing some elements from Salesforce Classic.

    • App Launcher Access

      • Visualforce apps and custom tabs can be accessed through the App Launcher.
      • Users can click the App Launcher icon and select "View All" to see all available apps and items.
    • Navigation Bar Integration

      • Visualforce tabs can be added to custom apps and appear in the app's navigation bar.
      • Visualforce pages must be linked to tabs for accessibility via the App Launcher.
    • Embedding in Standard Page Layouts

      • Visualforce pages can be embedded to enhance standard page layouts, providing custom content similar to Salesforce Classic.
    • Inclusion with Lightning App Builder

      • Visualforce pages can be added as components when creating custom app pages in the Lightning App Builder.
      • Must enable "Available for Lightning Experience, Lightning Communities, and the mobile app" for visibility.
    • Quick Actions

      • Quick actions can be set up to launch Visualforce pages, found within the appropriate publisher area on object page layouts.
    • Overriding Standard Buttons/Links

      • Actions on objects can be overridden with Visualforce pages, replacing standard buttons or links with the custom page.
    • Custom Buttons/Links Implementation

      • New actions for objects can be created using Visualforce buttons and links; JavaScript buttons are unsupported in Lightning Experience.

    Important Notes

    • Transitioning to Lightning Experience involves adjustments but retains key functionalities of Visualforce.
    • Exploring resources and specifics on integrating Visualforce in Lightning Experience is advisable for comprehensive understanding and implementation.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Description

    Explore how Visualforce applications integrate with the new Lightning Experience user interface in Salesforce. This quiz covers essential tips and features for ensuring your Visualforce pages function correctly as users transition between Lightning and Salesforce Classic.

    Use Quizgecko on...
    Browser
    Browser