<?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 | Mohit | Activity</title>
	<link>https://www.forcetalks.com/mohit-aalgoworks-com/activity/</link>
	<atom:link href="https://www.forcetalks.com/mohit-aalgoworks-com/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Mohit.</description>
	<lastBuildDate>Sat, 16 May 2026 23:43:12 +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">e11b98405d1ae7ca313b61cecbb0fab4</guid>
				<title>Mohit replied to the discussion Salesforce Query to Get the list of accounts where Related contacts Greater than 200 in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/query-to-get-the-list-of-accounts-where-related-contacts-greater-than-20/#post-24828</link>
				<pubDate>Thu, 01 Feb 2018 09:38:46 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/salesforce-query-to-get-the-list-of-accounts-where-related-contacts-greater-than-200/#post-24828"><span class="bb-reply-lable">Reply to</span> Salesforce Query to Get the list of accounts where Related contacts Greater than 200</a></p> <div class="bb-content-inr-wrap"><p>Hi Subramanyam Subbu,<br />
Yes, it is possible to query the list of Accounts where Associated Contacts greater than 200.<br />
For this, we can use the Aggregate query to fetch the AccountId of those Account record having related contact greater than 200.<br />
Here is the Code below:-</p>
<p>AggregateResult[] groupedResults = [select AccountID from Contact GROUP&hellip;<span class="activity-read-more" id="activity-read-more-33120"><a href="https://www.forcetalks.com/salesforce-topic/query-to-get-the-list-of-accounts-where-related-contacts-greater-than-20/#post-24828" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cc75b76da7743f6acb4df7d4733b570f</guid>
				<title>Mohit replied to the discussion How can we prevent phishing attacks in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/phishing-attacks-in-salesforce/#post-24556</link>
				<pubDate>Mon, 29 Jan 2018 08:41:12 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-prevent-phishing-attacks-in-salesforce/#post-24556"><span class="bb-reply-lable">Reply to</span> How can we prevent phishing attacks in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Manpreet,</p>
<p>Phishing is a social engineering technique that attempts to acquire sensitive information such as usernames, passwords, and credit card details by masquerading as a trustworthy entity in an electronic communication. Phishers often direct users to enter details at a fake website whose URL and look-and-feel are almost identical to&hellip;<span class="activity-read-more" id="activity-read-more-28875"><a href="https://www.forcetalks.com/salesforce-topic/phishing-attacks-in-salesforce/#post-24556" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ee88235503de258bc23897526a15004f</guid>
				<title>Mohit and 0to1Code.Com are now connected</title>
				<link>https://www.forcetalks.com/activity/p/28445/</link>
				<pubDate>Thu, 11 Jan 2018 21:18:15 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">28ef730e4f45fecd936b269ea82fe983</guid>
				<title>Mohit replied to the discussion How to restrict a user to not create more than 15 records in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-restrict-a-user-to-not-create-more-than-15-records-in-salesforce/#post-23141</link>
				<pubDate>Tue, 02 Jan 2018 13:50:41 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-restrict-a-user-to-not-create-more-than-15-records-in-salesforce/#post-23141"><span class="bb-reply-lable">Reply to</span> How to restrict a user to not create more than 15 records in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Shaik,<br />
I have done this functionality in my org, with the help of apex trigger.</p>
<p>This is the following code to achieve this functionaity.</p>
<p>trigger toCheckNumberOfUser On Opportunity(before Insert, before update){<br />
Map&lt;Id,Integer&gt; mapofOwnerIdVsCount = new Map&lt;Id,Integer&gt;();<br />
for(AggregateResult arOpp : [select count(id),OwnerId from&hellip;<span class="activity-read-more" id="activity-read-more-28110"><a href="https://www.forcetalks.com/salesforce-topic/how-to-restrict-a-user-to-not-create-more-than-15-records-in-salesforce/#post-23141" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">faa9983cc4761358a880156c9648977e</guid>
				<title>Mohit and Suyash are now connected</title>
				<link>https://www.forcetalks.com/activity/p/18874/</link>
				<pubDate>Mon, 21 Aug 2017 09:54:50 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8d63ab039eba914ab3715903a8416f78</guid>
				<title>Mohit started the discussion List of Public Group from which user is logged in Salesforce Community in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/list-of-public-group-from-which-user-is-logged-in-salesforce-community/</link>
				<pubDate>Fri, 16 Jun 2017 16:00:54 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/list-of-public-group-from-which-user-is-logged-in-salesforce-community/">List of Public Group from which user is logged in Salesforce Community</a></p> <div class="bb-content-inr-wrap"><p>Can we get the list of &#8220;Public Groups&#8221; from which the User is logged in Salesforce community without using Apex code? And If Yes, then How?<br />
For e.g. Like if I logged in the Salesforce Community then there should be a page in which I can a get list of &#8220;Public Groups&#8221; in which I was included in Salesforce Group.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ede92b17bf430ea79fc3f2e73e205f31</guid>
				<title>Mohit changed their profile photo</title>
				<link>https://www.forcetalks.com/activity/p/17238/</link>
				<pubDate>Wed, 17 May 2017 09:16:28 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">82437f12083b215307154c2d46a18b09</guid>
				<title>Mohit replied to the discussion what is list used for in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-list-used-for-in-salesforce/#post-17796</link>
				<pubDate>Fri, 06 Jan 2017 15:09:15 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-list-used-for-in-salesforce/#post-17796"><span class="bb-reply-lable">Reply to</span> what is list used for in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Sushant,</p>
<p>The List&lt;SelectOption&gt; is used to show the dynamic drop-down value on the visualforce page.</p>
<p>For Eg:-</p>
<p>Apex Controller:-</p>
<p>public class sampleCon {</p>
<p>String[] countries = new String[]{};</p>
<p>public PageReference test() {<br />
return null;<br />
}</p>
<p>public List&lt;SelectOption&gt; getItems() {<br />
List&lt;SelectOption&gt; options =&hellip;<span class="activity-read-more" id="activity-read-more-14232"><a href="https://www.forcetalks.com/salesforce-topic/what-is-list-used-for-in-salesforce/#post-17796" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2005e65dea811f44148314836cf209ef</guid>
				<title>Mohit and Sourabh are now connected</title>
				<link>https://www.forcetalks.com/activity/p/14211/</link>
				<pubDate>Fri, 06 Jan 2017 11:38:21 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7247452d2cb79b7caa6971b91182f4f3</guid>
				<title>Mohit started the discussion How can we get the list of users who have the read permission on the case in salesforce? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-get-the-list-of-user-those-who-have-the-read-permission-on-the-case/</link>
				<pubDate>Thu, 05 Jan 2017 11:25:55 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-get-the-list-of-users-those-who-have-the-read-permission-on-the-case-in-salesforce/">How can we get the list of users who have the read permission on the case in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>How can we get the list of user those who have the read permission on the case sObject?</p>
<p>We have a scenario in which we want a list of user those who have the read permission on the case sObject in salesforce?</p>
<p>please give suugestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6459f3b08a00b36c0f1432ecc4df40c5</guid>
				<title>Mohit started the discussion How can we get the list of users who have the read permission on the case in salesforce? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-get-the-list-of-user-those-who-have-the-read-permission-on-the-case/</link>
				<pubDate>Thu, 05 Jan 2017 11:25:55 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-get-the-list-of-users-those-who-have-the-read-permission-on-the-case-in-salesforce/">How can we get the list of users who have the read permission on the case in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>How can we get the list of user those who have the read permission on the case?</p>
<p>We have a scenario in which we want a list of user those who have the read permission on the case in salesforce?</p>
<p>please give suugestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2e068687cf1aaa4be5f0af36047103e3</guid>
				<title>Mohit replied to the discussion Can we call a future method in another future method in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-call-a-future-method-in-another-future-method/#post-17419</link>
				<pubDate>Mon, 19 Dec 2016 12:56:52 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/can-we-call-a-future-method-in-another-future-method-in-salesforce/#post-17419"><span class="bb-reply-lable">Reply to</span> Can we call a future method in another future method in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Sushant,</p>
<p>You cannot call a future method from another future method as both them are asynchronous. In salesforce you cannot call one asynchronous function into another asynchronous method.</p>
<p>As per the salesforce documentation:-</p>
<p>You cannot call a method annotated with future from a method that also has the future annotation. Nor can you&hellip;<span class="activity-read-more" id="activity-read-more-13958"><a href="https://www.forcetalks.com/salesforce-topic/can-we-call-a-future-method-in-another-future-method/#post-17419" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fab5bfc303df9621c415396c1ea828ae</guid>
				<title>Mohit replied to the discussion Difference between list.Size() &#62; 0 vs list != null vs list.IsEmpty() in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/difference-between-list-size-0-vs-list-null-vs-list-isempty/#post-17313</link>
				<pubDate>Thu, 15 Dec 2016 08:04:54 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/difference-between-list-size-0-vs-list-null-vs-list-isempty/#post-17313"><span class="bb-reply-lable">Reply to</span> Difference between list.Size() &gt; 0 vs list != null vs list.IsEmpty() in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Ashley,</p>
<p>The List.Size()&gt;0 will check whether the list has any record in it or not.</p>
<p>The List!=null will be use full when you have not initialize the list. It is not helpfull to check the whether the list has any record or not. This is a waste of CPU time, because (a) records will never be null, and (b) iterating over an empty list&hellip;<span class="activity-read-more" id="activity-read-more-13906"><a href="https://www.forcetalks.com/salesforce-topic/difference-between-list-size-0-vs-list-null-vs-list-isempty/#post-17313" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c54b3ea68c0560904c6c1917802e8843</guid>
				<title>Mohit replied to the discussion API names for all standard fields in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/api-names-for-all-standard-fields-in-salesforce/#post-17091</link>
				<pubDate>Tue, 06 Dec 2016 07:27:55 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/api-names-for-all-standard-fields-in-salesforce/#post-17091"><span class="bb-reply-lable">Reply to</span> API names for all standard fields in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Kumar,</p>
<p>On the Standard Object : &#8211;</p>
<p>1)Goto the setup.</p>
<p>2)In Quick Find Box write the Object name and then Goto the Field To know the Field associate to that Object.</p>
<p>On the Custom Object:-</p>
<p>1. Go to Setup.<br />
2. Under &#8220;Build,&#8221; click Create | Objects.<br />
3. Click the object name, click Fields.<br />
4. And check for &#8220;API name&#8221; column name value</p>
<p>On&hellip;<span class="activity-read-more" id="activity-read-more-13697"><a href="https://www.forcetalks.com/salesforce-topic/api-names-for-all-standard-fields-in-salesforce/#post-17091" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9f357c452a556f4b4b0ce65cd0c580bd</guid>
				<title>Mohit started the discussion How can we search a name of an sObject by the name of single or multiple key words both from the single search textbox? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-search-a-name-of-an-sobject-by-the-name-of-singe-or-multiple-key-words-both-from-the-single-search-textbox/</link>
				<pubDate>Thu, 24 Nov 2016 15:05:17 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-search-a-name-of-an-sobject-by-the-name-of-single-or-multiple-key-words-both-from-the-single-search-textbox/">How can we search a name of an sObject by the name of single or multiple key words both from the single search textbox?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>How can we search a name of an sObject by the name of singe or multiple key words both from the single search textbox?</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8ed324438a76fcd28bea7c07e601728f</guid>
				<title>Mohit started the discussion In Salesforce, how can we stop the insertion of the record on the click of &#039;Enter Key&#039; from the Keyboard? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-stop-the-insertion-of-the-record-on-the-click-of-enter-key-from-the-keyboard/</link>
				<pubDate>Thu, 24 Nov 2016 15:05:07 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/in-salesforce-how-can-we-stop-the-insertion-of-the-record-on-the-click-of-enter-key-from-the-keyboard/">In Salesforce, how can we stop the insertion of the record on the click of 'Enter Key' from the Keyboard?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>How can we stop the insertion of the record on the click of &#8216;Enter Key&#8217; from the Keyboard?</p>
<p>Please Give Suggestion.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6c91ae9d09a385a41b9772b27bf64695</guid>
				<title>Mohit updated their profile</title>
				<link>https://www.forcetalks.com/activity/p/13545/</link>
				<pubDate>Tue, 22 Nov 2016 12:21:32 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">860565c187e0cc86241ef06ca7acf10b</guid>
				<title>Mohit started the discussion How can we find the object name based on the parent Id in the easiest way? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-find-the-object-name-based-on-the-parent-id-in-the-easiest-way/</link>
				<pubDate>Thu, 17 Nov 2016 14:17:38 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-find-the-object-name-based-on-the-parent-id-in-the-easiest-way/">How can we find the object name based on the parent Id in the easiest way?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>How can we find the object name based on the parent Id in the easiest way?</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">430d591433e026ec803aea02d44710db</guid>
				<title>Mohit started the discussion How can we schedule class such that it will excute after every 50 mintues?what is the cron expression for every 50 minutes scheduler? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-schedule-class-such-that-it-will-excute-after-every-50-mintueswhat-is-the-cron-expression-for-every-50-minutes-scheduler/</link>
				<pubDate>Thu, 17 Nov 2016 14:07:37 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-schedule-class-such-that-it-will-excute-after-every-50-mintueswhat-is-the-cron-expression-for-every-50-minutes-scheduler/">How can we schedule class such that it will excute after every 50 mintues?what is the cron expression for every 50 minutes scheduler?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>How can we schedule class such that it will excute after every 50 mintues?what is the cron expression for every 50 minutes scheduler?</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e9fb7d9d222d4e4d8bba514157308420</guid>
				<title>Mohit started the discussion What is a Cron Expression in salesforce? How it can help us in salesforce? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-a-cron-expression-in-salesforce-how-it-can-help-us-in-salesforce/</link>
				<pubDate>Thu, 17 Nov 2016 14:07:17 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-a-cron-expression-in-salesforce-how-it-can-help-us-in-salesforce/">What is a Cron Expression in salesforce? How it can help us in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>What is a Cron Expression in salesforce? How it can help us in salesforce?</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2de55fe55c687a7c43085ab5b0a05324</guid>
				<title>Mohit updated their profile</title>
				<link>https://www.forcetalks.com/activity/p/13450/</link>
				<pubDate>Tue, 15 Nov 2016 07:37:34 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9b36c3b249c57ae7ed4261eab53cf3ce</guid>
				<title>Mohit started the discussion How can we avoid &#039;Apex CPU Time Limit Exceed&#039; in salesforce? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-avoid-apex-cpu-time-limit-exceed-in-salesforce/</link>
				<pubDate>Thu, 10 Nov 2016 14:54:35 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-avoid-apex-cpu-time-limit-exceed-in-salesforce/">How can we avoid &#039;Apex CPU Time Limit Exceed&#039; in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>How can we avoid &#8216;Apex CPU Time Limit Exceed&#8217; in salesforce?</p>
<p>In which scenario the &#8216;Apex CPU Time Limit Exceed&#8217; occur.</p>
<p>Please give suggestion.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5f3c3d0c9a28d863dc9dd22cd950059c</guid>
				<title>Mohit started the discussion Why should we avoid nested loop in Salesforce Apex controller and how to achieve it? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/why-should-we-avoid-nested-loop-in-apex-controller-how-can-we-avoid-nested-loop-in-apex-controller/</link>
				<pubDate>Thu, 10 Nov 2016 14:53:27 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/why-should-we-avoid-nested-loop-in-salesforce-apex-controller-and-how-to-achieve-it">Why should we avoid nested loop in Salesforce Apex controller and how to achieve it?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>Why should we avoid nested loop in Apex controller? How can we avoid nested loop in apex controller?</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">96e834d046e0e4f34267c27bd8d3cd14</guid>
				<title>Mohit started the discussion Are we at risk of Salesforce race condition in future method? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/we-are-at-risk-of-race-condition-in-future-method/</link>
				<pubDate>Mon, 07 Nov 2016 15:55:02 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/are-we-at-risk-of-salesforce-race-condition-in-future-method/">Are we at risk of Salesforce race condition in future method?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>We are at risk of race condition in future method?</p>
<p>If we invoke an future method from a trigger that is performing a arithmetic operation based on data that is being committed in the trigger and  we are at a risk for a race condition?</p>
<p>Please give suggestion.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">331140e16818b937574470da6dcc2194</guid>
				<title>Mohit started the discussion Why should we use the Test.setCurrentPage() method in Test class on salesforce? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/why-should-we-use-the-test-setcurrentpage-method-in-test-class-on-salesforce/</link>
				<pubDate>Mon, 07 Nov 2016 15:54:00 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/why-should-we-use-the-test-setcurrentpage-method-in-test-class-on-salesforce/">Why should we use the Test.setCurrentPage() method in Test class on salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>Why should we use the Test.setCurrentPage() method in Test class on salesforce?<br />
Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">337d302908d2e7a9f2cb76d236ed8b8a</guid>
				<title>Mohit started the discussion What are the disadvantages of implementing Database.stateful in salesforce ? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-the-disadvantages-of-implementing-database-stateful-in-salesforce/</link>
				<pubDate>Wed, 02 Nov 2016 15:27:31 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-are-the-disadvantages-of-implementing-database-stateful-in-salesforce/">What are the disadvantages of implementing Database.stateful in salesforce ?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>What are the disadvantages of implementing Database.stateful in salesforce ?</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">709c97f59cc18a0185262bda0026e4c7</guid>
				<title>Mohit started the discussion How can I get the custom setting in the salesforce apex test class? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-get-the-custom-setting-in-the-the-apex-test-class/</link>
				<pubDate>Fri, 28 Oct 2016 13:00:32 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-get-the-custom-setting-in-the-salesforce-apex-test-class/">How can I get the custom setting in the salesforce apex test class?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>How can I get the custom setting in the the apex test class?</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">95827476e4d258bc8c7b634e50840751</guid>
				<title>Mohit started the discussion My standard lookup in sfdc is not working? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/my-standard-lookup-in-sfdc-is-not-working/</link>
				<pubDate>Fri, 28 Oct 2016 13:00:21 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/my-standard-lookup-in-sfdc-is-not-working/">My standard lookup in sfdc is not working?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>My standard lookup in sfdc is not working?<br />
I have scenario in which i have table inside a table and there i am using this lookup and it working fine for the first row but get issue on the second row of the outer table. The lookup is open but it is not selecting any values and not cosing itself after selecting the value.</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a91e392888491997626cc3dd06258f7b</guid>
				<title>Mohit started the discussion How can we get the static resources dynamically in visualforce page in salesforce? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-get-the-static-resources-dynamically-in-visualforce-page-in-salesforce/</link>
				<pubDate>Fri, 28 Oct 2016 13:00:10 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-get-the-static-resources-dynamically-in-visualforce-page-in-salesforce/">How can we get the static resources dynamically in visualforce page in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>How can we get the static resources dynamically in visualforce page in salesforce?</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">61a6db7324fc456150880df02df4ee56</guid>
				<title>Mohit started the discussion Why we not allowed to use the DML operation inside a constructor in Salesforce apex class? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/why-we-not-allowed-to-use-the-dml-operation-inside-a-constructor-in-apex-class/</link>
				<pubDate>Wed, 26 Oct 2016 15:05:25 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/why-we-not-allowed-to-use-the-dml-operation-inside-a-constructor-in-salesforce-apex-class/">Why we not allowed to use the DML operation inside a constructor in Salesforce apex class?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>Why we not allowed to use the DML operation inside a constructor in apex class?</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">39b6fe289a366bf3eb79bda6667f2887</guid>
				<title>Mohit started the discussion How can we specify the action on URLFOR in apex in salesforce? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-specify-the-action-on-urlfor-in-apex-in-salesforce/</link>
				<pubDate>Wed, 26 Oct 2016 15:04:20 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-specify-the-action-on-urlfor-in-apex-in-salesforce/">How can we specify the action on URLFOR in apex in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>How can we specify the action on URLFOR in apex in salesforce?<br />
Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">200e7e9a958c6b61f311e96264cd10e6</guid>
				<title>Mohit started the discussion How can I make my own debug using Visualforce page / javascript in salesforce? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-make-my-own-debug-using-visualforce-page-javascript-in-salesforce/</link>
				<pubDate>Tue, 25 Oct 2016 15:11:17 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-make-my-own-debug-using-visualforce-page-javascript-in-salesforce/">How can I make my own debug using Visualforce page / javascript in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>How can i make my own debug using Visualforce page / javascript in salesforce?</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ab348274f91c35f58070a3f5073a34ab</guid>
				<title>Mohit started the discussion What is standard and custom indexed in Salesforce? What Indexing meaning in salesforce? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-standard-and-custom-indexed-in-salesforce-what-indexing-meaning-in-salesforce/</link>
				<pubDate>Tue, 25 Oct 2016 15:10:54 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-standard-and-custom-indexed-in-salesforce-what-indexing-meaning-in-salesforce/">What is standard and custom indexed in Salesforce? What Indexing meaning in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>What is standard and custom indexed in salesforce. What Indexing meaning in salesforce?<br />
Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2594ea4abb603a300c0f66cc08972952</guid>
				<title>Mohit started the discussion How can we stop the refire of the same trigger in salesforce? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-stop-the-refire-of-the-same-trigger-in-salesforce/</link>
				<pubDate>Tue, 25 Oct 2016 15:04:45 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-stop-the-refire-of-the-same-trigger-in-salesforce/">How can we stop the refire of the same trigger in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>How can we stop the refire of the same trigger in salesforce?</p>
<p>I have scenario in which I made a trigger on insert of attachment but when I inert the attachment with different parentId it refiring itself. So it become circular.</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8f449056484066ac44582d8ed386cd08</guid>
				<title>Mohit started the discussion How can a get the debug log for the public profile in salesforce (In Winter 17 )? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-a-get-the-debug-log-for-the-public-profile-in-salesforce-in-winter-17/</link>
				<pubDate>Mon, 24 Oct 2016 15:58:39 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-a-get-the-debug-log-for-the-public-profile-in-salesforce-in-winter-17/">How can a get the debug log for the public profile in salesforce (In Winter 17 )?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>How can a get the debug log for the public profile in salesforce (In Winter 17 )?</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8deb5697f7b9e159a980de300588fa5c</guid>
				<title>Mohit started the discussion In Salesforce, If I delete the attachment on contact why it is deleted on the account also? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/if-i-delete-the-attachment-on-contact-why-it-is-delete-on-the-account-also-why/</link>
				<pubDate>Mon, 24 Oct 2016 15:56:59 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/in-salesforce-if-i-delete-the-attachment-on-contact-why-it-is-delete-on-the-account-also/">In Salesforce, If I delete the attachment on contact why it is deleted on the account also?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>If I delete the attachment on contact why it is delete on the account also. Why ?</p>
<p>I have scenario in which if I delete the attachment which is in related list of Contact then it automatically deleted on the account also .</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b65be94b14347c5fb46e0e521fa1627e</guid>
				<title>Mohit started the discussion How to add a row functionality in table in Salesforce visualforce page? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-add-a-row-functionality-in-table-in-visualforce-page-in-salesforce/</link>
				<pubDate>Fri, 21 Oct 2016 15:47:02 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-add-a-row-functionality-in-table-in-salesforce-visualforce-page/">How to add a row functionality in table in Salesforce visualforce page?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>How to add a row functionality in table in visualforce page in salesforce?</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1585afb2645123989fc69902c7572998</guid>
				<title>Mohit started the discussion How can I get all the Fields of an sObject in Salesforce apex class without hardcoding? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-get-all-the-fields-of-an-sobject-in-apex-class-without-hardcoding/</link>
				<pubDate>Fri, 21 Oct 2016 15:44:52 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-get-all-the-fields-of-an-sobject-in-salesforce-apex-class-without-hardcoding/">How can I get all the Fields of an sObject in Salesforce apex class without hardcoding?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>How can I get all the Fields of an sObject in apex class without hardcoding?</p>
<p>please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a9a0a522ac3c99e3858e4572bac0eb54</guid>
				<title>Mohit started the discussion How can I build a multi-select picklist in user interface in Salesforce visualforce page? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-build-a-multi-select-picklist-in-user-interface-in-visualforce-page/</link>
				<pubDate>Fri, 21 Oct 2016 15:44:37 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-build-a-multi-select-picklist-in-user-interface-in-salesforce-visualforce-page/">How can I build a multi-select picklist in user interface in Salesforce visualforce page?</a></p> <div class="bb-content-inr-wrap"><p>Hi all,</p>
<p>How can I build a multi-select picklist in user interface in visualforce page?</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b46fb0e5a666ebad4ee2f1e52c612d0e</guid>
				<title>Mohit started the discussion How can we compare two profiles in Salesforce org? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-compare-two-profile-in-salesforce-org/</link>
				<pubDate>Wed, 12 Oct 2016 14:13:58 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-compare-two-profiles-in-salesforce-org/">How can we compare two profiles in Salesforce org?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>How can we compare two profile in salesforce org?</p>
<p>I have scenario in which I want to compare two profiles of salesforce org or the purpose of those profile in my org.<br />
Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">41ac07766a65427b173cfb938b0a75f9</guid>
				<title>Mohit started the discussion What is a difference between the capabilities of @RemoteAction methods and JSON.deserialize in salesforce? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-a-difference-between-the-capabilities-of-remoteaction-methods-and-json-deserialize-in-salesforce/</link>
				<pubDate>Wed, 12 Oct 2016 14:13:44 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-a-difference-between-the-capabilities-of-remoteaction-methods-and-json-deserialize-in-salesforce/">What is a difference between the capabilities of @RemoteAction methods and JSON.deserialize in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>What is a difference between the capabilities of @RemoteAction methods and JSON.deserialize in salesforce?</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">88209c1756bbb85626bd71e129d29b09</guid>
				<title>Mohit started the discussion In Salesforce, how can we get the &#039;make public&#039; and &#039;make private&#039; button on the case comment in case Object record? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-get-the-make-public-and-make-private-button-on-the-case-comment-in-case-object-record-in-salesforce/</link>
				<pubDate>Thu, 06 Oct 2016 15:10:01 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/in-salesforce-how-can-we-get-the-make-public-and-make-private-button-on-the-case-comment-in-case-object-record/">In Salesforce, how can we get the 'make public' and 'make private' button on the case comment in case Object record?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>How can we get the &#8216;make public&#8217; and &#8216;make private&#8217; button on the case comment in case Object record in salesforce?<br />
Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9f06607f3c14eff0efea77ee00af779b</guid>
				<title>Mohit started the discussion Difference between the freeze User and Deactivate user of account in salesforce? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/difference-between-the-freeze-user-and-deactivate-user-of-account-in-salesforce/</link>
				<pubDate>Wed, 05 Oct 2016 15:06:15 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/difference-between-the-freeze-user-and-deactivate-user-of-account-in-salesforce/">Difference between the freeze User and Deactivate user of account in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>Difference between the freeze User and Deactivate user of account in salesforce?</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">80b6422d242377018069c40815ae6a87</guid>
				<title>Mohit started the discussion How to auto populate the field on the selecting the contact from the lookup field in salesforce? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-auto-populate-the-field-on-the-selecting-the-contact-from-the-lookup-field-in-salesforce/</link>
				<pubDate>Wed, 05 Oct 2016 15:06:02 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-auto-populate-the-field-on-the-selecting-the-contact-from-the-lookup-field-in-salesforce/">How to auto populate the field on the selecting the contact from the lookup field in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>How to auto populate the field on the selecting the contact from the lookup field in salesforce?</p>
<p>I have scenario in which I want to fill the account name , contact email and contact number on the selection of the contact from the lookup field so how can we achieve it?</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">16215af6de6d71c5de1358e3f238a55b</guid>
				<title>Mohit replied to the discussion What are the differences between system mode and user mode in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/difference-between-system-mode-and-user-mode-in-salesforce/#post-16611</link>
				<pubDate>Tue, 04 Oct 2016 07:33:49 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-are-the-differences-between-system-mode-and-user-mode-in-salesforce/#post-16611"><span class="bb-reply-lable">Reply to</span> What are the differences between system mode and user mode in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hello Ajit,</p>
<p>System Mode is nothing but running apex code by ignoring user&#8217;s permissions. In system mode, Apex code has access to all objects and fields— object permissions, field-level security, sharing rules aren&#8217;t applied for the current user. This is to ensure that code won’t fail to run because of hidden fields or objects for a user. All&hellip;<span class="activity-read-more" id="activity-read-more-13108"><a href="https://www.forcetalks.com/salesforce-topic/difference-between-system-mode-and-user-mode-in-salesforce/#post-16611" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5def901a456bef9be47efd3e4a74f488</guid>
				<title>Mohit started the discussion In what condition we should use the set or list in SOQL in saleforce? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/in-what-condition-we-should-use-the-set-or-list-in-soql-in-saleforce/</link>
				<pubDate>Fri, 30 Sep 2016 13:22:48 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/in-what-condition-we-should-use-the-set-or-list-in-soql-in-saleforce/">In what condition we should use the set or list in SOQL in saleforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>In what condition we should use the set or list in SOQL in salesforce?</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8b7c8fa866f9eb8d1bda1b9c3e60e88b</guid>
				<title>Mohit started the discussion In what condition we should use the set or list in SOQL in saleforce? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/in-what-condition-we-should-use-the-set-or-list-in-soql-in-saleforce/</link>
				<pubDate>Fri, 30 Sep 2016 13:22:48 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/in-what-condition-we-should-use-the-set-or-list-in-soql-in-saleforce/">In what condition we should use the set or list in SOQL in saleforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>In what condition we should use the set or list in SOQL in saleforce?</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">97fce1420dd09d2a9de6cb1b0183dab9</guid>
				<title>Mohit started the discussion How can we create the dynamic number column in Salesforce visualforce page? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-create-the-dynamic-number-column-in-visualforce-page/</link>
				<pubDate>Fri, 30 Sep 2016 13:21:07 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-create-the-dynamic-number-column-in-salesforce-visualforce-page/">How can we create the dynamic number column in Salesforce visualforce page?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>How can we create the dynamic number column in visualforce page?</p>
<p>Please give suggestion</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9ff85118f003e9cdfbf99a6b9807b263</guid>
				<title>Mohit replied to the discussion How can I select multiple options from a selectlist with preset selected values in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-select-multiple-options-from-a-selectlist-with-preset-selected-values-in-salesforce/#post-16508</link>
				<pubDate>Fri, 30 Sep 2016 06:49:55 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-select-multiple-options-from-a-selectlist-with-preset-selected-values-in-salesforce/#post-16508"><span class="bb-reply-lable">Reply to</span> How can I select multiple options from a selectlist with preset selected values in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>You can achieve the multi select option from a select list in this way:-</p>
<p>Page:-</p>
<p>&lt;apex:page controller=&#8221;MultiselectController&#8221;&gt;<br />
&lt;apex:form &gt;<br />
&lt;apex:selectList value=&#8221;{!value}&#8221; size=&#8221;3&#8243; multiselect=&#8221;true&#8221; label=&#8221;blah&#8221; id=&#8221;blah&#8221; &gt;<br />
&lt;apex:selectOptions value=&#8221;{!options}&#8221;&hellip;<span class="activity-read-more" id="activity-read-more-13023"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-select-multiple-options-from-a-selectlist-with-preset-selected-values-in-salesforce/#post-16508" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">06e1a2d59e9d0e7cc9fe3e4c23611ec7</guid>
				<title>Mohit replied to the discussion How to unlock the record through Salesforce process builder or through code ? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-unlock-the-record-through-salesforce-process-builder-or-through-code/#post-16507</link>
				<pubDate>Fri, 30 Sep 2016 05:53:17 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-unlock-the-record-through-salesforce-process-builder-or-through-code/#post-16507"><span class="bb-reply-lable">Reply to</span> How to unlock the record through Salesforce process builder or through code ?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>You can unlock the records through apex code by enabling Apex code to set and remove approval process lock.This features is avaliable in summer 16 release only. To do this follow these step :-</p>
<ol>
<li>Goto Setup</li>
<li>.Then search &#8216;Process Automation Settings&#8217; in search box.&nbsp;</li>
<li>There you click the checkbox &#8216;Enable record locking and unlocking&hellip;</li>
</ol>
<p><span class="activity-read-more" id="activity-read-more-13022"><a href="https://www.forcetalks.com/salesforce-topic/how-to-unlock-the-record-through-salesforce-process-builder-or-through-code/#post-16507" 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: www.forcetalks.com @ 2026-05-17 07:39:25 by W3 Total Cache
-->