<?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 | Prafull | Activity</title>
	<link>https://www.forcetalks.com/prafull-jain/activity/</link>
	<atom:link href="https://www.forcetalks.com/prafull-jain/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Prafull.</description>
	<lastBuildDate>Wed, 13 May 2026 12:15:47 +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">f38d77c13d143c903941a13b4f63e2b2</guid>
				<title>Prafull replied to the discussion Need help with syntex in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/need-help-with-syntex/#post-97529</link>
				<pubDate>Sun, 31 Oct 2021 03:48:14 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/need-help-with-syntex/#post-97529"><span class="bb-reply-lable">Reply to</span> Need help with syntex</a></p> <div class="bb-content-inr-wrap"><p>Hi yash,</p>
<p></p>
<p>You can convert set to list or list to set. In your scenario you&#8217;re assigning all the values of set to newly created list.</p>
<p></p>
<p>For more information follow below article</p>
<p></p>
<p><a target='_blank' href="https://www.biswajeetsamal.com/blog/convert-list-to-set-and-set-to-list-in-apex/" rel="nofollow">https://www.biswajeetsamal.com/blog/convert-list-to-set-and-set-to-list-in-apex/</a></p>
<p></p>
<p><a target='_blank' href="https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_methods_system_list.htm" rel="nofollow">https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_methods_system_list.htm</a></p>
<p></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e15ff78ee781910dc0ee4c29d36a1a3b</guid>
				<title>Prafull replied to the discussion Need help with syntex in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/need-help-with-syntex/#post-97300</link>
				<pubDate>Sun, 24 Oct 2021 16:00:38 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/need-help-with-syntex/#post-97300"><span class="bb-reply-lable">Reply to</span> Need help with syntex</a></p> <div class="bb-content-inr-wrap"><p>Hi yash,</p>
<p>In Apex Map&lt;Id,SObject_ApI_Name&gt; will take each record of entered sobject api name by making id as unique key field.</p>
<p>So in your code you&#8217;re inserting a list of opportunities, after that adding that list into map means you&#8217;re making map of opportunities with id as unique field.</p>
<p>Now map keySet method returns set of id as uniqness feature&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-126988"><a href="https://www.forcetalks.com/salesforce-topic/need-help-with-syntex/#post-97300" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">73d9490718deea7fa81d902bfc3fe7c8</guid>
				<title>Prafull posted a new post.</title>
				<link>https://www.forcetalks.com/?p=97104</link>
				<pubDate>Tue, 19 Oct 2021 19:12:35 +0530</pubDate>

									<content:encoded><![CDATA[ <a class="bb-post-img-link" href="https://www.forcetalks.com/mass-bulk-insert-custom-metadata-records-through-csv-salesforce-developer-guide/"><img class="lazy" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20960%20540'%3E%3C/svg%3E" data-src="https://cdn.forcetalks.com/wp-content/uploads/2021/10/MetaData-Records.jpg?x35051" /></a> <div class="bb-content-wrp"><a class="bb-post-title-link" href="https://www.forcetalks.com/mass-bulk-insert-custom-metadata-records-through-csv-salesforce-developer-guide/"><span class="bb-post-title">Mass/Bulk Insert Custom MetaData Records through CSV | Salesforce Developer Guide</span></a> <p>Why do We need to Mass Insert Custom MetaData Records? Basically in business, there are lots of perspectives when we need to use static values…</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c5a256e7a0d57ac0baa36f999d76f707</guid>
				<title>Prafull replied to the discussion Generating leads and automated emails in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/generating-leads-and-automated-emails/#post-96124</link>
				<pubDate>Sun, 26 Sep 2021 10:58:53 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/generating-leads-and-automated-emails/#post-96124"><span class="bb-reply-lable">Reply to</span> Generating leads and automated emails</a></p> <div class="bb-content-inr-wrap"><p>Hi Henrieta,</p>
<p></p>
<p>You can make use of Process Builder/Flow to send email when lead is created with source web.</p>
<p>If you want to add attachment then you need invoke an apex action that have id of uploaded file as pdf.</p>
<p></p>
<p>Please refer below links </p>
<p><a target='_blank' href="https://www.linkedin.com/pulse/sending-email-attachment-using-process-builder-shweta-soparkar-/" rel="nofollow">Sending an email with attachment using Process Builder in Salesforce. | LinkedIn</a></p>
<p></p>
<p>&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-126036"><a href="https://www.forcetalks.com/salesforce-topic/generating-leads-and-automated-emails/#post-96124" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b3897e5372d9cfabaef292d6b6ffecb0</guid>
				<title>Prafull replied to the discussion reset Salesforce password in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/reset-salesforce-password/#post-95031</link>
				<pubDate>Wed, 18 Aug 2021 15:19:29 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/reset-salesforce-password/#post-95031"><span class="bb-reply-lable">Reply to</span> reset Salesforce password</a></p> <div class="bb-content-inr-wrap"><p>Check spam and bin folder on email or check email address in trailblazer account.&lt;div&gt;<br />&lt;/div&gt;&lt;div&gt;If any of above thing doesn&#8217;t help then try to get your org id and raise a case on salesforce support they will help you to get back your org.&lt;/div&gt;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5455059aa3b904547dee60fbff7a3c2c</guid>
				<title>Prafull replied to the discussion Can we create roll up summary field in lookup Relationship???Please reply in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/relationship/#post-94849</link>
				<pubDate>Wed, 11 Aug 2021 10:48:57 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/relationship/#post-94849"><span class="bb-reply-lable">Reply to</span> Can we create roll up summary field in lookup Relationship???Please reply</a></p> <div class="bb-content-inr-wrap"><p>No,  But you can make read only field that will be updated their value according to trigger or lightning flows with sum calculations (Average, Sum, count).</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a2e5454b78ee281ec1bb837a1ca433c9</guid>
				<title>Prafull replied to the discussion role in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/role/#post-94788</link>
				<pubDate>Sun, 08 Aug 2021 06:26:03 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/role/#post-94788"><span class="bb-reply-lable">Reply to</span> role</a></p> <div class="bb-content-inr-wrap"><p>Requirement:- </p>
<p>Hierarchy Manager (Profile = Manager) (Create, Update &amp; Delete the Assign Object Record)</p>
<p>       |&#8212;&gt; Team lead  (Create, Update  for Assign Object) (See their own record and high                           priority assign object record)</p>
<p>       |&#8212;&gt; Executive team lead (Create, Update  for Assign Object) (See their&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-124333"><a href="https://www.forcetalks.com/salesforce-topic/role/#post-94788" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">437a93fc9a35583218fc68d8ca1acf36</guid>
				<title>Prafull replied to the discussion Questions on Aura, Salesforce configurations in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/questions-on-aura-salesforce-configurations/#post-94787</link>
				<pubDate>Sat, 07 Aug 2021 11:38:41 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/questions-on-aura-salesforce-configurations/#post-94787"><span class="bb-reply-lable">Reply to</span> Questions on Aura, Salesforce configurations</a></p> <div class="bb-content-inr-wrap"><p>2&gt;A profile has contact delete permission.This profile is assigned to 2 users but one user should be able to delete contact other should not .How do you achieve this</p>
<p>For the same scenario above let&#8217;s say I have a lightning button to delete contact and I have made the class as with sharing. In this scenario what happens when I delete the contact&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-124330"><a href="https://www.forcetalks.com/salesforce-topic/questions-on-aura-salesforce-configurations/#post-94787" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3a2c3a3aa08245c4ce4dfb291bd105f5</guid>
				<title>Prafull replied to the discussion Show space seprated number in Lightning datatable salesforce in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/show-space-seprated-number-in-lightning-datatable-salesforce/#post-94658</link>
				<pubDate>Sat, 31 Jul 2021 12:28:49 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/show-space-seprated-number-in-lightning-datatable-salesforce/#post-94658"><span class="bb-reply-lable">Reply to</span> Show space seprated number in Lightning datatable salesforce</a></p> <div class="bb-content-inr-wrap"><p>Hi Balram,</p>
<p></p>
<p>You can take reference from below code.</p>
<p></p>
<p></p>
<p>@track data;</p>
<p>@track columns = columns;</p>
<p>@api recordId;</p>
<p>error;</p>
<p>const columns = [</p>
<p> {</p>
<p> label: &#8216;Number&#8217;,</p>
<p> fieldName: &#8216;number&#8217;,</p>
<p> type: &#8216;text&#8217;,</p>
<p> cellAttributes: { alignment: &#8216;left&#8217; }</p>
<p> }</p>
<p>];</p>
<p>@wire(getData, {recordId:&#8217;$recordId&#8217; })</p>
<p> wiredResult(result) {</p>
<p> if (result.data) {</p>
<p>var rows=result.data;</p>
<p> for (var i = 0; i&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-124055"><a href="https://www.forcetalks.com/salesforce-topic/show-space-seprated-number-in-lightning-datatable-salesforce/#post-94658" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aad5f2ad8ec0ff863bc823a03b69c1cb</guid>
				<title>Prafull replied to the discussion Docusign Integration - Picklist Merge Fields Showing No Options in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/docusign-integration-picklist-merge-fields-showing-no-options/#post-94657</link>
				<pubDate>Sat, 31 Jul 2021 12:18:34 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/docusign-integration-picklist-merge-fields-showing-no-options/#post-94657"><span class="bb-reply-lable">Reply to</span> Docusign Integration - Picklist Merge Fields Showing No Options</a></p> <div class="bb-content-inr-wrap"><p>Hi Sam Lee,</p>
<p>As error (I have no options for the signer to choose from in this field) is clearly indicating that there is not any signing element in document that you want to send to multiple user. There is signing element in left side block inside Docusgin E-Signature for Salesforce.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e88b0f075157bd6bf088931e76b386ed</guid>
				<title>Prafull replied to the discussion What are the three languages used in the Visualforce page in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-the-three-languages-used-in-the-visualforce-page-in-salesforce/#post-92858</link>
				<pubDate>Tue, 01 Jun 2021 02:49:13 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-are-the-three-languages-used-in-the-visualforce-page-in-salesforce/#post-92858"><span class="bb-reply-lable">Reply to</span> What are the three languages used in the Visualforce page in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Html<br />
Css<br />
Js</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f48f1b51c6223d822e6c133f100e4df1</guid>
				<title>Prafull replied to the discussion How to add drop down filters in LWC in Salesforce ? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-add-drop-down-filters-in-lwc-in-salesforce/#post-92814</link>
				<pubDate>Mon, 31 May 2021 03:36:29 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-add-drop-down-filters-in-lwc-in-salesforce/#post-92814"><span class="bb-reply-lable">Reply to</span> How to add drop down filters in LWC in Salesforce ?</a></p> <div class="bb-content-inr-wrap"><p>You can either use select tag of html and get the value through template.queryselector  or lightning combobox component</p>
<p>Please refer below link<br />
<a target='_blank' href="https://www.google.com/amp/s/eshopsync.com/dropdown-in-lightning-web-component-lwc/amp/" rel="nofollow">https://www.google.com/amp/s/eshopsync.com/dropdown-in-lightning-web-component-lwc/amp/</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e7c091d91059a5603ebdc319e7e7605b</guid>
				<title>Prafull replied to the discussion How to create a list view in Salesforce ? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-create-a-list-view-in-salesforce/#post-92809</link>
				<pubDate>Sun, 30 May 2021 12:04:16 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-create-a-list-view-in-salesforce/#post-92809"><span class="bb-reply-lable">Reply to</span> How to create a list view in Salesforce ?</a></p> <div class="bb-content-inr-wrap"><p>You can create it on any object/tab.</p>
<p>Go to your App &#8211;&gt; tab&#8211;&gt; on list of records you&#8217;ve see that below your tab name there is recently viewes record option just change it my &#8211;&gt; now in right side on same row you&#8217;re see that settimg icon click on that &#8211;&gt; there os option for new liat view.</p>
<p>You can use list view to show only filtered&hellip;<span class="activity-read-more" id="activity-read-more-121788"><a href="https://www.forcetalks.com/salesforce-topic/how-to-create-a-list-view-in-salesforce/#post-92809" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a1c77593dc28860834e9ab923c10a59b</guid>
				<title>Prafull replied to the discussion How can we use auto Expand functionality in LWC Component in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-use-auto-expand-functionality-in-lwc-component-in-salesforce/#post-92808</link>
				<pubDate>Sun, 30 May 2021 11:59:55 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-use-auto-expand-functionality-in-lwc-component-in-salesforce/#post-92808"><span class="bb-reply-lable">Reply to</span> How can we use auto Expand functionality in LWC Component in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Future method was comes in asynchronous process i.e annotated as @future.<br />
It is basically used for http callout using callout=true inthrough trigger.<br />
Like @future(callout=true)</p>
<p>Future method wait until the resources isn&#8217;t available. We can also use it to avoid mix dml operation errors. </p>
<p>There are limitations on future method<br />
1. We can&#8217;t able&hellip;<span class="activity-read-more" id="activity-read-more-121787"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-use-auto-expand-functionality-in-lwc-component-in-salesforce/#post-92808" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bff219f2ecee1f77cb8cf0894f67420b</guid>
				<title>Prafull replied to the discussion Chained queuable jobs invoked through trigger. in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/chained-queuable-jobs-invoked-through-trigger/#post-92807</link>
				<pubDate>Sun, 30 May 2021 06:00:11 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/chained-queuable-jobs-invoked-through-trigger/#post-92807"><span class="bb-reply-lable">Reply to</span> Chained queuable jobs invoked through trigger.</a></p> <div class="bb-content-inr-wrap"><p>As Salesforce document You can’t chain queueable jobs in an Apex test. Doing so results in an error. To avoid getting an error, you can check if Apex is running in test context by calling Test.isRunningTest() before chaining jobs.</p>
<p>You can refer below&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-121786"><a href="https://www.forcetalks.com/salesforce-topic/chained-queuable-jobs-invoked-through-trigger/#post-92807" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6e60c076d46c7840cacf86ff02582345</guid>
				<title>Prafull replied to the discussion Apex Batch Class in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/apex-batch-class/#post-92805</link>
				<pubDate>Sun, 30 May 2021 03:44:06 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/apex-batch-class/#post-92805"><span class="bb-reply-lable">Reply to</span> Apex Batch Class</a></p> <div class="bb-content-inr-wrap"><p>You can use database.stateful interface to know the state of each record using Database.SaveResult class  as well as store the record information in any non static variable that we will be used in finish of our batch class. You can refer&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-121784"><a href="https://www.forcetalks.com/salesforce-topic/apex-batch-class/#post-92805" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2ab804aa185d38bd1a51dac675388382</guid>
				<title>Prafull joined the group Salesforce Support</title>
				<link>https://www.forcetalks.com/activity/p/121783/</link>
				<pubDate>Sun, 30 May 2021 03:39:13 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2735ad0a19d426a6444e4ed00b8c64d6</guid>
				<title>Prafull joined the group Smart Salesforce Solutions</title>
				<link>https://www.forcetalks.com/activity/p/121782/</link>
				<pubDate>Sun, 30 May 2021 03:39:08 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">91e04ddfd6b00c1b6d7197e25defa75f</guid>
				<title>Prafull replied to the discussion What exactly does Salesforce do? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-exactly-does-salesforce-do/#post-92804</link>
				<pubDate>Sun, 30 May 2021 03:38:33 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-exactly-does-salesforce-do/#post-92804"><span class="bb-reply-lable">Reply to</span> What exactly does Salesforce do?</a></p> <div class="bb-content-inr-wrap"><p>Salesforce is CRM software that provides a way to improve business growth using different products of salesforce Ecosystem (Sales/Service/Marketing/Commerce/Health Cloud any many more). You can do customization in salesforce, to do this Salesforce provides both SaaS, PaaS type applications. You can learn all things to know more about&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-121781"><a href="https://www.forcetalks.com/salesforce-topic/what-exactly-does-salesforce-do/#post-92804" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">891235bdc9ce2fbe393f178b1214cb95</guid>
				<title>Prafull posted a new post.</title>
				<link>https://www.forcetalks.com/?p=91915</link>
				<pubDate>Wed, 28 Apr 2021 20:46:42 +0530</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">d92ee9d3fe9a7a22475ca6ab992554f2</guid>
				<title>Prafull posted a new post.</title>
				<link>https://www.forcetalks.com/?p=91646</link>
				<pubDate>Mon, 19 Apr 2021 18:15:25 +0530</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">cbed4f141aa6d5075fe0bababb2a68fd</guid>
				<title>Prafull replied to the discussion How to manage Picklist Values in Salesforce ? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-manage-picklist-values-in-salesforce/#post-91608</link>
				<pubDate>Tue, 13 Apr 2021 12:08:27 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-manage-picklist-values-in-salesforce/#post-91608"><span class="bb-reply-lable">Reply to</span> How to manage Picklist Values in Salesforce ?</a></p> <div class="bb-content-inr-wrap"><p>There are two ways to manage picklist values in salesforce, which are given below.</p>
<p>1. Picklist Value Set (Inside Setup) -&gt; It is used as global picklist values that can be reused in one or more object as well as picklist field. You can make it by going to Setup &#8211;&gt; Picklist Value Set &#8211;&gt; New after creation that in any object Object Manager&hellip;<span class="activity-read-more" id="activity-read-more-120878"><a href="https://www.forcetalks.com/salesforce-topic/how-to-manage-picklist-values-in-salesforce/#post-91608" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">511863994bda209f8c3bb778f1b05c67</guid>
				<title>Prafull posted a new post.</title>
				<link>https://www.forcetalks.com/?p=91382</link>
				<pubDate>Wed, 07 Apr 2021 18:46:47 +0530</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">07aab64070ada7839b8278b48416eae4</guid>
				<title>Prafull posted a new post.</title>
				<link>https://www.forcetalks.com/?p=90404</link>
				<pubDate>Tue, 02 Mar 2021 18:44:56 +0530</pubDate>

									<content:encoded><![CDATA[ <a class="bb-post-img-link" href="https://www.forcetalks.com/salesforce-marketing-cloud-custom-profile-and-preference-centre/"><img class="lazy" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20960%20540'%3E%3C/svg%3E" data-src="https://cdn.forcetalks.com/wp-content/uploads/2021/03/Marketing-Cloud-Custom-Profile.jpg?x35051" /></a> <div class="bb-content-wrp"><a class="bb-post-title-link" href="https://www.forcetalks.com/salesforce-marketing-cloud-custom-profile-and-preference-centre/"><span class="bb-post-title">Salesforce Marketing Cloud Custom Profile and Preference Centre</span></a> <p>Custom Profile &amp; Subscription Centre Working  1. Why we need Custom Profile &amp; Subscription center In SFMC we have seen Preference/Profile center either from Email…</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">05c7a5ccdebbd93d1305ac5812a01131</guid>
				<title>Prafull replied to the discussion Which  operations affect the number of times a trigger can fire in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/which-operations-affect-the-number-of-times-a-trigger-can-fire-in-salesforce/#post-90106</link>
				<pubDate>Tue, 16 Feb 2021 04:10:20 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/which-operations-affect-the-number-of-times-a-trigger-can-fire-in-salesforce/#post-90106"><span class="bb-reply-lable">Reply to</span> Which  operations affect the number of times a trigger can fire in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Workflow Rules</p>
<p>Roll-Up Summary fields</p>
<p>Criteria-Based Sharing Calculations</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c204a108337cdb04da60882900148b48</guid>
				<title>Prafull joined the group Salesforce Certifications</title>
				<link>https://www.forcetalks.com/activity/p/119268/</link>
				<pubDate>Sun, 07 Feb 2021 04:14:50 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2694a19babdcff990416d98ac2815257</guid>
				<title>Prafull joined the group Salesforce Partners and Professionals</title>
				<link>https://www.forcetalks.com/activity/p/119267/</link>
				<pubDate>Sun, 07 Feb 2021 04:14:42 +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
Minified using Disk

Served from: www.forcetalks.com @ 2026-05-13 18:14:15 by W3 Total Cache
-->