Discover the power of the Lightning Record Picker: a new turnkey LWC for finding and selecting records …
Here are highlights from article Introducing the Lightning Record Picker Component
1. Lightning Record Picker Features:
– Highly configurable and mobile-friendly Lightning Web Component (LWC)
– Addresses platform needs such as offline capability and GraphQL integration
– Allows users to quickly and easily find and select Salesforce records
2. Ease of Use:
– Generic and reusable component for a wide range of use cases
– Can be integrated into any experience
– Can be used on desktop and mobile devices, online or offline
3. Configuration Options:
– Object can be specified for the search
– Specific fields can be configured for retrieving and displaying results
– Extensive filtering capabilities available for selecting records
4. Comparison with other components:
– Similar to lightning-input-field but with distinct underlying mechanisms
– lightning-input-field is tailored for record forms with limited customization options
– Record Picker allows for more control over matched and displayed fields
5. Getting Started:
– Part of base Lightning components, easy to use like any other LWC
– A label, object, and callback are required to get started
– Can display a default selected record by providing a record ID to the value attribute
You can read it here: https://sfdc.blog/fUnLE
Source from developer(dot)salesforce(dot)com