<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		>

<channel>
	<title>Forcetalks | Shaik | Activity</title>
	<link>http://52.205.218.194/sk-gousepashagmail-com/activity/</link>
	<atom:link href="http://52.205.218.194/sk-gousepashagmail-com/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Shaik.</description>
	<lastBuildDate>Mon, 22 Jun 2026 21:16:45 +0530</lastBuildDate>
	<generator>https://buddypress.org/?v=2.16.0</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
		
								<item>
				<guid isPermaLink="false">8a9c0003bf35b3c3067d2a9dc04166b3</guid>
				<title>Shaik replied to the discussion Salesforce Lookup Trigger similar to Roll Up Summary in Master-Detail in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/lookup-trigger-similar-to-roll-up-summary-in-master-detail/#post-20427</link>
				<pubDate>Sun, 11 Jun 2017 21:11:29 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/salesforce-lookup-trigger-similar-to-roll-up-summary-in-master-detail/#post-20427"><span class="bb-reply-lable">Reply to</span> Salesforce Lookup Trigger similar to Roll Up Summary in Master-Detail</a></p> <div class="bb-content-inr-wrap"><p>Awaiting for your comments harsitha..<br />
Don&#8217;t forget to like or comment if the solution works.so that other people can directly jump on to the solution if they face the same issue..<br />
or let me know the challenges you&#8217;re facing to implement the above logic..<br />
we are here to help..<br />
we really appreciate your valuable comments or likes.. </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1c841ffa9a52648123045a5f3466802e</guid>
				<title>Shaik replied to the discussion Run Batch Apex class without stopping in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/run-batch-apex-class-without-stopping-in-salesforce/#post-20416</link>
				<pubDate>Fri, 09 Jun 2017 18:39:15 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/run-batch-apex-class-without-stopping-in-salesforce/#post-20416"><span class="bb-reply-lable">Reply to</span> Run Batch Apex class without stopping in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>invoke the same batch in Finish method.</p>
<p>global void finish(Database.BatchableContext BC){<br />
Database.executeBatch(new sampleBatch,1000);<br />
}</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4648a2ff7cf081cfa59b3528ae1bf798</guid>
				<title>Shaik replied to the discussion How to throw error for Salesforce external Id field null values? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-throw-error-for-salesforce-external-id-field-null-values/#post-20415</link>
				<pubDate>Fri, 09 Jun 2017 18:23:56 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-throw-error-for-salesforce-external-id-field-null-values/#post-20415"><span class="bb-reply-lable">Reply to</span> How to throw error for Salesforce external Id field null values?</a></p> <div class="bb-content-inr-wrap"><p>To get External ID from outside sales force Environment</p>
<ol>
<li>Either you have to hit their API via soap/Rest API call or</li>
<li>you have to provide them the login creds of your org and Object API name along with External Id API name as defined in sales force.</li>
</ol>
<p>for option 1 : you can write your own Integration code to check for the External Id null&hellip;<span class="activity-read-more" id="activity-read-more-17509"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-throw-error-for-salesforce-external-id-field-null-values/#post-20415" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e2d3647e45da3a1bbba769e0f0e804f0</guid>
				<title>Shaik replied to the discussion Delete more than 10000 records using script without limit in Salesforce Apex in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/delete-more-than-10000-records-using-script-without-limit-in-salesforce-apex/#post-20414</link>
				<pubDate>Fri, 09 Jun 2017 18:15:42 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/delete-more-than-10000-records-using-script-without-limit-in-salesforce-apex/#post-20414"><span class="bb-reply-lable">Reply to</span> Delete more than 10000 records using script without limit in Salesforce Apex</a></p> <div class="bb-content-inr-wrap"><p>Write a batch class to delete the records.</p>
<p>Two ways of Executing the batch class :</p>
<ol>
<li>Execute it in &#8220;<strong>Anonymous</strong>&#8221; block or</li>
<li>Create a VF page with a <strong>Delete</strong> button which invokes the batch class(with VF page you can catch the errors while performing delete operation and can show it on VF page as <strong>error</strong> messages)</li>
</ol>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">93c187f3ea2829968cc26c10a94eaa21</guid>
				<title>Shaik changed their profile photo</title>
				<link>http://52.205.218.194/activity/p/17507/</link>
				<pubDate>Fri, 09 Jun 2017 18:05:01 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8eb71d4cfa537764d1de33a039780293</guid>
				<title>Shaik became a registered member</title>
				<link>http://52.205.218.194/activity/p/17505/</link>
				<pubDate>Fri, 09 Jun 2017 17:39:17 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</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 
Content Delivery Network via Amazon Web Services: CloudFront: cdn.forcetalks.com
Lazy Loading

Served from: 52.205.218.194 @ 2026-06-23 03:43:24 by W3 Total Cache
-->