<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Lookup component in Salesforce Lightning	</title>
	<atom:link href="https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/</link>
	<description>AI, Salesforce, ServiceNow &#38; Enterprise Tech Guides</description>
	<lastBuildDate>Thu, 29 Apr 2021 12:49:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: shubhraw		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-6649</link>

		<dc:creator><![CDATA[shubhraw]]></dc:creator>
		<pubDate>Thu, 29 Apr 2021 12:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=6176#comment-6649</guid>

					<description><![CDATA[Thank you so much Jitendra it works flawlessly]]></description>
			<content:encoded><![CDATA[<p>Thank you so much Jitendra it works flawlessly</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sumit Kumar		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-6645</link>

		<dc:creator><![CDATA[Sumit Kumar]]></dc:creator>
		<pubDate>Thu, 22 Apr 2021 18:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=6176#comment-6645</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-3751&quot;&gt;Riaz&lt;/a&gt;.

You need change in helper this code : if(searchText.trim() != last_SearchText  &#124;&#124;  /\s+$/.test(searchText) ){]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-3751">Riaz</a>.</p>
<p>You need change in helper this code : if(searchText.trim() != last_SearchText  ||  /\s+$/.test(searchText) ){</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: shrradhaa		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-6538</link>

		<dc:creator><![CDATA[shrradhaa]]></dc:creator>
		<pubDate>Tue, 09 Mar 2021 07:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=6176#comment-6538</guid>

					<description><![CDATA[Hello Sir,
Can we add secondary field while searching in custom lookup like standard lookup?
Please help me out here.
Thank You]]></description>
			<content:encoded><![CDATA[<p>Hello Sir,<br />
Can we add secondary field while searching in custom lookup like standard lookup?<br />
Please help me out here.<br />
Thank You</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: shrradhaa		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-6537</link>

		<dc:creator><![CDATA[shrradhaa]]></dc:creator>
		<pubDate>Tue, 09 Mar 2021 06:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=6176#comment-6537</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-4696&quot;&gt;shivangi&lt;/a&gt;.

Hi Shivangi,
I am also having same requirement that display show all results...
Do you find anything on this?
Thank you.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-4696">shivangi</a>.</p>
<p>Hi Shivangi,<br />
I am also having same requirement that display show all results&#8230;<br />
Do you find anything on this?<br />
Thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Voma		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-6372</link>

		<dc:creator><![CDATA[Voma]]></dc:creator>
		<pubDate>Tue, 08 Dec 2020 02:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=6176#comment-6372</guid>

					<description><![CDATA[Hi Jitendra,

Here Provided solution is working great for me. Thanks for sharing. 

I need to traverse search using up and down arrow key and on click on enter it should redirect to result page. Please let me know how could I achieve this. I could see there is SLDS available for same but i haven&#039;t found code related to this.]]></description>
			<content:encoded><![CDATA[<p>Hi Jitendra,</p>
<p>Here Provided solution is working great for me. Thanks for sharing. </p>
<p>I need to traverse search using up and down arrow key and on click on enter it should redirect to result page. Please let me know how could I achieve this. I could see there is SLDS available for same but i haven&#8217;t found code related to this.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hari		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-6144</link>

		<dc:creator><![CDATA[Hari]]></dc:creator>
		<pubDate>Fri, 05 Jun 2020 04:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=6176#comment-6144</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-5199&quot;&gt;somasekhar&lt;/a&gt;.

correct empty boxes are coming.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-5199">somasekhar</a>.</p>
<p>correct empty boxes are coming.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Akshay Desai		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-6119</link>

		<dc:creator><![CDATA[Akshay Desai]]></dc:creator>
		<pubDate>Mon, 11 May 2020 13:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=6176#comment-6119</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-3761&quot;&gt;Tarun Kauhsik&lt;/a&gt;.

Hii Tarun Did you find any workaround on this?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-3761">Tarun Kauhsik</a>.</p>
<p>Hii Tarun Did you find any workaround on this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gayathri		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-5592</link>

		<dc:creator><![CDATA[Gayathri]]></dc:creator>
		<pubDate>Tue, 12 Nov 2019 13:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=6176#comment-5592</guid>

					<description><![CDATA[Hi Jitendra,

Actually I have tried above code I am getting an issue with sobject in my code.
for(SObject s : sobjList){
            ResultWrapper obj = new ResultWrapper();
            obj.objName = objectName;
            obj.text = String.valueOf(s.get(Name)) ;-----------&#062;My code is showing variable doesn&#039;t exist &quot;Name&quot;.
        } 
       I am directly returning from my  soql query id,Name.
Name i am assigning to the wrapper class variable,that time i am getting above error like Variable doesn&#039;t exist.

can you suggest me what was wrong in my code.]]></description>
			<content:encoded><![CDATA[<p>Hi Jitendra,</p>
<p>Actually I have tried above code I am getting an issue with sobject in my code.<br />
for(SObject s : sobjList){<br />
            ResultWrapper obj = new ResultWrapper();<br />
            obj.objName = objectName;<br />
            obj.text = String.valueOf(s.get(Name)) ;&#8212;&#8212;&#8212;&#8211;&gt;My code is showing variable doesn&#8217;t exist &#8220;Name&#8221;.<br />
        }<br />
       I am directly returning from my  soql query id,Name.<br />
Name i am assigning to the wrapper class variable,that time i am getting above error like Variable doesn&#8217;t exist.</p>
<p>can you suggest me what was wrong in my code.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Roots		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-5351</link>

		<dc:creator><![CDATA[Roots]]></dc:creator>
		<pubDate>Thu, 18 Jul 2019 11:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=6176#comment-5351</guid>

					<description><![CDATA[Hi Jitendra,

Thank you for posting component code. However its not working for Contact object. For Contact its giving error &quot;field &#039;Name&#039; can not be filtered in a query call&quot;. 

Regards
Roots]]></description>
			<content:encoded><![CDATA[<p>Hi Jitendra,</p>
<p>Thank you for posting component code. However its not working for Contact object. For Contact its giving error &#8220;field &#8216;Name&#8217; can not be filtered in a query call&#8221;. </p>
<p>Regards<br />
Roots</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dinesh Kumar		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-5310</link>

		<dc:creator><![CDATA[Dinesh Kumar]]></dc:creator>
		<pubDate>Wed, 19 Jun 2019 13:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=6176#comment-5310</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-3788&quot;&gt;Mike&lt;/a&gt;.

Mike, Good day! Have you got the solution for your question? I also want to know the solution for this question. It would be good if you have answer and share with me. Thanks in advance..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-3788">Mike</a>.</p>
<p>Mike, Good day! Have you got the solution for your question? I also want to know the solution for this question. It would be good if you have answer and share with me. Thanks in advance..</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.jitendrazaa.com @ 2026-04-24 14:29:27 by W3 Total Cache
-->