<?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: Implementing Custom Apex Adapter for Salesforce Connect	</title>
	<atom:link href="https://www.jitendrazaa.com/blog/salesforce/implementing-custom-apex-adapter-for-salesforce-connect/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jitendrazaa.com/blog/salesforce/implementing-custom-apex-adapter-for-salesforce-connect/</link>
	<description>AI, Salesforce, ServiceNow &#38; Enterprise Tech Guides</description>
	<lastBuildDate>Thu, 06 Dec 2018 09:59:43 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Sravanthi		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/implementing-custom-apex-adapter-for-salesforce-connect/#comment-4927</link>

		<dc:creator><![CDATA[Sravanthi]]></dc:creator>
		<pubDate>Thu, 06 Dec 2018 09:59:43 +0000</pubDate>
		<guid isPermaLink="false">https://www.jitendrazaa.com/blog/?p=6401#comment-4927</guid>

					<description><![CDATA[Can we have multiple external tables included in a single custom adapter class ?]]></description>
			<content:encoded><![CDATA[<p>Can we have multiple external tables included in a single custom adapter class ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anil s		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/implementing-custom-apex-adapter-for-salesforce-connect/#comment-4732</link>

		<dc:creator><![CDATA[Anil s]]></dc:creator>
		<pubDate>Mon, 24 Sep 2018 02:14:52 +0000</pubDate>
		<guid isPermaLink="false">https://www.jitendrazaa.com/blog/?p=6401#comment-4732</guid>

					<description><![CDATA[hi Jitendra - thanks for this post, i was trying to learn about this and this is very useful. I am confused about two things if i may
1. How do we setup a data service for this connector, i believe most of the scenarios and examples we are using an existing service like northwinds or the one you use healthcare blog. How different are these services from any rest service that was traditionally used, do they have to be changed to support the connector?
2. Does this support Ligthning experience? when i tested it doesnt and shows a error message to switch back to classic, but i see any example by salesforce https://www.youtube.com/watch?v=iBwnE2S3T6o where they show it in LEX screen. Is it possible to be used in LEX then? I dont see any documentation very clearly if its supported in LEX or not]]></description>
			<content:encoded><![CDATA[<p>hi Jitendra &#8211; thanks for this post, i was trying to learn about this and this is very useful. I am confused about two things if i may<br />
1. How do we setup a data service for this connector, i believe most of the scenarios and examples we are using an existing service like northwinds or the one you use healthcare blog. How different are these services from any rest service that was traditionally used, do they have to be changed to support the connector?<br />
2. Does this support Ligthning experience? when i tested it doesnt and shows a error message to switch back to classic, but i see any example by salesforce <a href="https://www.youtube.com/watch?v=iBwnE2S3T6o" rel="nofollow ugc">https://www.youtube.com/watch?v=iBwnE2S3T6o</a> where they show it in LEX screen. Is it possible to be used in LEX then? I dont see any documentation very clearly if its supported in LEX or not</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Esteve Graells		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/implementing-custom-apex-adapter-for-salesforce-connect/#comment-4242</link>

		<dc:creator><![CDATA[Esteve Graells]]></dc:creator>
		<pubDate>Sat, 10 Mar 2018 21:25:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.jitendrazaa.com/blog/?p=6401#comment-4242</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/implementing-custom-apex-adapter-for-salesforce-connect/#comment-4237&quot;&gt;Francis Pindar&lt;/a&gt;.

Love that video!!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/implementing-custom-apex-adapter-for-salesforce-connect/#comment-4237">Francis Pindar</a>.</p>
<p>Love that video!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jitendra		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/implementing-custom-apex-adapter-for-salesforce-connect/#comment-4238</link>

		<dc:creator><![CDATA[Jitendra]]></dc:creator>
		<pubDate>Tue, 06 Mar 2018 17:32:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.jitendrazaa.com/blog/?p=6401#comment-4238</guid>

					<description><![CDATA[Thanks for sharing youtube video Francis]]></description>
			<content:encoded><![CDATA[<p>Thanks for sharing youtube video Francis</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Francis Pindar		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/implementing-custom-apex-adapter-for-salesforce-connect/#comment-4237</link>

		<dc:creator><![CDATA[Francis Pindar]]></dc:creator>
		<pubDate>Tue, 06 Mar 2018 09:43:30 +0000</pubDate>
		<guid isPermaLink="false">https://www.jitendrazaa.com/blog/?p=6401#comment-4237</guid>

					<description><![CDATA[What I love about External Objects is the fact that they don&#039;t need to be external objects at all... but you can expose internal objects &#038; meta data... ever wanted to create a report on Deleted opportunities? now you can, ever wanted to create a report on manual sharing rules? Now you can... all that data and fields you haven&#039;t been able to create a report from before, now you can! I say a bit more in my Dreamforce session:

https://www.youtube.com/watch?v=2cTfkhKsvIs]]></description>
			<content:encoded><![CDATA[<p>What I love about External Objects is the fact that they don&#8217;t need to be external objects at all&#8230; but you can expose internal objects &amp; meta data&#8230; ever wanted to create a report on Deleted opportunities? now you can, ever wanted to create a report on manual sharing rules? Now you can&#8230; all that data and fields you haven&#8217;t been able to create a report from before, now you can! I say a bit more in my Dreamforce session:</p>
<p><a href="https://www.youtube.com/watch?v=2cTfkhKsvIs" rel="nofollow ugc">https://www.youtube.com/watch?v=2cTfkhKsvIs</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: cloudmattersblog		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/implementing-custom-apex-adapter-for-salesforce-connect/#comment-4235</link>

		<dc:creator><![CDATA[cloudmattersblog]]></dc:creator>
		<pubDate>Mon, 05 Mar 2018 07:54:35 +0000</pubDate>
		<guid isPermaLink="false">https://www.jitendrazaa.com/blog/?p=6401#comment-4235</guid>

					<description><![CDATA[Great post. Happened to be discovering same topic last week, for somewhat different reason - as loopback adapter scenario into the same org. Very similar to described in the 10y old Idea ;-) https://success.salesforce.com/ideaView?id=08730000000BqV1AAK]]></description>
			<content:encoded><![CDATA[<p>Great post. Happened to be discovering same topic last week, for somewhat different reason &#8211; as loopback adapter scenario into the same org. Very similar to described in the 10y old Idea 😉 <a href="https://success.salesforce.com/ideaView?id=08730000000BqV1AAK" rel="nofollow ugc">https://success.salesforce.com/ideaView?id=08730000000BqV1AAK</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Around the Web – 20180302 - WIPDeveloper.com		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/implementing-custom-apex-adapter-for-salesforce-connect/#comment-4233</link>

		<dc:creator><![CDATA[Around the Web – 20180302 - WIPDeveloper.com]]></dc:creator>
		<pubDate>Sat, 03 Mar 2018 20:28:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.jitendrazaa.com/blog/?p=6401#comment-4233</guid>

					<description><![CDATA[[&#8230;] Implementing Custom Apex Adapter for Salesforce Connect [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Implementing Custom Apex Adapter for Salesforce Connect [&#8230;]</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-07-11 13:59:39 by W3 Total Cache
-->