<?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 for Hamza Siddiqui	</title>
	<atom:link href="https://www.mhamzas.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.mhamzas.com</link>
	<description>4x Salesforce MVP &#124; 26x Certified &#124; Salesforce App &#38; System Architect</description>
	<lastBuildDate>Mon, 13 Jan 2025 10:37:46 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		Comment on My Blog Wins a Spot in the Top 75 Salesforce Developer Blogs by Priya		</title>
		<link>https://www.mhamzas.com/blog/2020/01/09/my-blog-wins-a-spot-in-the-top-75-salesforce-developer-blogs/#comment-8941</link>

		<dc:creator><![CDATA[Priya]]></dc:creator>
		<pubDate>Mon, 13 Jan 2025 10:37:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.mhamzas.com/?p=3062#comment-8941</guid>

					<description><![CDATA[Congratulations]]></description>
			<content:encoded><![CDATA[<p>Congratulations</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Download Multiple Files from Libraries by Mohan		</title>
		<link>https://www.mhamzas.com/blog/2021/12/07/download-multiple-files-from-libraries/#comment-8447</link>

		<dc:creator><![CDATA[Mohan]]></dc:creator>
		<pubDate>Tue, 23 Jul 2024 08:21:55 +0000</pubDate>
		<guid isPermaLink="false">https://www.mhamzas.com/?p=3286#comment-8447</guid>

					<description><![CDATA[There is salesforce appexchange app you can lookout for: FileZIPO. It also comes with free trial.

Refer : https://www.filezipo.io/how-to-mass-download-documents-in-salesforce-few-clicks/]]></description>
			<content:encoded><![CDATA[<p>There is salesforce appexchange app you can lookout for: FileZIPO. It also comes with free trial.</p>
<p>Refer : <a href="https://www.filezipo.io/how-to-mass-download-documents-in-salesforce-few-clicks/" rel="nofollow ugc">https://www.filezipo.io/how-to-mass-download-documents-in-salesforce-few-clicks/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Checkbox label with URL in AURA/LWC by Zain Abbas		</title>
		<link>https://www.mhamzas.com/blog/2020/06/05/checkbox-label-with-url-in-aura-lwc/#comment-8331</link>

		<dc:creator><![CDATA[Zain Abbas]]></dc:creator>
		<pubDate>Tue, 02 Jul 2024 06:27:33 +0000</pubDate>
		<guid isPermaLink="false">https://www.mhamzas.com/?p=3134#comment-8331</guid>

					<description><![CDATA[Amazing block. Good work man!]]></description>
			<content:encoded><![CDATA[<p>Amazing block. Good work man!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on ADDEVENT.COM &#8211; Add to Calendar Button for Flow Screen &#8211; Lightning Component [AURA] by hamza		</title>
		<link>https://www.mhamzas.com/blog/2020/07/07/addevent-com-add-to-calendar-button-for-flow-screen-lightning-component-aura/#comment-7726</link>

		<dc:creator><![CDATA[hamza]]></dc:creator>
		<pubDate>Mon, 07 Mar 2022 13:05:06 +0000</pubDate>
		<guid isPermaLink="false">https://www.mhamzas.com/?p=3149#comment-7726</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.mhamzas.com/blog/2020/07/07/addevent-com-add-to-calendar-button-for-flow-screen-lightning-component-aura/#comment-7704&quot;&gt;Steph&lt;/a&gt;.

Hi Step, 

Can you share the screenshot of the error you&#039;re facing? I&#039;ve shared the AURA component code as well so you can implement it yourself and debug it further.
Not promising, but I&#039;ll try re-implementing it in LWC.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.mhamzas.com/blog/2020/07/07/addevent-com-add-to-calendar-button-for-flow-screen-lightning-component-aura/#comment-7704">Steph</a>.</p>
<p>Hi Step, </p>
<p>Can you share the screenshot of the error you&#8217;re facing? I&#8217;ve shared the AURA component code as well so you can implement it yourself and debug it further.<br />
Not promising, but I&#8217;ll try re-implementing it in LWC.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Capitalize 1st letter in a String &#8211; Apex by hamza		</title>
		<link>https://www.mhamzas.com/blog/2022/03/03/capitalize-1st-letter-in-a-string-apex/#comment-7725</link>

		<dc:creator><![CDATA[hamza]]></dc:creator>
		<pubDate>Mon, 07 Mar 2022 12:55:01 +0000</pubDate>
		<guid isPermaLink="false">https://www.mhamzas.com/?p=3312#comment-7725</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.mhamzas.com/blog/2022/03/03/capitalize-1st-letter-in-a-string-apex/#comment-7721&quot;&gt;Wayne Chung&lt;/a&gt;.

There is a method to UppserCase:

https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_methods_system_string.htm#apex_System_String_toUpperCase

Example: str.toUpperCase]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.mhamzas.com/blog/2022/03/03/capitalize-1st-letter-in-a-string-apex/#comment-7721">Wayne Chung</a>.</p>
<p>There is a method to UppserCase:</p>
<p><a href="https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_methods_system_string.htm#apex_System_String_toUpperCase" rel="nofollow ugc">https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_methods_system_string.htm#apex_System_String_toUpperCase</a></p>
<p>Example: str.toUpperCase</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Capitalize 1st letter in a String &#8211; Apex by Wayne Chung		</title>
		<link>https://www.mhamzas.com/blog/2022/03/03/capitalize-1st-letter-in-a-string-apex/#comment-7721</link>

		<dc:creator><![CDATA[Wayne Chung]]></dc:creator>
		<pubDate>Fri, 04 Mar 2022 07:48:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.mhamzas.com/?p=3312#comment-7721</guid>

					<description><![CDATA[Is there method to make whole string as Capital in Apex?  Thanks.]]></description>
			<content:encoded><![CDATA[<p>Is there method to make whole string as Capital in Apex?  Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on ADDEVENT.COM &#8211; Add to Calendar Button for Flow Screen &#8211; Lightning Component [AURA] by Steph		</title>
		<link>https://www.mhamzas.com/blog/2020/07/07/addevent-com-add-to-calendar-button-for-flow-screen-lightning-component-aura/#comment-7704</link>

		<dc:creator><![CDATA[Steph]]></dc:creator>
		<pubDate>Fri, 28 Jan 2022 14:38:55 +0000</pubDate>
		<guid isPermaLink="false">https://www.mhamzas.com/?p=3149#comment-7704</guid>

					<description><![CDATA[Hi Amza,
 Thanks for that, great!
Do you have the implementation of Addevent.com in LWC? 
ps: I have seen your own custom free implementation but I have a licence of AddEvent.com but it doesn&#039;t work: no error but nothing happened on click.
Thanks for your help
Stephane]]></description>
			<content:encoded><![CDATA[<p>Hi Amza,<br />
 Thanks for that, great!<br />
Do you have the implementation of Addevent.com in LWC?<br />
ps: I have seen your own custom free implementation but I have a licence of AddEvent.com but it doesn&#8217;t work: no error but nothing happened on click.<br />
Thanks for your help<br />
Stephane</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Download Multiple Files from Libraries by Salesforce: Mass File Downloader &#124;  forcePanda		</title>
		<link>https://www.mhamzas.com/blog/2021/12/07/download-multiple-files-from-libraries/#comment-7693</link>

		<dc:creator><![CDATA[Salesforce: Mass File Downloader &#124;  forcePanda]]></dc:creator>
		<pubDate>Tue, 11 Jan 2022 10:52:14 +0000</pubDate>
		<guid isPermaLink="false">https://www.mhamzas.com/?p=3286#comment-7693</guid>

					<description><![CDATA[[&#8230;] building on the idea shared by fellow friend, M Hamza in his post, I built a web component that allows you to select and download files from a [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] building on the idea shared by fellow friend, M Hamza in his post, I built a web component that allows you to select and download files from a [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Hide Standard Lightning Page Header in Custom App page by hamza		</title>
		<link>https://www.mhamzas.com/blog/2020/05/29/hide-standard-lightning-page-header-in-custom-app-page/#comment-4120</link>

		<dc:creator><![CDATA[hamza]]></dc:creator>
		<pubDate>Sun, 10 Jan 2021 14:57:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.mhamzas.com/?p=3118#comment-4120</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.mhamzas.com/blog/2020/05/29/hide-standard-lightning-page-header-in-custom-app-page/#comment-4091&quot;&gt;Jaime&lt;/a&gt;.

No worries. ConnectedCallback() is for LWC. I am glad the solution worked for you.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.mhamzas.com/blog/2020/05/29/hide-standard-lightning-page-header-in-custom-app-page/#comment-4091">Jaime</a>.</p>
<p>No worries. ConnectedCallback() is for LWC. I am glad the solution worked for you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Hide Standard Lightning Page Header in Custom App page by Jaime		</title>
		<link>https://www.mhamzas.com/blog/2020/05/29/hide-standard-lightning-page-header-in-custom-app-page/#comment-4091</link>

		<dc:creator><![CDATA[Jaime]]></dc:creator>
		<pubDate>Tue, 22 Dec 2020 16:03:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.mhamzas.com/?p=3118#comment-4091</guid>

					<description><![CDATA[Hi! this is exactly what I was looking for, thanks!
One question please, I am very green with LWC...

I went for the second method, so, the static resource was added, then pasted the code within the &quot;aura&quot; ... (the .cmp file)
 




Saved, and then added the component on the lightning page, and... it works!

Just wanted to thank you and ensure I did not miss anything...  as I did not use this last part of the instructions:

And then in the connectedCallBack() method:

connectedCallback() {
    loadStyle(this, NoHeader)
}]]></description>
			<content:encoded><![CDATA[<p>Hi! this is exactly what I was looking for, thanks!<br />
One question please, I am very green with LWC&#8230;</p>
<p>I went for the second method, so, the static resource was added, then pasted the code within the &#8220;aura&#8221; &#8230; (the .cmp file)</p>
<p>Saved, and then added the component on the lightning page, and&#8230; it works!</p>
<p>Just wanted to thank you and ensure I did not miss anything&#8230;  as I did not use this last part of the instructions:</p>
<p>And then in the connectedCallBack() method:</p>
<p>connectedCallback() {<br />
    loadStyle(this, NoHeader)<br />
}</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
