function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AbAb 

Add the object to the homepage which will be animated

Hello,

How can i display a section in homepage like the task.
For example, is it possible to create a object which can be used and then added to the homepage.

thank you
SwethaSwetha (Salesforce Developers) 
HI Sandrine,
Are you looking to add it in lightning or classic experience?The steps may vary slightly depending on whether you are using Salesforce Lightning Experience or Salesforce Classic.

Basically, you can create a Custom Object > Add Records to the Custom Object> Create a Lightning Component or Visualforce Page> Add the Lightning Component or Visualforce Page to the Homepage

 
  • To display the custom object records on the homepage, you can create a Lightning Component or Visualforce Page.
  • In the component or page, write the necessary code to query the custom object records and display them in the desired format.
  • In Setup, search for "Home" in the Quick Find box and select "Home".
  • Customize the Lightning Home Page or Classic Home Page layout.
  • Drag and drop the Lightning Component or Visualforce Page component onto the desired section of the homepage layout.


If this information helps, please mark the answer as best. Thank you