Hello All,
I am using nFeed - Salesforce to get data from Salesforce. After saving the field configurations, I noticed that some of the data is not appearing while searching in the field. I counted the results of my query & got around 35k data lines but not all of them are available while searching in the field.
Also when I search for a specific data using the query, I get the result however it's not appearing in the field search.
Kindly find below some pics from my case.
Thanks for your support.
Ziad
Can you please try this query?
#if($userInput.length() > 0)
SELECT SMB_OPP_Public_Opportunity_ID__c
FROM Opportunity
WHERE SMB_OPP_Public_Opportunity_ID__c like '$userInput'
#end
Thanks to this query, results will be refined as soon as the user writes.
Without the condition with the $userInput, the result might be beyond the Max Suggestion parameter in the Advanced option of the Editor component in the Configuration of the field.
I hope that makes sense to you.
Feel free to contact our Support here if you need more help: https://support.elements-apps.com/portal
Kind regards,
Hello Nicolas,
Wow Great it's working !! Your're the best,
I just added % after $userInput to have the autocomplete.
Thank you so much for your time and support,
Best regards,
Ziad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm glad to know that, and you're welcome! ;)
Have a nice day.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.