All Projects → hrk623 → record-hunter

hrk623 / record-hunter

Licence: MIT license
A lightning component bundle for searching records on salesforce platform.

Programming Languages

Apex
172 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

CAITION!!

This repository is closed and is no longer going tobe updated. Please refer to this repository for futher updates.

https://github.com/hrk623/record-hunter-sfdx

Record Hunter

A lightning component bundle for searching records on salesforce platform.

Record Hunter

What is Record Hunter

Record Hunter is an unmanaged package which includes demo components for searching Salesforce records with detail search conditions. Using the search component included in this package enables you to;

  • Create a search box just by specifying the target object and fields in App Builder.
  • Include fields on the parent object of the target object as a search condition.
  • Search by keyword(SOSL) or/and condition(SOQL) with custom search logics(AND/OR).
  • Set a fixed value as a default value, or retrieve the value from the context record and set it as default if the component is on a record detail page.
  • Show the search result in a simple table on the same page or on new tab, or pass the result to another component.
  • Sort, wrap texts, and jump to the record detail with the default result table.

This package includes another component specially designed to display the result. This component enables you to;

  • Customize the columns to display on the table.
  • Pick some records from the result and run flows of your choice on them.

Disclaimer

This code is only a sample code and has not been fully tested. Please use this code at your own risks. This software is released under the MIT License, see LICENSE.txt.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].