...
Organizations on earlier releases of Amp Impact might be using Visualforce pages to create and manage frameworks. With Amp Impact’s Electra (Winter 2021) release, the Manage Frameworks page was rebuilt as a Lightning Web Component (called manageLogFrames). Read this Salesforce article to understand why you may want to leverage Lightning Web Components over Visualforce pages.
...
🔧 manageLogFrames: Lightning Web Component
...
With this new interface, the manageLogframes LWC accommodates three key updates from the Visualforce version: multiple frameworks, the ability to add objectives from a catalog, and compatibility with standard/custom objects.
...
In the Visualforce version of the page, only custom objectives could be added directly on the path, and catalog-level objectives could only be added to a framework through the related list on Project. Using the manageLogFrames LWC, the catalog of objectives will be accessible directly on the page, so that users can easily add and build out their framework.
...
🔧 ManageFramework: Visualforce Page
...
Despite the benefits of the manageLogFrames LWC, you may still opt to use the original Manage Framework Visualforce page (ManageFramework). Go to this page to learn how to customize user interface elements on the ManageFramework Visualforce component using the “Manage Logframes” custom setting.
...