Do not panic. Converting visualforce pages to the lightning look and feel requires code, but only the teeniest bit.
- Find Visualforce pages -search Setup for "Visualforce Pages"
- Click edit for one of the pages and you will see a big block of code.
- After the <apex:page type lightningStylesheets="true"
- Check the "available for lightning" box. Done!
Here's a fun problem- There is a Visualforce page in classic that looks like this:
For now, I am going to let the page render in classic.
How would you fix this?
- The left is a list view of a person's open tasks for the day.
- This ties to an email editor on the right, so a user can select a task then type an email all from the same page.
In Classic the page will resize automatically if it is opened in a smaller window or insert a bottom scroll bar so that the whole page can be accessed. IE - My laptop has a smaller display, so the page has a scroll bar.
In Lightning the page has a lot more white space and will not resize nicely. On a laptop, there is no bottom scroll bar - It looks like this. Ouch!
For now, I am going to let the page render in classic.
How would you fix this?
Comments
Post a Comment