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
Asad WaliAsad Wali 

hey Developers, I am stuck in a task. if anyone know help me 1. Enlist all Account records on a page. 1. Lightning theme should be fo

  1. Enlist all Account records on a page.
    1. Lightning theme should be followed. (https://lightningdesignsystem.com)
  2. Add Name, Account Number and  Phone filters to filter Account records.
  3. Add New button on page to add new Account from front end. (Popup should open)
ANUTEJANUTEJ (Salesforce Developers) 
Hi Asad,

You can create a lightning component that has the above criteria, below is that reference link that has an implementation of filters for the lightning component and additionally, you can create a new button above the lightning component to create a new record using the 2nd reference link:  

1> https://blog.cloudanalogy.com/dynamic-table-and-filter-using-lightning-aura-components/
2> https://salesforce.stackexchange.com/questions/239493/add-row-insted-of-popup-for-new-record

In case if this comes in handy can you please choose this as the best answer so that it can be used by others in the future.

Regards,
Anutej
Asad WaliAsad Wali

HI Anutej Thanks For reply 

I want to create apex page (visual force page ) not lighting compaonent.