<?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: Salesforce Path &#8211; Read Only Lightning Component	</title>
	<atom:link href="https://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/</link>
	<description>AI, Salesforce, ServiceNow &#38; Enterprise Tech Guides</description>
	<lastBuildDate>Tue, 28 Jun 2022 22:14:05 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Deva		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-50388</link>

		<dc:creator><![CDATA[Deva]]></dc:creator>
		<pubDate>Tue, 28 Jun 2022 22:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=6252#comment-50388</guid>

					<description><![CDATA[Please help me @Daniel Shaheen
The path is blank. What I have to do ?]]></description>
			<content:encoded><![CDATA[<p>Please help me @Daniel Shaheen<br />
The path is blank. What I have to do ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Deva		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-50386</link>

		<dc:creator><![CDATA[Deva]]></dc:creator>
		<pubDate>Tue, 28 Jun 2022 22:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=6252#comment-50386</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-3809&quot;&gt;Nilesh Borse&lt;/a&gt;.

It&#039;s not working. It shows only the balck. Please help me. It&#039;s very urgent]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-3809">Nilesh Borse</a>.</p>
<p>It&#8217;s not working. It shows only the balck. Please help me. It&#8217;s very urgent</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Maury		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-24362</link>

		<dc:creator><![CDATA[Maury]]></dc:creator>
		<pubDate>Mon, 14 Feb 2022 19:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=6252#comment-24362</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-4574&quot;&gt;Justin Feldman&lt;/a&gt;.

Hi Justin,
I added the CSS in Step #1 and set the field level security for my field from Step #2 and all works well.  However, my client would like to hide the ability to &#039;click&#039; any of the chevrons on the path. Is there some CSS that can do that for me?
Very respectfully,
Maury]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-4574">Justin Feldman</a>.</p>
<p>Hi Justin,<br />
I added the CSS in Step #1 and set the field level security for my field from Step #2 and all works well.  However, my client would like to hide the ability to &#8216;click&#8217; any of the chevrons on the path. Is there some CSS that can do that for me?<br />
Very respectfully,<br />
Maury</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Daniel Shaheen		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-6300</link>

		<dc:creator><![CDATA[Daniel Shaheen]]></dc:creator>
		<pubDate>Thu, 22 Oct 2020 16:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=6252#comment-6300</guid>

					<description><![CDATA[Now the update button can be removed from the Path component. One issue also is that this code doesn&#039;t respect the record type of the record and it showing all values.]]></description>
			<content:encoded><![CDATA[<p>Now the update button can be removed from the Path component. One issue also is that this code doesn&#8217;t respect the record type of the record and it showing all values.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anshuman		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-6027</link>

		<dc:creator><![CDATA[Anshuman]]></dc:creator>
		<pubDate>Sat, 28 Mar 2020 14:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=6252#comment-6027</guid>

					<description><![CDATA[Or else you can just reply use CSS hack to remove the update button from the UI using

.runtime_sales_pathassistantPathAssistantHeader{
     display:none !important; 
}
that`s all]]></description>
			<content:encoded><![CDATA[<p>Or else you can just reply use CSS hack to remove the update button from the UI using</p>
<p>.runtime_sales_pathassistantPathAssistantHeader{<br />
     display:none !important;<br />
}<br />
that`s all</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ron F		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-6000</link>

		<dc:creator><![CDATA[Ron F]]></dc:creator>
		<pubDate>Thu, 19 Mar 2020 16:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=6252#comment-6000</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-5183&quot;&gt;sabeel khan&lt;/a&gt;.

Good afternoon

I&#039;d like to also use this for Opportunity paths and also showing blank in the app.  For the APEX, should I update recId = to &#039;recordId&#039; , &#039;Opportunity.Id&#039; , &#039;Id&#039; or something else?

Thanks]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-5183">sabeel khan</a>.</p>
<p>Good afternoon</p>
<p>I&#8217;d like to also use this for Opportunity paths and also showing blank in the app.  For the APEX, should I update recId = to &#8216;recordId&#8217; , &#8216;Opportunity.Id&#8217; , &#8216;Id&#8217; or something else?</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mamta Vyas		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-5557</link>

		<dc:creator><![CDATA[Mamta Vyas]]></dc:creator>
		<pubDate>Wed, 30 Oct 2019 03:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=6252#comment-5557</guid>

					<description><![CDATA[Hello Sir ,How can we get clicked Opportunity Stage..]]></description>
			<content:encoded><![CDATA[<p>Hello Sir ,How can we get clicked Opportunity Stage..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mamta Vyas		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-5553</link>

		<dc:creator><![CDATA[Mamta Vyas]]></dc:creator>
		<pubDate>Sun, 27 Oct 2019 09:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=6252#comment-5553</guid>

					<description><![CDATA[Hi Jitendra, I ma using above code for my requirement, I tried to get clicked stage name but I&#039;m not able to get clicked stage name can you please help me..]]></description>
			<content:encoded><![CDATA[<p>Hi Jitendra, I ma using above code for my requirement, I tried to get clicked stage name but I&#8217;m not able to get clicked stage name can you please help me..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sachin Chaudhari		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-5424</link>

		<dc:creator><![CDATA[Sachin Chaudhari]]></dc:creator>
		<pubDate>Fri, 30 Aug 2019 10:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=6252#comment-5424</guid>

					<description><![CDATA[Thank you so much sir!]]></description>
			<content:encoded><![CDATA[<p>Thank you so much sir!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sabeel khan		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-5183</link>

		<dc:creator><![CDATA[sabeel khan]]></dc:creator>
		<pubDate>Mon, 29 Apr 2019 12:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=6252#comment-5183</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-4805&quot;&gt;Swastika&lt;/a&gt;.

Hi Swastika

The Id passed in the apex controller is hard coded Id so you need to replace that with your lead id.

Also action.setStorable(); has to be commented because it fetches data from the client cache.

https://developer.salesforce.com/blogs/developer-relations/2017/03/lightning-components-best-practices-caching-data-storable-actions.html]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-4805">Swastika</a>.</p>
<p>Hi Swastika</p>
<p>The Id passed in the apex controller is hard coded Id so you need to replace that with your lead id.</p>
<p>Also action.setStorable(); has to be commented because it fetches data from the client cache.</p>
<p><a href="https://developer.salesforce.com/blogs/developer-relations/2017/03/lightning-components-best-practices-caching-data-storable-actions.html" rel="nofollow ugc">https://developer.salesforce.com/blogs/developer-relations/2017/03/lightning-components-best-practices-caching-data-storable-actions.html</a></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-06-01 16:43:21 by W3 Total Cache
-->