<?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: AutoComplete Component in Visualforce using JQueryUI	</title>
	<atom:link href="https://www.jitendrazaa.com/blog/salesforce/ajax-based-autocomplete-component-in-salesforce-using-jquery-ui-and-json/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jitendrazaa.com/blog/salesforce/ajax-based-autocomplete-component-in-salesforce-using-jquery-ui-and-json/</link>
	<description>AI, Salesforce, ServiceNow &#38; Enterprise Tech Guides</description>
	<lastBuildDate>Fri, 30 Jun 2023 15:53:51 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Visualforce Autocomplete For Lookup Fields - OpFocus		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/ajax-based-autocomplete-component-in-salesforce-using-jquery-ui-and-json/#comment-117883</link>

		<dc:creator><![CDATA[Visualforce Autocomplete For Lookup Fields - OpFocus]]></dc:creator>
		<pubDate>Fri, 30 Jun 2023 15:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3347#comment-117883</guid>

					<description><![CDATA[[&#8230;] Zaa has a fantastic blog post on creating an autocomplete lookup field component for Visualforce pages. &#160;The only issue I [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Zaa has a fantastic blog post on creating an autocomplete lookup field component for Visualforce pages. &nbsp;The only issue I [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Visualforce Autocomplete For Lookup Fields - OpFocus		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/ajax-based-autocomplete-component-in-salesforce-using-jquery-ui-and-json/#comment-8460</link>

		<dc:creator><![CDATA[Visualforce Autocomplete For Lookup Fields - OpFocus]]></dc:creator>
		<pubDate>Mon, 02 Aug 2021 16:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3347#comment-8460</guid>

					<description><![CDATA[[&#8230;] Zaa has a fantastic blog post on creating an autocomplete lookup field component for Visualforce pages.  The only issue I have [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Zaa has a fantastic blog post on creating an autocomplete lookup field component for Visualforce pages.  The only issue I have [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rob		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/ajax-based-autocomplete-component-in-salesforce-using-jquery-ui-and-json/#comment-5185</link>

		<dc:creator><![CDATA[Rob]]></dc:creator>
		<pubDate>Mon, 29 Apr 2019 22:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3347#comment-5185</guid>

					<description><![CDATA[Hi, Thank you for posting this article. It was a huge help! I tried to expand this logic into a force.com site and I am receiving this error: 
Access to XMLHttpRequest at &#039;URL&#039; from origin &#039;URL&#039; has been blocked by CORS policy: No &#039;Access-Control-Allow-Origin&#039; header is present on the requested resource. Any thoughts? I tried adding the origin URL into the CORS settings in SF.]]></description>
			<content:encoded><![CDATA[<p>Hi, Thank you for posting this article. It was a huge help! I tried to expand this logic into a force.com site and I am receiving this error:<br />
Access to XMLHttpRequest at &#8216;URL&#8217; from origin &#8216;URL&#8217; has been blocked by CORS policy: No &#8216;Access-Control-Allow-Origin&#8217; header is present on the requested resource. Any thoughts? I tried adding the origin URL into the CORS settings in SF.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Abhishek Anand		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/ajax-based-autocomplete-component-in-salesforce-using-jquery-ui-and-json/#comment-4889</link>

		<dc:creator><![CDATA[Abhishek Anand]]></dc:creator>
		<pubDate>Mon, 19 Nov 2018 15:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3347#comment-4889</guid>

					<description><![CDATA[Hi Jitendra,

I am facing the similar problem as Saurabh in the above comment which is :-

&quot;AutoCompleteDemo?core.apexpages.devmode.url=1&#038;core.apexpages.request.devconsole=1:1 Invalid &#039;X-Frame-Options&#039; header encountered when loading &#039;https://sfdfunky-dev-ed.my.salesforce.com/apexpages/devmode/devConsoleViewStateMetadataReceiver.apexp?sfdcIFrameOrigin=https%3A%2F%2Fsfdfunky-dev-ed--c.eu14.visual.force.com&#039;: &#039;ALLOW-FROM https://sfdfunky-dev-ed--c.eu14.visual.force.com&#039; is not a recognized directive. The header will be ignored.&quot;


once i bypass the above error by disabling CORS in chrome(not a practical solution for the client org but for testing), i am also facing another issue which is mentioned below:-

HTTP-Based Public Key Pinning is deprecated. Chrome 69 and later will ignore HPKP response headers. (Host: c.ap1.visual.force.com)

and this error seems to be a chrome ( firefox, opera also that support HPKP) specific error from chrome version 69 . This seems to be a security update that has been initiated by google and soon other browsers would see this coming. Is there a way to handle this issue for salesforce and would there be an impact of this on the existing lightning component, please shed some light.

Meanwhile i am also trying to find a solution for this, your support would be very helpfull]]></description>
			<content:encoded><![CDATA[<p>Hi Jitendra,</p>
<p>I am facing the similar problem as Saurabh in the above comment which is :-</p>
<p>&#8220;AutoCompleteDemo?core.apexpages.devmode.url=1&amp;core.apexpages.request.devconsole=1:1 Invalid &#8216;X-Frame-Options&#8217; header encountered when loading &#8216;https://sfdfunky-dev-ed.my.salesforce.com/apexpages/devmode/devConsoleViewStateMetadataReceiver.apexp?sfdcIFrameOrigin=https%3A%2F%2Fsfdfunky-dev-ed&#8211;c.eu14.visual.force.com&#8217;: &#8216;ALLOW-FROM <a href="https://sfdfunky-dev-ed--c.eu14.visual.force.com" rel="nofollow ugc">https://sfdfunky-dev-ed&#8211;c.eu14.visual.force.com</a>&#8216; is not a recognized directive. The header will be ignored.&#8221;</p>
<p>once i bypass the above error by disabling CORS in chrome(not a practical solution for the client org but for testing), i am also facing another issue which is mentioned below:-</p>
<p>HTTP-Based Public Key Pinning is deprecated. Chrome 69 and later will ignore HPKP response headers. (Host: c.ap1.visual.force.com)</p>
<p>and this error seems to be a chrome ( firefox, opera also that support HPKP) specific error from chrome version 69 . This seems to be a security update that has been initiated by google and soon other browsers would see this coming. Is there a way to handle this issue for salesforce and would there be an impact of this on the existing lightning component, please shed some light.</p>
<p>Meanwhile i am also trying to find a solution for this, your support would be very helpfull</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Abhishek Anand		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/ajax-based-autocomplete-component-in-salesforce-using-jquery-ui-and-json/#comment-4888</link>

		<dc:creator><![CDATA[Abhishek Anand]]></dc:creator>
		<pubDate>Mon, 19 Nov 2018 15:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3347#comment-4888</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/ajax-based-autocomplete-component-in-salesforce-using-jquery-ui-and-json/#comment-4616&quot;&gt;saurabh&lt;/a&gt;.

Hey Saurabh,

Did you find any solutoin for this i am also facing the same issue.
Please share how to fix this.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/ajax-based-autocomplete-component-in-salesforce-using-jquery-ui-and-json/#comment-4616">saurabh</a>.</p>
<p>Hey Saurabh,</p>
<p>Did you find any solutoin for this i am also facing the same issue.<br />
Please share how to fix this.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: saurabh		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/ajax-based-autocomplete-component-in-salesforce-using-jquery-ui-and-json/#comment-4616</link>

		<dc:creator><![CDATA[saurabh]]></dc:creator>
		<pubDate>Fri, 10 Aug 2018 10:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3347#comment-4616</guid>

					<description><![CDATA[Hi Jitendra.

I am getting the following error. the ajax effect for loading is working fine.

AutoCompleteDemo?core.apexpages.request.devconsole=1:1 Invalid &#039;X-Frame-Options&#039; header encountered when loading &#039;https://testsaurabh-dev-ed.my.salesforce.com/apexpages/devmode/devConsoleViewStateMetadataReceiver.apexp?sfdcIFrameOrigin=https%3A%2F%2Ftestsaurabh-dev-ed--c.ap5.visual.force.com&#039;: &#039;ALLOW-FROM https://testsaurabh-dev-ed--c.ap5.visual.force.com&#039; is not a recognized directive. The header will be ignored.]]></description>
			<content:encoded><![CDATA[<p>Hi Jitendra.</p>
<p>I am getting the following error. the ajax effect for loading is working fine.</p>
<p>AutoCompleteDemo?core.apexpages.request.devconsole=1:1 Invalid &#8216;X-Frame-Options&#8217; header encountered when loading &#8216;https://testsaurabh-dev-ed.my.salesforce.com/apexpages/devmode/devConsoleViewStateMetadataReceiver.apexp?sfdcIFrameOrigin=https%3A%2F%2Ftestsaurabh-dev-ed&#8211;c.ap5.visual.force.com&#8217;: &#8216;ALLOW-FROM <a href="https://testsaurabh-dev-ed--c.ap5.visual.force.com" rel="nofollow ugc">https://testsaurabh-dev-ed&#8211;c.ap5.visual.force.com</a>&#8216; is not a recognized directive. The header will be ignored.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rajesh		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/ajax-based-autocomplete-component-in-salesforce-using-jquery-ui-and-json/#comment-4577</link>

		<dc:creator><![CDATA[Rajesh]]></dc:creator>
		<pubDate>Mon, 30 Jul 2018 07:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3347#comment-4577</guid>

					<description><![CDATA[Hi Jitendra, thanks a lot for sharing this Information. Need you help in understanding the {!JSON} part in VF page. I replaced the JSON with the code that you have provided in other forum page but i am not getting the desired result.
I am receiving &quot;Undefined&quot; as the result.]]></description>
			<content:encoded><![CDATA[<p>Hi Jitendra, thanks a lot for sharing this Information. Need you help in understanding the {!JSON} part in VF page. I replaced the JSON with the code that you have provided in other forum page but i am not getting the desired result.<br />
I am receiving &#8220;Undefined&#8221; as the result.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Autocomplete Lookup Fields &#124; johnspipkin		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/ajax-based-autocomplete-component-in-salesforce-using-jquery-ui-and-json/#comment-2806</link>

		<dc:creator><![CDATA[Autocomplete Lookup Fields &#124; johnspipkin]]></dc:creator>
		<pubDate>Fri, 08 Apr 2016 16:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3347#comment-2806</guid>

					<description><![CDATA[[&#8230;] Zaa has a fantastic blog post on creating an autocomplete lookup field component for Visualforce pages.  The only issue with [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Zaa has a fantastic blog post on creating an autocomplete lookup field component for Visualforce pages.  The only issue with [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Indexing SQL Data Warehouse with Azure Search and consume it with Salesforce &#124; Big Data, security, hacking, performance tips &#38; more....		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/ajax-based-autocomplete-component-in-salesforce-using-jquery-ui-and-json/#comment-2701</link>

		<dc:creator><![CDATA[Indexing SQL Data Warehouse with Azure Search and consume it with Salesforce &#124; Big Data, security, hacking, performance tips &#38; more....]]></dc:creator>
		<pubDate>Wed, 16 Mar 2016 10:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3347#comment-2701</guid>

					<description><![CDATA[[&#8230;] service cloud can be done using callouts consuming Azure Search Rest Api, a good example can be this , just change the json generation part so that instead of making queries on Salesforce accounts you [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] service cloud can be done using callouts consuming Azure Search Rest Api, a good example can be this , just change the json generation part so that instead of making queries on Salesforce accounts you [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jitendra Zaa		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/ajax-based-autocomplete-component-in-salesforce-using-jquery-ui-and-json/#comment-2998</link>

		<dc:creator><![CDATA[Jitendra Zaa]]></dc:creator>
		<pubDate>Fri, 12 Feb 2016 14:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3347#comment-2998</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/ajax-based-autocomplete-component-in-salesforce-using-jquery-ui-and-json/#comment-2996&quot;&gt;Ashish Thakur&lt;/a&gt;.

Yeah, you can.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/ajax-based-autocomplete-component-in-salesforce-using-jquery-ui-and-json/#comment-2996">Ashish Thakur</a>.</p>
<p>Yeah, you can.</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-05-05 07:32:43 by W3 Total Cache
-->