<?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 Taha Syed | Salesforce</title>
<atom:link href="https://www.syedtaha.com/comments/feed/" rel="self" type="application/rss+xml" /><link>https://www.syedtaha.com</link>
<description>Taha Syed &#124; Sales to Salesforce &#124; Dissecting and Defining the Rationale..</description>
<lastBuildDate>Thu, 23 Sep 2021 12:28:09 +0000</lastBuildDate>
<sy:updatePeriod>
hourly	</sy:updatePeriod>
<sy:updateFrequency>
1	</sy:updateFrequency>
<generator>https://wordpress.org/?v=6.9.4</generator>
<item><title>
Comment on Trigger to Roll Up (Summary) Contacts field to Accounts by Neeraj Saini</title><link>https://www.syedtaha.com/salesforce-apex-triggers/trigger-to-roll-up-summary-contacts-field-to-accounts/1016/comment-page-1/#comment-17824</link><dc:creator><![CDATA[Neeraj Saini]]></dc:creator>
<pubDate>Thu, 23 Sep 2021 12:28:09 +0000</pubDate>
<guid
isPermaLink="false">http://www.syedtaha.com/?p=1016#comment-17824</guid><description><![CDATA[accConMap.put(con.AccountId, New List()); not including 1st contact salary&#039;s value in contact listaccConMap.put(con.AccountId, New List{con});]]></description>
<content:encoded><![CDATA[<p>accConMap.put(con.AccountId, New List()); not including 1st contact salary&#8217;s value in contact list</p><p>accConMap.put(con.AccountId, New List{con});</p>
]]></content:encoded>
</item>
<item><title>
Comment on Manually Setup a Users Password in Salesforce by Taha Syed</title><link>https://www.syedtaha.com/salesforce-admin-hacks/manually-setup-a-users-password-in-salesforce/1001/comment-page-1/#comment-17796</link><dc:creator><![CDATA[Taha Syed]]></dc:creator>
<pubDate>Tue, 06 Jul 2021 18:31:51 +0000</pubDate>
<guid
isPermaLink="false">http://www.syedtaha.com/?p=1001#comment-17796</guid><description><![CDATA[In reply to &lt;a href=&quot;https://www.syedtaha.com/salesforce-admin-hacks/manually-setup-a-users-password-in-salesforce/1001/comment-page-1/#comment-17790&quot;&gt;himanshu&lt;/a&gt;.Something like this:
@isTest
public class setPasswordTest {
static testMethod void setThePassword() {
User U = [Select id from user limit 1];
U.Password__c = &#039;Test124&#039;;
Update U;
}
}]]></description>
<content:encoded><![CDATA[<p>In reply to <a
href="https://www.syedtaha.com/salesforce-admin-hacks/manually-setup-a-users-password-in-salesforce/1001/comment-page-1/#comment-17790">himanshu</a>.</p><p>Something like this:<br
/>
@isTest<br
/>
public class setPasswordTest {<br
/>
static testMethod void setThePassword() {<br
/>
User U = [Select id from user limit 1];<br
/>
U.Password__c = &#8216;Test124&#8217;;<br
/>
Update U;<br
/>
}<br
/>
}</p>
]]></content:encoded>
</item>
<item><title>
Comment on Manually Setup a Users Password in Salesforce by himanshu</title><link>https://www.syedtaha.com/salesforce-admin-hacks/manually-setup-a-users-password-in-salesforce/1001/comment-page-1/#comment-17790</link><dc:creator><![CDATA[himanshu]]></dc:creator>
<pubDate>Thu, 24 Jun 2021 18:35:31 +0000</pubDate>
<guid
isPermaLink="false">http://www.syedtaha.com/?p=1001#comment-17790</guid><description><![CDATA[Hi,
Thank you for posting this hacks for Password. This is going to solve a big problem for us.I have created Trigger based on your code. Do you have a Test class for this?Thanks,
Himanshu]]></description>
<content:encoded><![CDATA[<p>Hi,<br
/>
Thank you for posting this hacks for Password. This is going to solve a big problem for us.</p><p>I have created Trigger based on your code. Do you have a Test class for this?</p><p>Thanks,<br
/>
Himanshu</p>
]]></content:encoded>
</item>
<item><title>
Comment on Trigger to Roll Up (Summary) Contacts field to Accounts by Syntaxx</title><link>https://www.syedtaha.com/salesforce-apex-triggers/trigger-to-roll-up-summary-contacts-field-to-accounts/1016/comment-page-1/#comment-17755</link><dc:creator><![CDATA[Syntaxx]]></dc:creator>
<pubDate>Fri, 14 May 2021 15:10:26 +0000</pubDate>
<guid
isPermaLink="false">http://www.syedtaha.com/?p=1016#comment-17755</guid><description><![CDATA[big help.thank a lot]]></description>
<content:encoded><![CDATA[<p>big help.thank a lot</p>
]]></content:encoded>
</item>
<item><title>
Comment on Trigger to Roll Up (Summary) Contacts field to Accounts by musketer</title><link>https://www.syedtaha.com/salesforce-apex-triggers/trigger-to-roll-up-summary-contacts-field-to-accounts/1016/comment-page-1/#comment-17371</link><dc:creator><![CDATA[musketer]]></dc:creator>
<pubDate>Wed, 21 Aug 2019 11:34:33 +0000</pubDate>
<guid
isPermaLink="false">http://www.syedtaha.com/?p=1016#comment-17371</guid><description><![CDATA[wow!..really helped me alot]]></description>
<content:encoded><![CDATA[<p>wow!..really helped me alot</p>
]]></content:encoded>
</item>
</channel>
</rss>