<?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 | chanchal kumar | Activity</title>
	<link>http://52.205.218.194/chanchal-algoworksgmail-com/activity/</link>
	<atom:link href="http://52.205.218.194/chanchal-algoworksgmail-com/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for chanchal kumar.</description>
	<lastBuildDate>Wed, 13 May 2026 18:30: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">ff3df7b0bcf6312b383bf810a62d26fe</guid>
				<title>chanchal kumar started the discussion how we get client ID and client secret of google calendar in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-we-get-client-id-and-client-secret-of-google-calendar/</link>
				<pubDate>Fri, 12 Oct 2018 14:40:18 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-we-get-client-id-and-client-secret-of-google-calendar-in-salesforce/">how we get client ID and client secret of google calendar in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>how we get client ID and client secret of google calendar?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">689f9b405d5e2e4e7d04f9357b9d9f55</guid>
				<title>chanchal kumar replied to the discussion Can we create a Formula Type in Salesforce Reports? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-create-a-formula-type-in-reports-2/#post-44373</link>
				<pubDate>Mon, 08 Oct 2018 14:36:05 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/can-we-create-a-formula-type-in-salesforce-reports/#post-44373"><span class="bb-reply-lable">Reply to</span> Can we create a Formula Type in Salesforce Reports?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Add a Summary Formula Column in Lightning Experience:</p>
<ul>
<li>Edit or create a report.</li>
<li>If necessary, group report data. From the Groups section, select a field from the Add group&#8230; lookup menu under GROUP ROWS.</li>
<li>From the Columns section, click   | Add Summary Formula Column.</li>
<li>Optionally, to open the full editor, click Switch to Full&hellip;</li>
</ul>
<p><span class="activity-read-more" id="activity-read-more-84395"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/can-we-create-a-formula-type-in-reports-2/#post-44373" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">12ba7d4d56c23275377ca40dc5616295</guid>
				<title>chanchal kumar replied to the discussion If a Salesforce VF page using standard controller and extension both then which will fire first? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/if-a-visualforce-page-using-standard-controller-and-extension-both-then-which-will-fire-first/#post-43808</link>
				<pubDate>Fri, 05 Oct 2018 13:45:29 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/if-a-salesforce-vf-page-using-standard-controller-and-extension-both-then-which-will-fire-first/#post-43808"><span class="bb-reply-lable">Reply to</span> If a Salesforce VF page using standard controller and extension both then which will fire first?</a></p> <div class="bb-content-inr-wrap"><p>Hi,<br />
Based on your formula field {! } it will execute the corresponding extension. If both the extension having same method name then it will execute the first extension. Below is the example</p>
<p>If both extensions having the same method, whichever methods are defined in the “leftmost” extension, or, the extension that is first in the&hellip;<span class="activity-read-more" id="activity-read-more-84182"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/if-a-visualforce-page-using-standard-controller-and-extension-both-then-which-will-fire-first/#post-43808" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">de6c3de9978074129e4de39a4ad6c995</guid>
				<title>chanchal kumar replied to the discussion Can we use Standard Controller &#38; controller attributes at a time in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-use-standardcontroller-controller-attributes-at-a-time/#post-43806</link>
				<pubDate>Fri, 05 Oct 2018 13:36:58 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/can-we-use-standardcontroller-controller-attributes-at-a-time-in-salesforce/#post-43806"><span class="bb-reply-lable">Reply to</span> Can we use Standard Controller &amp; controller attributes at a time in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>No, We cannot reference both attributes at a time.</p>
<p>See below syntax to understand</p>
<p>&lt;apex:page standardController=”ControllerName” extensions=”Class1, Class2,..”&gt; Correct</p>
<p>&lt;apex:page Controller=”MYControllerName” extensions=”Class1, Class2,..”&gt;   Correct syntax</p>
<p>&lt;apex:page standardController=”MYControllerName”&hellip;<span class="activity-read-more" id="activity-read-more-84181"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/can-we-use-standardcontroller-controller-attributes-at-a-time/#post-43806" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4dd1dd4014acaff0882ffa695e1bf842</guid>
				<title>chanchal kumar started the discussion What is BSON? and how it is different from Salesforce Json? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-bson-and-how-it-is-different-from-json/</link>
				<pubDate>Thu, 04 Oct 2018 14:44:51 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-bson-and-how-it-is-different-from-salesforce-json/">What is BSON? and how it is different from Salesforce Json?</a></p> <div class="bb-content-inr-wrap"><p>What is BSON? and how it is different from json?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">328f9b2bb4aa39c5289f903743c4a596</guid>
				<title>chanchal kumar started the discussion List types Natively supported by Salesforce JSON? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/list-types-natively-supported-by-json/</link>
				<pubDate>Thu, 04 Oct 2018 14:41:28 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/list-types-natively-supported-by-salesforce-json/">List types Natively supported by Salesforce JSON?</a></p> <div class="bb-content-inr-wrap"><p>List types Natively supported by JSON?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fa333c299f16fa453cc3be9878161dd4</guid>
				<title>chanchal kumar replied to the discussion When are lead assignment rules triggered in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/when-are-lead-assignment-rules-triggered/#post-43578</link>
				<pubDate>Thu, 04 Oct 2018 14:22:59 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/when-are-lead-assignment-rules-triggered-in-salesforce/#post-43578"><span class="bb-reply-lable">Reply to</span> When are lead assignment rules triggered in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Assignment rules are usually triggered through the user interface when creating or editing a record; this can make it difficult to get the assignment rules to trigger for already existing records, or records imported or updated through the API. Using the Data Loader, you can access settings to get an assignment rule to trigger when&hellip;<span class="activity-read-more" id="activity-read-more-84130"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/when-are-lead-assignment-rules-triggered/#post-43578" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">689e30b747c9962053b525805e31e1a2</guid>
				<title>chanchal kumar replied to the discussion How are lead assignment rules executed in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-are-lead-assignment-rules-executed/#post-43577</link>
				<pubDate>Thu, 04 Oct 2018 14:18:23 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-are-lead-assignment-rules-executed-in-salesforce/#post-43577"><span class="bb-reply-lable">Reply to</span> How are lead assignment rules executed in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Anjali,</p>
<p>Lead assignment rules allow us to automatically assign Leads to the appropriate queue or user. A Lead assignment rule consists of multiple rule entries that define the conditions and order for assigning cases. From a Salesforce User interface, a user can trigger assignment rules by simply checking the Assign using active&hellip;<span class="activity-read-more" id="activity-read-more-84129"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-are-lead-assignment-rules-executed/#post-43577" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">77f929fb4837d1a1dddf717a5743d737</guid>
				<title>chanchal kumar started the discussion How to delete an index from Salesforce JSON Obj? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-delete-an-index-from-json-obj/</link>
				<pubDate>Wed, 03 Oct 2018 12:21:50 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-delete-an-index-from-salesforce-json-obj/">How to delete an index from Salesforce JSON Obj?</a></p> <div class="bb-content-inr-wrap"><p>How to delete an index from JSON Obj?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">85dfe17e0eb8e2ad505ddc2650dfe71d</guid>
				<title>chanchal kumar started the discussion What does Object.create do in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-does-object-create-do/</link>
				<pubDate>Wed, 03 Oct 2018 12:21:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-does-object-create-do-in-salesforce/">What does Object.create do in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>What does Object.create do?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9ed630445d44138676cf37ca12113db8</guid>
				<title>chanchal kumar started the discussion How to convert Javascript objects into Salesforce JSON? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-convert-javascript-objects-into-json/</link>
				<pubDate>Wed, 03 Oct 2018 12:19:38 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-convert-javascript-objects-into-salesforce-json/">How to convert Javascript objects into Salesforce JSON?</a></p> <div class="bb-content-inr-wrap"><p>How to convert Javascript objects into JSON?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3350b67ebdaea53fad127dc95e30639f</guid>
				<title>chanchal kumar started the discussion Does user can create insert their own custom logo, while creating their own custom applications? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/does-user-can-create-insert-their-own-custom-logo-while-creating-their-own-custom-applications/</link>
				<pubDate>Wed, 19 Sep 2018 14:20:43 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/does-user-can-create-insert-their-own-custom-logo-while-creating-their-own-custom-applications/">Does user can create insert their own custom logo, while creating their own custom applications?</a></p> <div class="bb-content-inr-wrap"><p>Does user can create insert their own custom logo, while creating their own custom applications?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8d9a7abd71aeda09ab7239342b78069e</guid>
				<title>chanchal kumar started the discussion Will Salesforce Visualforce still supports the merge fields usage like S-control? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/s-control-2/</link>
				<pubDate>Wed, 19 Sep 2018 14:19:55 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/will-salesforce-visualforce-still-supports-the-merge-fields-usage-like-s-control/">Will Salesforce Visualforce still supports the merge fields usage like S-control?</a></p> <div class="bb-content-inr-wrap"><p>Will Visualforce still supports the merge fields usage like S-control?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f00573d029c4aaf88dd9c4e5c61b0621</guid>
				<title>chanchal kumar replied to the discussion SOSL Statements In Salesforce Apex in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/sosl-statements-in-salesforce-apex/#post-35310</link>
				<pubDate>Wed, 19 Sep 2018 13:30:09 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/sosl-statements-in-salesforce-apex/#post-35310"><span class="bb-reply-lable">Reply to</span> SOSL Statements In Salesforce Apex</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>SOSL statement evaluate to a list of sobjects , where each list contains the search results for a particular sobject type, The result lists are always returned in the same order as they were specified in the query.<br />
If a SOSL query does not return any records for a specified sObject type , the search results include an empty list for that&hellip;<span class="activity-read-more" id="activity-read-more-76812"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/sosl-statements-in-salesforce-apex/#post-35310" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">92eb3ae352f27894e877fdc827974be3</guid>
				<title>chanchal kumar replied to the discussion Define Javascript Remoting for Salesforce Apex Controllers. in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/javascript-remoting-for-apex-controllers-2/#post-35308</link>
				<pubDate>Wed, 19 Sep 2018 13:28:31 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/define-javascript-remoting-for-salesforce-apex-controllers/#post-35308"><span class="bb-reply-lable">Reply to</span> Define Javascript Remoting for Salesforce Apex Controllers.</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Use javascript remoting in visualforce to call methods in apex controllers from javascript.<br />
Javascript remoting has 3 parts.<br />
1. The remote method invocation you add to the visualforce page, written in javascript.<br />
2. The remote method definition in your Apex controller class.<br />
3. This method definition is written in apex, but there are &hellip;<span class="activity-read-more" id="activity-read-more-76810"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/javascript-remoting-for-apex-controllers-2/#post-35308" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5ec44e9f8f95d7075626f6cc180e0158</guid>
				<title>chanchal kumar replied to the discussion What  is AppExchange directory ? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-appexchange-directory/#post-35306</link>
				<pubDate>Wed, 19 Sep 2018 13:27:26 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-appexchange-directory/#post-35306"><span class="bb-reply-lable">Reply to</span> What  is AppExchange directory ?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>A web directory where hundreds of appexchange apps  are  available to salesforce customers to review, demo, comment upon, and /or install. Developers can submit their apps for listing on the appexchange directory if they want to share them with the community.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3841fa30bd0964217a5e0de82579f5e7</guid>
				<title>chanchal kumar replied to the discussion What are the tools included in Salesforce lightning? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-the-tools-included-in-lightning-3/#post-35066</link>
				<pubDate>Tue, 18 Sep 2018 13:54:25 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-are-the-tools-included-in-salesforce-lightning/#post-35066"><span class="bb-reply-lable">Reply to</span> What are the tools included in Salesforce lightning?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Inspite of Eclipse, there are other terrific third-party tools with add-ins that support Lightning components, such as SublimeText and Visual Studio Code.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5af1911a2e706b3bde71fdd034e52bd2</guid>
				<title>chanchal kumar replied to the discussion Cloud Flow Designer in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/cloud-flow-designer/#post-35045</link>
				<pubDate>Tue, 18 Sep 2018 13:27:44 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/cloud-flow-designer/#post-35045"><span class="bb-reply-lable">Reply to</span> Cloud Flow Designer</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Visual flow can be summed up as an app inside the Salesforce app. Analogically, what methods are to object oriented programming, visual flow is to Salesforce. To be more precise, a Flow is a wizard or a set of screens in sequential order which can be used to complete a business process. This business process can be anything like filling out&hellip;<span class="activity-read-more" id="activity-read-more-76556"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/cloud-flow-designer/#post-35045" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e4123c7041f57c5aeb43684c97b4ed97</guid>
				<title>chanchal kumar replied to the discussion How to use remote site settings in salesforce in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-use-remote-site-settings-in-salesforce/#post-35030</link>
				<pubDate>Tue, 18 Sep 2018 13:14:42 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-use-remote-site-settings-in-salesforce/#post-35030"><span class="bb-reply-lable">Reply to</span> How to use remote site settings in salesforce</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>When you access the external site you need to add that in the remotesite settings, this is one kind of security level that force.com platfom is going to check.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1bb53743e3bdd4feecf8e2186a69dd44</guid>
				<title>chanchal kumar replied to the discussion Limitations of using a Savepoint in apex in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/limitations-of-using-a-savepoint-in-apex/#post-34735</link>
				<pubDate>Mon, 17 Sep 2018 10:43:01 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/limitations-of-using-a-savepoint-in-apex/#post-34735"><span class="bb-reply-lable">Reply to</span> Limitations of using a Savepoint in apex</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Sometimes during the processing of records, your business rules require that partial work (already executed DML statements) be “rolled back” so that the processing can continue in another direction. Apex gives you the ability to generate a savepoint, that is, a point in the request that specifies the state of the database at that time.&hellip;<span class="activity-read-more" id="activity-read-more-76255"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/limitations-of-using-a-savepoint-in-apex/#post-34735" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4096633f8ee6d7f22168ac2099d7793b</guid>
				<title>chanchal kumar replied to the discussion why formula fields are useful in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/why-formula-fields-are-useful/#post-34733</link>
				<pubDate>Mon, 17 Sep 2018 10:39:52 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/why-formula-fields-are-useful/#post-34733"><span class="bb-reply-lable">Reply to</span> why formula fields are useful</a></p> <div class="bb-content-inr-wrap"><p>Here’s the use case of formula fields:</p>
<ul>
<li>Let’s take an example of Account Object, which has 3 record types say (Group, Branch, Vendor) so If the Account RecordType is “Group”</li>
<li>Picklist value of Account “Status” is set to “Closed”</li>
<li>And Value in field ReasontoClose__c is Blank, the validation rule should fire.</li>
</ul>
<p>AND(<br />
ISBLANK( &hellip;<span class="activity-read-more" id="activity-read-more-76253"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/why-formula-fields-are-useful/#post-34733" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">60fcb6ebaf4835bc9dadb9d0eaf578e4</guid>
				<title>chanchal kumar replied to the discussion Relation Between OpportunityLineitem &#38; Pricebook entry in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/relation-between-opportunitylineitem-pricebook-entry/#post-33841</link>
				<pubDate>Thu, 13 Sep 2018 07:08:14 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/relation-between-opportunitylineitem-pricebook-entry/#post-33841"><span class="bb-reply-lable">Reply to</span> Relation Between OpportunityLineitem &amp; Pricebook entry</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Opportunity relates to Opportunity Product, Opportunity Product relates to a Pricebook Entry, Pricebook Entry then relates to Product.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ed5c74a7327e63895fc294d2345563c6</guid>
				<title>chanchal kumar replied to the discussion Difference between &#039;null&#039; and &#039;undefined&#039; In Apex in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/difference-between-null-and-undefined-in-apex/#post-33794</link>
				<pubDate>Wed, 12 Sep 2018 14:32:55 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/difference-between-null-and-undefined-in-apex/#post-33794"><span class="bb-reply-lable">Reply to</span> Difference between &#039;null&#039; and &#039;undefined&#039; In Apex</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>There are two special clauses in the &#8220;abstract equality comparison algorithm&#8221; in the JavaScript spec devoted to the case of one operand being null and the other being undefined, and the result is true for == and false for !=. Thus if the value of the variable is undefined, it&#8217;s not != null, and if it&#8217;s not null, it&#8217;s obviously not != null.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f54299064ec7cbdcd465fe78a5151eca</guid>
				<title>chanchal kumar replied to the discussion Why is it necessary for most sales teams to use both Leads and Contacts? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/why-is-it-necessary-for-most-sales-teams-to-use-both-leads-and-contacts-2/#post-33793</link>
				<pubDate>Wed, 12 Sep 2018 14:30:29 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/why-is-it-necessary-for-most-sales-teams-to-use-both-leads-and-contacts-2/#post-33793"><span class="bb-reply-lable">Reply to</span> Why is it necessary for most sales teams to use both Leads and Contacts?</a></p> <div class="bb-content-inr-wrap"><p>hi,</p>
<p>For instance, the use of Leads AND Contacts in Salesforce allows you to maintain a superior level of data quality and organization in your Salesforce database.  In many cases, an organization exclusively using contacts is converting all leads that come into their instance of Salesforce immediately into an existing account or creating a&hellip;<span class="activity-read-more" id="activity-read-more-75460"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/why-is-it-necessary-for-most-sales-teams-to-use-both-leads-and-contacts-2/#post-33793" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d4f22c8ec553f914dbb9f58f96c2107c</guid>
				<title>chanchal kumar replied to the discussion What is the maximum size of the pdf generated on Salesforce Visualforce Attribute RenderAs? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-maximum-size-of-the-pdf-generated-on-visualforce-attribute-renderas/#post-33792</link>
				<pubDate>Wed, 12 Sep 2018 14:19:10 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-the-maximum-size-of-the-pdf-generated-on-salesforce-visualforce-attribute-renderas/#post-33792"><span class="bb-reply-lable">Reply to</span> What is the maximum size of the pdf generated on Salesforce Visualforce Attribute RenderAs?</a></p> <div class="bb-content-inr-wrap"><p>hi,</p>
<p>The maximum response size when creating a PDF must be below 15 MB, before being rendered as a PDF. This is the standard limit for all Visualforce requests.<br />
The maximum file size for a generated PDF is 60 MB.<br />
The total size of all images included in a generated PDF is 30 MB.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7f100a5f8eddd51cb347b892ab5386ae</guid>
				<title>chanchal kumar replied to the discussion What is the scope of static variable in Apex? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-scope-of-static-variable-in-apex/#post-33791</link>
				<pubDate>Wed, 12 Sep 2018 14:11:34 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-the-scope-of-static-variable-in-apex/#post-33791"><span class="bb-reply-lable">Reply to</span> What is the scope of static variable in Apex?</a></p> <div class="bb-content-inr-wrap"><p>Hello Anurag,</p>
<p>A static variable defined in a trigger doesn’t retain its value between different trigger contexts within the same transaction, such as between before insert and after insert invocations. Instead, define the static variables in a class so that the trigger can access these class member variables and check their static values.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">39a1fd3c530a4d77f8b4ff72ea368c39</guid>
				<title>chanchal kumar replied to the discussion What is Apex Managed Sharing? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-apex-managed-sharing-2/#post-33640</link>
				<pubDate>Tue, 11 Sep 2018 14:41:30 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-apex-managed-sharing-2/#post-33640"><span class="bb-reply-lable">Reply to</span> What is Apex Managed Sharing?</a></p> <div class="bb-content-inr-wrap"><p>hello</p>
<p>To create an Apex sharing reason:</p>
<ol>
<li>From the management settings for the custom object, click New in the Apex Sharing Reasons related list.</li>
<li>Enter a label for the Apex sharing reason. The label displays in the Reason column when viewing the sharing for a record in the user interface. The label is also enabled for translation through&hellip;</li>
</ol>
<p><span class="activity-read-more" id="activity-read-more-75344"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-apex-managed-sharing-2/#post-33640" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2b2b5e7b3cb64d1b9d8d741c82d1a18c</guid>
				<title>chanchal kumar replied to the discussion What is Duplicate Management in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-duplicate-management-in-salesforce/#post-33639</link>
				<pubDate>Tue, 11 Sep 2018 14:34:43 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-duplicate-management-in-salesforce/#post-33639"><span class="bb-reply-lable">Reply to</span> What is Duplicate Management in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hello Shradha</p>
<p>1. A Matching Rule Compares Records and Detects Duplicates:The matching rule specified in a duplicate rule or job can compare records on the same object, such as leads, or one other object. For example, a rule can compare leads that duplicate contacts.</p>
<p>2. A Duplicate Rule or Job Handles Duplicates Duplicates can be detected when&hellip;<span class="activity-read-more" id="activity-read-more-75343"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-duplicate-management-in-salesforce/#post-33639" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0fb1757f32de987a4b0492a3c7ad1eee</guid>
				<title>chanchal kumar replied to the discussion What are the uses of big objects in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-the-uses-of-big-objects-in-salesforce/#post-33632</link>
				<pubDate>Tue, 11 Sep 2018 14:07:18 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-are-the-uses-of-big-objects-in-salesforce/#post-33632"><span class="bb-reply-lable">Reply to</span> What are the uses of big objects in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>hello Shradha,</p>
<p>Considerations in big object<br />
Big objects support only object and field permissions.<br />
You must use the Metadata API to define a big object or add a field to a custom big object.<br />
SOQL relationship queries are based on a lookup field from a big object to a standard or custom object in the select field list (not in filters&hellip;<span class="activity-read-more" id="activity-read-more-75336"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-are-the-uses-of-big-objects-in-salesforce/#post-33632" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6a4a1a45299f5ce537140926dc1f7cbe</guid>
				<title>chanchal kumar replied to the discussion What is single sign-on(SSO) in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-single-sign-onsso-in-salesforce/#post-33628</link>
				<pubDate>Tue, 11 Sep 2018 14:02:04 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-single-sign-onsso-in-salesforce/#post-33628"><span class="bb-reply-lable">Reply to</span> What is single sign-on(SSO) in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Single Sign-On (SSO) is a feature that connects multiple applications through one password. It makes life simple, by eliminating the need to remember multiple passwords, and allows you to login once and access many systems.</p>
<p>Federated authentication using Security Assertion Markup Language (SAML) lets you send authentication and authorization&hellip;<span class="activity-read-more" id="activity-read-more-75333"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-single-sign-onsso-in-salesforce/#post-33628" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5ff46ad6269354c7090e1eaa8bba40c8</guid>
				<title>chanchal kumar replied to the discussion What is single sign-on(SSO) in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-single-sign-onsso-in-salesforce/#post-33628</link>
				<pubDate>Tue, 11 Sep 2018 14:02:04 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-single-sign-onsso-in-salesforce/#post-33628"><span class="bb-reply-lable">Reply to</span> What is single sign-on(SSO) in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Single Sign-On (SSO) is a feature that connects multiple applications through one password. It makes life simple, by eliminating the need to remember multiple passwords, and allows you to login once and access many systems.</p>
<p>Terminology of Single Sign-On:</p>
<p>Here, we will be focusing on SAML-based Single Sign-On. There are a few basic terms to&hellip;<span class="activity-read-more" id="activity-read-more-75332"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-single-sign-onsso-in-salesforce/#post-33628" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">eacfffe03634795b0f45284f8fd0cd64</guid>
				<title>chanchal kumar replied to the discussion Is there a limit for data.com records? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-there-a-limit-for-datacom-records/#post-33625</link>
				<pubDate>Tue, 11 Sep 2018 13:55:18 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/is-there-a-limit-for-datacom-records/#post-33625"><span class="bb-reply-lable">Reply to</span> Is there a limit for data.com records?</a></p> <div class="bb-content-inr-wrap"><p>If adding a set of records causes you to exceed your addition limit, you’ll see a message that tells you how many additions you have remaining. If you still need to add more records, contact your administrator.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">eee7603c957445cb0661392198df8d87</guid>
				<title>chanchal kumar started the discussion Describe your understanding of RESTful web service? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/describe-your-understanding-of-restful-web-service/</link>
				<pubDate>Mon, 10 Sep 2018 14:31:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/describe-your-understanding-of-restful-web-service/">Describe your understanding of RESTful web service?</a></p> <div class="bb-content-inr-wrap"><p>Describe your understanding of RESTful web service?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cd5fca12795c44b8be28ac6e81cea29d</guid>
				<title>chanchal kumar started the discussion What are some common API errors? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-some-common-api-errors/</link>
				<pubDate>Mon, 10 Sep 2018 14:30:25 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-are-some-common-api-errors/">What are some common API errors?</a></p> <div class="bb-content-inr-wrap"><p>What are some common API errors?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f8f038b122a65607afe55e466b127cfe</guid>
				<title>chanchal kumar started the discussion Name some of the API testing tools. in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/name-some-of-the-api-testing-tools/</link>
				<pubDate>Mon, 10 Sep 2018 14:29:19 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/name-some-of-the-api-testing-tools/">Name some of the API testing tools.</a></p> <div class="bb-content-inr-wrap"><p>Name some of the API testing tools?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5dfae6fe1237e592b25479ecf91b0e1b</guid>
				<title>chanchal kumar replied to the discussion Explain the difference between a custom button and a custom link. in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/explain-the-difference-between-a-custom-button-and-a-custom-link/#post-33519</link>
				<pubDate>Mon, 10 Sep 2018 14:13:25 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/explain-the-difference-between-a-custom-button-and-a-custom-link/#post-33519"><span class="bb-reply-lable">Reply to</span> Explain the difference between a custom button and a custom link.</a></p> <div class="bb-content-inr-wrap"><p>Custom links can link to an external URL, such as google, a Visualforce page, or your company’s intranet. While custom buttons can connect users to external applications, such as web pages, and launch custom links.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8599b4582b6ae0386e4630680784e2f9</guid>
				<title>chanchal kumar replied to the discussion more than one server side controller in lightning in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/more-than-one-server-side-controller-in-lightning/#post-33508</link>
				<pubDate>Mon, 10 Sep 2018 13:45:13 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/more-than-one-server-side-controller-in-lightning/#post-33508"><span class="bb-reply-lable">Reply to</span> more than one server side controller in lightning</a></p> <div class="bb-content-inr-wrap"><p>Hello Anjali,</p>
<p>There is no way so far for multiple apex controllers link to one aura component. but component allows include child components or inherited from super component. Each component has one controller.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">af671a88668680ca376fbc04723529fc</guid>
				<title>chanchal kumar replied to the discussion Custom Setting in Salesforce and Their Importance in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/custom-setting-in-salesforce-and-their-importance/#post-33456</link>
				<pubDate>Mon, 10 Sep 2018 10:17:16 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/custom-setting-in-salesforce-and-their-importance/#post-33456"><span class="bb-reply-lable">Reply to</span> Custom Setting in Salesforce and Their Importance</a></p> <div class="bb-content-inr-wrap"><p>Hello Avnish,</p>
<p>Custom settings are similar to custom objects and enable application developers to create custom sets of data, as well as create and associate custom data for an organization, profile, or specific user. All custom settings data is exposed in the application cache, which enables efficient access without the cost of repeated&hellip;<span class="activity-read-more" id="activity-read-more-75212"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/custom-setting-in-salesforce-and-their-importance/#post-33456" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e4b766145b73eb4ccf354af8867579d4</guid>
				<title>chanchal kumar replied to the discussion Salesforce API and it’s usage in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/salesforce-api-and-its-usage/#post-33455</link>
				<pubDate>Mon, 10 Sep 2018 10:15:36 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/salesforce-api-and-its-usage/#post-33455"><span class="bb-reply-lable">Reply to</span> Salesforce API and it’s usage</a></p> <div class="bb-content-inr-wrap"><p>Hello Avnish</p>
<p>Example of salesforce APIs:</p>
<ol>
<li>REST API:  is a simple and powerful web service based on RESTful principles. It exposes all sorts of Salesforce functionality via REST resources and HTTP methods. For example, you can create, read, update, and delete (CRUD) records, search or query your data, retrieve object metadata, and&hellip;</li>
</ol>
<p><span class="activity-read-more" id="activity-read-more-75211"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/salesforce-api-and-its-usage/#post-33455" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">97c1d0d0dcfcab16f55ab9bb13bddcbb</guid>
				<title>chanchal kumar replied to the discussion What is a use case for Salesforce Connect? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-a-use-case-for-salesforce-connect/#post-33454</link>
				<pubDate>Mon, 10 Sep 2018 10:12:04 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-a-use-case-for-salesforce-connect/#post-33454"><span class="bb-reply-lable">Reply to</span> What is a use case for Salesforce Connect?</a></p> <div class="bb-content-inr-wrap"><p>Hello Avnish,</p>
<p>Use <strong>Salesforce Connect</strong> when :</p>
<ul>
<li>You have a large amount of data that you don’t want to copy into your Salesforce org.</li>
<li>You need small amounts of data at any one time.</li>
<li>You need real-time access to the latest data.</li>
<li>You store your data in the cloud or in a back-office system, but want to display or process that data in your&hellip;</li>
</ul>
<p><span class="activity-read-more" id="activity-read-more-90765"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-a-use-case-for-salesforce-connect/#post-33454" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fb1dc445d20fe92016b6adf9de3d3738</guid>
				<title>chanchal kumar replied to the discussion What is a use case for Salesforce Connect? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-a-use-case-for-salesforce-connect-2/#post-33454</link>
				<pubDate>Mon, 10 Sep 2018 10:12:04 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-a-use-case-for-salesforce-connect/#post-33454"><span class="bb-reply-lable">Reply to</span> What is a use case for Salesforce Connect?</a></p> <div class="bb-content-inr-wrap"><p>Hello Avnish,</p>
<p>Use Salesforce Connect when :</p>
<ul>
<li>You have a large amount of data that you don’t want to copy into your Salesforce org.</li>
<li>You need small amounts of data at any one time.</li>
<li>You need real-time access to the latest data.</li>
<li>You store your data in the cloud or in a back-office system, but want to display or process that data in your&hellip;</li>
</ul>
<p><span class="activity-read-more" id="activity-read-more-75210"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-a-use-case-for-salesforce-connect-2/#post-33454" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c18ee52ecb1876b8aa0d2031818dd68a</guid>
				<title>chanchal kumar replied to the discussion Is there a limit for data.com records? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-there-a-limit-for-data-com-records/#post-33287</link>
				<pubDate>Fri, 07 Sep 2018 13:39:50 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/is-there-a-limit-for-data-com-records/#post-33287"><span class="bb-reply-lable">Reply to</span> Is there a limit for data.com records?</a></p> <div class="bb-content-inr-wrap"><p>Hi Manpreet,</p>
<p>I want to add on in Saurabh&#8217; reply. If you’re a Data.com List User, your name also appears in the Data.com List User section of the page. After you’ve used your monthly record additions, you’ll share record additions from a pool with all other List Users in your organization. Your organization’s pool has a limit, so if one&hellip;<span class="activity-read-more" id="activity-read-more-75125"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/is-there-a-limit-for-data-com-records/#post-33287" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">57ce2cebdcf46d10b631c07b347baa2a</guid>
				<title>chanchal kumar started the discussion Missing module errors in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/missing-module-errors/</link>
				<pubDate>Thu, 06 Sep 2018 14:55:17 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/missing-module-errors/">Missing module errors</a></p> <div class="bb-content-inr-wrap"><p>what is Missing module errors in API hit?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">067bef2c738fcd3f2617d50ce4d2b285</guid>
				<title>chanchal kumar replied to the discussion Define managed sharing in APEX? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/define-managed-sharing-in-apex/#post-33141</link>
				<pubDate>Wed, 05 Sep 2018 14:39:20 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/define-managed-sharing-in-apex/#post-33141"><span class="bb-reply-lable">Reply to</span> Define managed sharing in APEX?</a></p> <div class="bb-content-inr-wrap"><p>Hello Prachi,</p>
<p>This is a capability that allows Salesforce developers and admins to share the resources. Specific permissions are set to manage the sharing and limit the access. You are free to change the permissions whenever needed.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">63c5cc8e0a3fd878f1920b58c42a147f</guid>
				<title>chanchal kumar started the discussion HTTP status codes in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/http-status-codes/</link>
				<pubDate>Wed, 05 Sep 2018 14:31:05 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/http-status-codes/">HTTP status codes</a></p> <div class="bb-content-inr-wrap"><p>What are HTTP status codes? Enlist few with meaning.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">21456d788a6e6a01d897ff0d61a2f058</guid>
				<title>chanchal kumar started the discussion What is Payload? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-payload/</link>
				<pubDate>Wed, 05 Sep 2018 14:29:45 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-payload/">What is Payload?</a></p> <div class="bb-content-inr-wrap"><p>What is Payload?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">69dc17306d043c9e1bdb927ca438154d</guid>
				<title>chanchal kumar started the discussion ‘Statelessness’ with respect to RESTful in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/statelessness-with-respect-to-restful/</link>
				<pubDate>Wed, 05 Sep 2018 14:27:14 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/statelessness-with-respect-to-restful/">‘Statelessness’ with respect to RESTful</a></p> <div class="bb-content-inr-wrap"><p>Explain the term ‘Statelessness’ with respect to RESTful WEB service?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b6257d5f4ed5bb59fa692ffbd5031a3e</guid>
				<title>chanchal kumar started the discussion Is there any limit of records to be inserted in map used to stored data in batch class? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-there-any-limit-of-records-to-be-inserted-in-map-used-to-stored-data-in-batch-class/</link>
				<pubDate>Wed, 05 Sep 2018 12:16:53 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/is-there-any-limit-of-records-to-be-inserted-in-map-used-to-stored-data-in-batch-class/">Is there any limit of records to be inserted in map used to stored data in batch class?</a></p> <div class="bb-content-inr-wrap"><p>Is there any limit of records to be inserted in map used to stored data in batch class? If yes, then what is that?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0ac120b19c59495f0793f9faddc62165</guid>
				<title>chanchal kumar started the discussion What are the different data types that a standard field record name can have? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-the-different-data-types-that-a-standard-field-record-name-can-have-3/</link>
				<pubDate>Tue, 04 Sep 2018 14:39:37 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-are-the-different-data-types-that-a-standard-field-record-name-can-have-3/">What are the different data types that a standard field record name can have?</a></p> <div class="bb-content-inr-wrap"><p>What are the different data types that a standard field record name can have?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">db11f76a4bfd232ec0ed828e31edb157</guid>
				<title>chanchal kumar replied to the discussion How To Force Lead Assignment Rule Via Apex While Updating Or Adding The Lead? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-force-lead-assignment-rule-via-apex-while-updating-or-adding-the-lead/#post-33029</link>
				<pubDate>Tue, 04 Sep 2018 14:26:46 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-force-lead-assignment-rule-via-apex-while-updating-or-adding-the-lead/#post-33029"><span class="bb-reply-lable">Reply to</span> How To Force Lead Assignment Rule Via Apex While Updating Or Adding The Lead?</a></p> <div class="bb-content-inr-wrap"><p>Hello Prachi,</p>
<p>To enforce Assignment Rules in Apex you will need to perform following steps:</p>
<p>1. Instantiate the “Database.DMLOptions” class.<br />
2. Set the “useDefaultRule” property of “assignmentRuleHeader” to True.<br />
3. Finally call a native method on your Lead called “setOptions”, with the Database.DMLOptions instance as the argument.</p>
<p>//&hellip;<span class="activity-read-more" id="activity-read-more-74886"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-force-lead-assignment-rule-via-apex-while-updating-or-adding-the-lead/#post-33029" rel="nofollow"> Read more</a></span></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 01:12:24 by W3 Total Cache
-->