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
Alex Valavanis 13Alex Valavanis 13 

Search Box Component

Hello,

I am looking for a video tutorial/documentation as i want to create a Search Box component which the users will be able to type the account name and the search will bring related records from this account (e.g opportunity & rebate agreements, decisions etc.)

I did found this (https://www.salesforcebolt.com/2020/09/client-side-search-lightning-data-table.html), however this retrieves fields from one object.

Are there any tutorials? What is the complexity of building this as i am not a developer.
ANUTEJANUTEJ (Salesforce Developers) 
Hi Alex,

There is an implementation in the GitHub link that has a similar use case, you can try checking.

>> https://github.com/artyom-bazyk/singleRelatedList

Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.  

Thanks.