You need to sign in to do that
Don't have an account?

How to build a VF table with list of records from object for the Lightning home page
Hello!
We want to display a list of birthdays to the lightning home page.
I think I need to use the VF page.
Need to display user photo, name, date
And I need to filter only users with birthdays in the next 5 days
We want to display a list of birthdays to the lightning home page.
I think I need to use the VF page.
Need to display user photo, name, date
And I need to filter only users with birthdays in the next 5 days
use <apex:page lightningStylesheets="true"> in your VF page for making it lightning enabled.
Please let me know if it helped you or you still need any help for this.
and you can check this https://trailhead.salesforce.com/en/content/learn/modules/lex_dev_visualforce/lex_dev_visualforce_process for any other issues.
Please mark it as best answer if it helped you in any way.
thank you