<?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 | Ankit Gupta | Activity</title>
	<link>http://52.205.218.194/ankit-gupta/activity/</link>
	<atom:link href="http://52.205.218.194/ankit-gupta/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Ankit Gupta.</description>
	<lastBuildDate>Wed, 13 May 2026 23:32:19 +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">0253dbde8db0540e8ee35a7b8abfb2a9</guid>
				<title>Ankit Gupta replied to the discussion Different methods for sending data from a salesforce visualforce page to an apex controller? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/different-methods-for-sending-data-from-a-salesforce-visualforce-page-to-an-apex-controller/#post-20376</link>
				<pubDate>Wed, 07 Jun 2017 13:29:16 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/different-methods-for-sending-data-from-a-salesforce-visualforce-page-to-an-apex-controller/#post-20376"><span class="bb-reply-lable">Reply to</span> Different methods for sending data from a salesforce visualforce page to an apex controller?</a></p> <div class="bb-content-inr-wrap"><p>Hi sushant,</p>
<p>You can following ways</p>
<p>&nbsp;</p>
<ol>
<li>Hidden fields</li>
<li>Apex Param</li>
<li>javascript Ajax request</li>
<li>Add the value in parameter and get in apex controller</li>
</ol>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">df386bfa97ba90ba52af5393787469bb</guid>
				<title>Ankit Gupta replied to the discussion How can I get the field id&#039;s in Salesforce as I need it for URL Hacking? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-get-the-field-ids-in-salesforce-as-i-need-it-for-url-hacking/#post-20375</link>
				<pubDate>Wed, 07 Jun 2017 13:23:43 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-i-get-the-field-ids-in-salesforce-as-i-need-it-for-url-hacking/#post-20375"><span class="bb-reply-lable">Reply to</span> How can I get the field id's in Salesforce as I need it for URL Hacking?</a></p> <div class="bb-content-inr-wrap"><p>Hi Ajit,</p>
<p>Try the tooling API in apex to get the field id in apex class. Tooling API support to get field details like id also.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f3c8af7d1197063ce2e18a8568137559</guid>
				<title>Ankit Gupta replied to the discussion How can I get the field id&#039;s in Salesforce as I need it for URL Hacking? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-get-the-field-ids-in-salesforce-as-i-need-it-for-url-hacking/#post-20375</link>
				<pubDate>Wed, 07 Jun 2017 13:23:43 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-i-get-the-field-ids-in-salesforce-as-i-need-it-for-url-hacking/#post-20375"><span class="bb-reply-lable">Reply to</span> How can I get the field id's in Salesforce as I need it for URL Hacking?</a></p> <div class="bb-content-inr-wrap"><p>Hi Ajit,</p>
<p>Try the tooling API in apex to get the field id in apex class. Tooling API support to get field details like id also.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dfeab796fa3bb1a6dd0a7cca799e8582</guid>
				<title>Ankit Gupta 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-scrip/#post-20373</link>
				<pubDate>Wed, 07 Jun 2017 13:22:04 +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-20373"><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>Hi Pavan,</p>
<p>If you are using vf page to delete the records. You can use asynchronous call to call apex method and perform the delete in each transaction.</p>
<p>Also you can call action function recursively on the basis of certain condition from oncomplete of action method.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">855f1f9ddc89b91611555afef7b5c1f5</guid>
				<title>Ankit Gupta 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-scrip/#post-20373</link>
				<pubDate>Wed, 07 Jun 2017 13:22:04 +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-20373"><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>Hi Pavan,</p>
<p>&nbsp;</p>
<p>If you are using vf page to delete the records. You can use asynchronous call to call apex method and perform the delete in each transaction.</p>
<p>&nbsp;</p>
<p>Also you can call action function recursively on the basis of certain condition from oncomplete of action method.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>]]></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 
Content Delivery Network via Amazon Web Services: CloudFront: cdn.forcetalks.com
Lazy Loading

Served from: 52.205.218.194 @ 2026-05-14 08:29:24 by W3 Total Cache
-->