Record Hunter is a package that includes a Lightning component enabling easy search of any data stored on Salesforce. This package is publicly available from Salesforce Labs on AppExchange, allowing anyone to install and use it for free in their self-managed Salesforce organization. Moreover, this package is released as open-source software, providing the flexibility to make modifications to the source code as needed for your use.
- Build Custom Search Screens: Combine components using App Builder to freely construct search screens and make them accessible to users.
- Flexible Configuration: Specify search criteria and logic flexibly through the property Editor.
- Automate Subsequent Tasks: Launch Salesforce flows from search results to automate subsequent business processes.
You can install the Record Hunter to your org by follwing ways;
- install Managed Package from AppExchnage Page, or
- install manually with CLI
$ git clone https://github.com/SalesforceLabs/record-hunter.git
$ cd record-hunter
$ sf auth login web -a recordhunter-org -s
$ sf start deploy project
$ sf open org
Contributions are always welcome! Please read the contribution guidelines first.
Distributed under the BSD3 Clause License. See LICENSE for more information.
This software is provided "as is" and without warranty of any kind. The authors and contributors disclaim any liability for damages resulting from the use or misuse of this software. Users are solely responsible for assessing its suitability for their specific needs and assume all risks associated with its use.
Please raise an issue on this project and DO NOT contact Salesforce support channels.
Project Link: https://github.com/SalesforceLabs/record-hunter