Thank you for the video! I'm currently looking for an option for when a user clicks on the search picker but doesn't have any choices to select. I want to display a message to prevent the user from repeatedly trying to find a value. Did you know any option?
@SalesforceBolt9 ай бұрын
Why don’t you render a section is the data is returned as empty.
@nksisthebest7 ай бұрын
HI@@SalesforceBolt , thanks for sharing the info I need just a small piece of information that will fulfill my requirement, I really want to show all data as matching the matching criteria, when I click in the RecordPicker, and then I can select any of them. and even if I type it will show the relevant results. is it possible in the latest record picker. ??
@apariciojunior4 ай бұрын
Oi Alexia, tudo bem? Vc conseguiu fazer esse picker funcionar clicando na lupa?
@alexiaribeiro34824 ай бұрын
@@apariciojunior Oi, tudo bem? Clicando na lupa não! Funciona apenas clicando para pesquisar.
@apariciojunior4 ай бұрын
@@alexiaribeiro3482 consegue me passar a implementação?
@alvaromarina14446 ай бұрын
does the display-info attribute work with compound fields?
@SalesforceBolt6 ай бұрын
It should work as expected using individual fields like BillingStreet, BillingCity etc.
@aravindeswarkotni9 ай бұрын
Thank you kapil, I have a doubt, will it work for multiple selection of records in same object using this
@SalesforceBolt9 ай бұрын
I believe the functionality is to filter one record only.
@gurmandeep441710 ай бұрын
Hello , I have a doubt is there a way to set the filter in a dynamic way { fieldPath: 'Object_Name__c', operator: 'eq', value:this.sObjectName, }, where the sObjectName, is set from a picklist which changes