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?
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. ??
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
Thank you so much man
Glad you like it!
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?
Why don’t you render a section is the data is returned as empty.
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. ??
Oi Alexia, tudo bem? Vc conseguiu fazer esse picker funcionar clicando na lupa?
@@apariciojunior Oi, tudo bem? Clicando na lupa não! Funciona apenas clicando para pesquisar.
@@alexiaribeiro3482 consegue me passar a implementação?
does the display-info attribute work with compound fields?
It should work as expected using individual fields like BillingStreet, BillingCity etc.
Thank you kapil, I have a doubt, will it work for multiple selection of records in same object using this
I believe the functionality is to filter one record only.
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
Hmm that's interesting and should be doable.