<?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 | Ravi | Activity</title>
	<link>https://www.forcetalks.com/ravikant/activity/</link>
	<atom:link href="https://www.forcetalks.com/ravikant/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Ravi.</description>
	<lastBuildDate>Wed, 01 Jul 2026 01:10:31 +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">6da3913b68ce8b1bf76170af460fd3a8</guid>
				<title>Ravi replied to the discussion How to swap 2 different component views in Salesforce Lightning? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-swap-2-different-component-views-in-lightning/#post-16901</link>
				<pubDate>Fri, 04 Nov 2016 13:59:57 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-swap-2-different-component-views-in-salesforce-lightning/#post-16901"><span class="bb-reply-lable">Reply to</span> How to swap 2 different component views in Salesforce Lightning?</a></p> <div class="bb-content-inr-wrap"><p>You can do this using lightning event.Lightning event is best way communicate between two components.</p>
<p>You need to follow these steps for these type of scenario:</p>
<ol>
<li>Create a main component which will be use as container for two components.</li>
<li>Let suppose you want to swap from component A to component B.First create view for component A in&hellip;</li>
</ol>
<p><span class="activity-read-more" id="activity-read-more-13402"><a href="https://www.forcetalks.com/salesforce-topic/how-to-swap-2-different-component-views-in-lightning/#post-16901" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">82534aa375c6e3247c44b8f9b4ec7b78</guid>
				<title>Ravi replied to the discussion How to attach file using Salesforce Lightning for Salesforce1? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-attach-file-using-lightning-for-salesforce1/#post-16898</link>
				<pubDate>Fri, 04 Nov 2016 13:43:13 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-attach-file-using-salesforce-lightning-for-salesforce1/#post-16898"><span class="bb-reply-lable">Reply to</span> How to attach file using Salesforce Lightning for Salesforce1?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>You can do this using base64 encoding . You have to follow these steps.</p>
<p>1.Use JavaScript&#8217;s FileReader&#8217;s readAsDataURL to read the file selected by the file input into a String variable.<br />
2.Encode the contents using JavaScript&#8217;s encodeURIComponent function.<br />
3.Call the @AuraEnabled action with the contents, content type, and the Id of&hellip;<span class="activity-read-more" id="activity-read-more-13399"><a href="https://www.forcetalks.com/salesforce-topic/how-to-attach-file-using-lightning-for-salesforce1/#post-16898" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2c3f9e0561773f17163cc0e95ffcadd3</guid>
				<title>Ravi replied to the discussion How can I use this keyword in Salesforce? What&#039;s the main advantage of using it? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-use-this-keyword-in-salesforce-whats-the-main-advantage-of-using-it/#post-15916</link>
				<pubDate>Wed, 07 Sep 2016 16:43:16 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-use-this-keyword-in-salesforce-whats-the-main-advantage-of-using-it/#post-15916"><span class="bb-reply-lable">Reply to</span> How can I use this keyword in Salesforce? What's the main advantage of using it?</a></p> <div class="bb-content-inr-wrap"><p>This keyword used to represent the current instance of the class.We use This keyword to differentiate between class instance variable and local variable.</p>
<p><strong>Example:</strong></p>
<blockquote><p>public class ThisKeywordDemo{<br />
String str = &#8216;DefaultValue&#8217;;<br />
public  ThisKeywordDemo(String str){<br />
System.debug(&#8216;&#8211;local Value&#8211;&#8216;+str);<br />
System.debug(&#8216;&#8211;Current Instance&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-12603"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-use-this-keyword-in-salesforce-whats-the-main-advantage-of-using-it/#post-15916" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">23ae9c6ea88fdfa900b4966768a7fe5d</guid>
				<title>Ravi replied to the discussion How can I use this keyword in Salesforce? What&#039;s the main advantage of using it? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-use-this-keyword-in-salesforce-whats-the-main-advantage-of-using-it/#post-15916</link>
				<pubDate>Wed, 07 Sep 2016 16:43:16 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-use-this-keyword-in-salesforce-whats-the-main-advantage-of-using-it/#post-15916"><span class="bb-reply-lable">Reply to</span> How can I use this keyword in Salesforce? What's the main advantage of using it?</a></p> <div class="bb-content-inr-wrap"><p>This keyword used to represent the current instance of the class.We use This keyword to differentiate between class instance variable and local variable.</p>
<p><strong>Example:</strong></p>
<blockquote><p>public class ThisKeywordDemo{<br />
String str = &#8216;DefaultValue&#8217;;<br />
public  ThisKeywordDemo(String str){<br />
System.debug(&#8216;&#8211;local Value&#8211;&#8216;+str);<br />
System.debug(&#8216;&#8211;Current Instance&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-12602"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-use-this-keyword-in-salesforce-whats-the-main-advantage-of-using-it/#post-15916" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bf34ebd90a548899c992853c8253de42</guid>
				<title>Ravi replied to the discussion How can we extract all the sobject data in excel from Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-extract-all-the-sobject-data-in-excel-from-salesforce/#post-15053</link>
				<pubDate>Tue, 09 Aug 2016 08:10:32 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-extract-all-the-sobject-data-in-excel-from-salesforce/#post-15053"><span class="bb-reply-lable">Reply to</span> How can we extract all the sobject data in excel from Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>You can use Data Loader to export all sobject record from salesforce to your local system and access it by excel .</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ad97d9bda5e9428cc58b900d94772376</guid>
				<title>Ravi replied to the discussion How to Prevent user from editing a record if field contains specific value? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-prevent-user-from-editing-a-record-if-field-contains-specific-value/#post-15052</link>
				<pubDate>Tue, 09 Aug 2016 08:08:07 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-prevent-user-from-editing-a-record-if-field-contains-specific-value/#post-15052"><span class="bb-reply-lable">Reply to</span> How to Prevent user from editing a record if field contains specific value?</a></p> <div class="bb-content-inr-wrap"><p>You can create a  validation rule on your object for specific field value.</p>
<p>You can also create a trigger for this but validation rule is much easier.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">da512442905c16017353c865f4fedae7</guid>
				<title>Ravi replied to the discussion How can we add the inline Visualforce page in the standard  related List? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-add-the-inline-visualforce-page-in-the-standard-related-list/#post-15051</link>
				<pubDate>Tue, 09 Aug 2016 08:04:06 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-add-the-inline-visualforce-page-in-the-standard-related-list/#post-15051"><span class="bb-reply-lable">Reply to</span> How can we add the inline Visualforce page in the standard  related List?</a></p> <div class="bb-content-inr-wrap"><p>You can&#8217;t add Visualforce page in the standard related List.</p>
<p>Can you explain your situation why you need to add inline vf page  in related list?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">94cfc39b3a62a6a3ff9d0582aa3bafd9</guid>
				<title>Ravi replied to the discussion How can we find the unused method in apex class? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-find-the-unused-method-in-apex-class/#post-15049</link>
				<pubDate>Tue, 09 Aug 2016 07:57:02 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-find-the-unused-method-in-apex-class/#post-15049"><span class="bb-reply-lable">Reply to</span> How can we find the unused method in apex class?</a></p> <div class="bb-content-inr-wrap"><p>Here what I do when I need to find out unused method ,classes or any other component  in my org.</p>
<p>I am assuming that you are using eclipse for your development and you have created  project for your org.</p>
<p>Go ahead and press <strong>Ctrl + H ; </strong>it will open a popup , type the component you want to search(method).</p>
<p>It will show where your components are&hellip;<span class="activity-read-more" id="activity-read-more-11962"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-find-the-unused-method-in-apex-class/#post-15049" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">278d3e432ef2dad67515d3d8e9dafd8a</guid>
				<title>Ravi replied to the discussion How can we find the unused method in apex class? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-find-the-unused-method-in-apex-class/#post-15049</link>
				<pubDate>Tue, 09 Aug 2016 07:57:02 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-find-the-unused-method-in-apex-class/#post-15049"><span class="bb-reply-lable">Reply to</span> How can we find the unused method in apex class?</a></p> <div class="bb-content-inr-wrap"><p>Here what I do when I need to fiend out unused method ,classes or any other component  in my org.</p>
<p>I am assuming that you are using eclipse for your development and you have created  project for your org.</p>
<p>Go ahead and press <strong>Ctrl + H ; </strong>it will open a popup , type the component you want to search(method).</p>
<p>It will show where your components are&hellip;<span class="activity-read-more" id="activity-read-more-11961"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-find-the-unused-method-in-apex-class/#post-15049" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f62d80a4523e38f72838b35c55a82865</guid>
				<title>Ravi replied to the discussion Account records do not match in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/account-records-do-not-match/#post-15029</link>
				<pubDate>Sat, 06 Aug 2016 09:53:49 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/account-records-do-not-match/#post-15029"><span class="bb-reply-lable">Reply to</span> Account records do not match</a></p> <div class="bb-content-inr-wrap"><p>Hi Bruce,</p>
<p>I think you are exporting data By selecting <strong>Export </strong>option which exclude recycle bin&#8217;s data(deleted record).<br />
If you want to export all data including deleted record then you should use <strong>Export All</strong> option.<br />
So try to export record using Export All option and let me know if you are still getting different number of<br />
records&hellip;<span class="activity-read-more" id="activity-read-more-11896"><a href="https://www.forcetalks.com/salesforce-topic/account-records-do-not-match/#post-15029" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2041fc6ad25e6f38b0a761d5775afef5</guid>
				<title>Ravi replied to the discussion How can we check in there is some data or not? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-check-in-there-is-some-data-or-not/#post-14938</link>
				<pubDate>Thu, 04 Aug 2016 02:31:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-check-in-there-is-some-data-or-not/#post-14938"><span class="bb-reply-lable">Reply to</span> How can we check in there is some data or not?</a></p> <div class="bb-content-inr-wrap"><p>If you are doing this in Apex class then just use if condition to check field value.</p>
<p> `If(Sobject.field == &#8216;fieldValue&#8217;){<br />
  }</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7530588c28ff26fa832ec189607ea7ad</guid>
				<title>Ravi replied to the discussion How can we check in there is some data or not? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-check-in-there-is-some-data-or-not/#post-14938</link>
				<pubDate>Thu, 04 Aug 2016 02:31:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-check-in-there-is-some-data-or-not/#post-14938"><span class="bb-reply-lable">Reply to</span> How can we check in there is some data or not?</a></p> <div class="bb-content-inr-wrap"><p>If you are doing this in Apex class then just use if condition to check field value.</p>
<p>[[code]]czo0ODpcIklmKHNvYmplY3QuZmllbGQgPT0gXFwmIzAzOTtmaWVsZHZhbHVlXFwmIzAzOTspewp9XCI7e1smKiZdfQ==[[/code]]</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2549b6faf0c964134a374e9d24653527</guid>
				<title>Ravi posted a new post.</title>
				<link>https://www.forcetalks.com/?p=14885</link>
				<pubDate>Wed, 03 Aug 2016 06:32:47 +0530</pubDate>

									<content:encoded><![CDATA[ <a class="bb-post-img-link" href="https://www.forcetalks.com/blog/automate-salesforce-data-import-export-using-data-loader-cli"><img class="lazy" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20638%20359'%3E%3C/svg%3E" data-src="https://cdn.forcetalks.com/wp-content/uploads/2017/01/Automate-Salesforce-Data-Import-Export-Using-Data-Loader.jpg?x67325" /></a> <div class="bb-content-wrp"><a class="bb-post-title-link" href="https://www.forcetalks.com/blog/automate-salesforce-data-import-export-using-data-loader-cli"><span class="bb-post-title">Automate Salesforce Data Import/Export  Using Data Loader CLI</span></a> <p>One of the key facets of Salesforce is import and export data from salesforce. Data loader is a great tool provided by Salesforce to achieve…</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e617dc97b968bc183c3c4041eb13d0c6</guid>
				<title>Ravi replied to the discussion Can we insert the accountId in Community User? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-insert-the-accountid-in-community-user/#post-14809</link>
				<pubDate>Fri, 29 Jul 2016 07:00:39 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/can-we-insert-the-accountid-in-community-user/#post-14809"><span class="bb-reply-lable">Reply to</span> Can we insert the accountId in Community User?</a></p> <div class="bb-content-inr-wrap"><p>AccountId field is not writable for user you can link account through contact.</p>
<p>here is the sample code this  might  help you .</p>
<p> <code>Id p = [select id from profile where name='Partner Community User'].id;</p>
<p>        Account ac = new Account(name ='Grazitti') ;<br />
        insert ac; </p>
<p>        Contact con = new Contact(LastName&hellip;</code><span class="activity-read-more" id="activity-read-more-11680"><a href="https://www.forcetalks.com/salesforce-topic/can-we-insert-the-accountid-in-community-user/#post-14809" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a2810922a4bc91ee1cc7441f11e292f5</guid>
				<title>Ravi replied to the discussion Can we insert the accountId in Community User? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-insert-the-accountid-in-community-user/#post-14809</link>
				<pubDate>Fri, 29 Jul 2016 07:00:39 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/can-we-insert-the-accountid-in-community-user/#post-14809"><span class="bb-reply-lable">Reply to</span> Can we insert the accountId in Community User?</a></p> <div class="bb-content-inr-wrap"><p>AccountId field is not writable for user you can link account through contact.</p>
<p>here is the sample code this  might  help you&hellip;<span class="activity-read-more" id="activity-read-more-11679"><a href="https://www.forcetalks.com/salesforce-topic/can-we-insert-the-accountid-in-community-user/#post-14809" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">64a6317675c631fb0f7c2bc283488474</guid>
				<title>Ravi replied to the discussion Can we insert the accountId in Community User? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-insert-the-accountid-in-community-user/#post-14809</link>
				<pubDate>Fri, 29 Jul 2016 07:00:39 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/can-we-insert-the-accountid-in-community-user/#post-14809"><span class="bb-reply-lable">Reply to</span> Can we insert the accountId in Community User?</a></p> <div class="bb-content-inr-wrap"><p>AccountId field is not writable for user you can link account through contact.</p>
<p>here is the sample code this  might  help you .</p>
<p><code><br />
Id p = [select id from profile where name='Partner Community User'].id;</p>
<p>Account ac = new Account(name ='Grazitti') ;<br />
insert ac;</p>
<p>Contact con = new Contact(LastName ='testCon',AccountId = ac.Id);<br />
insert con;</p>
<p>User&hellip;</code><span class="activity-read-more" id="activity-read-more-11678"><a href="https://www.forcetalks.com/salesforce-topic/can-we-insert-the-accountid-in-community-user/#post-14809" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">236fb191a9d2b3e9b23466b84c83d6f3</guid>
				<title>Ravi replied to the discussion Can we insert the accountId in Community User? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-insert-the-accountid-in-community-user/#post-14809</link>
				<pubDate>Fri, 29 Jul 2016 07:00:39 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/can-we-insert-the-accountid-in-community-user/#post-14809"><span class="bb-reply-lable">Reply to</span> Can we insert the accountId in Community User?</a></p> <div class="bb-content-inr-wrap"><p>AccountId field is not writable for user you can link account through contact.</p>
<p>here is the sample code this  might  help you .</p>
<p><code>Id p = [select id from profile where name='Partner Community User'].id;</code></p>
<p>Account ac = new Account(name =&#8217;Grazitti&#8217;) ;<br />
insert ac;</p>
<p>Contact con = new Contact(LastName =&#8217;testCon&#8217;,AccountId = ac.Id);<br />
insert con;</p>
<p>User user&hellip;<span class="activity-read-more" id="activity-read-more-11677"><a href="https://www.forcetalks.com/salesforce-topic/can-we-insert-the-accountid-in-community-user/#post-14809" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">236fb191a9d2b3e9b23466b84c83d6f3</guid>
				<title>Ravi replied to the discussion Can we insert the accountId in Community User? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-insert-the-accountid-in-community-user/#post-14809</link>
				<pubDate>Fri, 29 Jul 2016 07:00:39 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/can-we-insert-the-accountid-in-community-user/#post-14809"><span class="bb-reply-lable">Reply to</span> Can we insert the accountId in Community User?</a></p> <div class="bb-content-inr-wrap"><p>AccountId field is not writable for user you can link account through contact.</p>
<p>here is the sample code this  might  help you .</p>
<p><code>Id p = [select id from profile where name='Partner Community User'].id;</code></p>
<p>Account ac = new Account(name =&#8217;Grazitti&#8217;) ;<br />
insert ac;</p>
<p>Contact con = new Contact(LastName =&#8217;testCon&#8217;,AccountId = ac.Id);<br />
insert con;</p>
<p>User user&hellip;<span class="activity-read-more" id="activity-read-more-11676"><a href="https://www.forcetalks.com/salesforce-topic/can-we-insert-the-accountid-in-community-user/#post-14809" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b2dbfcf4cb3bc6e5e3505ee77cd8a23f</guid>
				<title>Ravi replied to the discussion How to pass List as a parameter to script? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-pass-list-as-a-parameter-to-script/#post-14808</link>
				<pubDate>Thu, 28 Jul 2016 20:03:38 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-pass-list-as-a-parameter-to-script/#post-14808"><span class="bb-reply-lable">Reply to</span> How to pass List as a parameter to script?</a></p> <div class="bb-content-inr-wrap"><p>Hi pranav,</p>
<p>If you are using list of a sobject as getter ,setter in your controller then you can use it directly to your script.</p>
<p>like</p>
<blockquote><p>var objectLis =  {!objectList};</p></blockquote>
<p>Second option is:</p>
<p>1) Create the required list in the Apex Controller</p>
<p>2) Create a Array in the JavaScript on the Page</p>
<p>3) Use the repeat tag to populate this javascript.</p>
<p>4)&hellip;<span class="activity-read-more" id="activity-read-more-11673"><a href="https://www.forcetalks.com/salesforce-topic/how-to-pass-list-as-a-parameter-to-script/#post-14808" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c85a245d59bd11009d1a76276ed8c69a</guid>
				<title>Ravi replied to the discussion Is there any way to create the dynamic query on the custom setting. How? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-there-any-way-to-create-the-dynamic-query-on-the-custom-setting-how/#post-14805</link>
				<pubDate>Thu, 28 Jul 2016 14:24:20 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/is-there-any-way-to-create-the-dynamic-query-on-the-custom-setting-how/#post-14805"><span class="bb-reply-lable">Reply to</span> Is there any way to create the dynamic query on the custom setting. How?</a></p> <div class="bb-content-inr-wrap"><p>Yes you can create dynamic query on custom setting .</p>
<p><code>public List getCustomSettingList(String customSettingName,List&lt;string&gt; FieldList){<br />
if(FieldList.size()==0)<br />
return null;<br />
String soqlQuery = 'SELECT ';<br />
for(String field:FieldList){<br />
soqlQuery+=field;<br />
}<br />
soqlQuery+' FROM '+customSettingName;<br />
return Database.query(soqlQuery);<br />
}</code></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5302bc5d02b12f79117aab099d04f48b</guid>
				<title>Ravi replied to the discussion Is it possible to get all contacts that are available in org using salesforce API? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-it-possible-to-get-all-contacts-that-are-available-in-org-using-salesforce-api/#post-14804</link>
				<pubDate>Thu, 28 Jul 2016 14:08:33 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/is-it-possible-to-get-all-contacts-that-are-available-in-org-using-salesforce-api/#post-14804"><span class="bb-reply-lable">Reply to</span> Is it possible to get all contacts that are available in org using salesforce API?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>Yes, you can retrieve all contacts record from your org using salesforce <strong>REST</strong>or <strong>SOAP</strong>Api.<br />
You can also use salesforce <strong>BULK Api</strong> if your org has large number of records.<br />
You can use salesforce <strong>workbench </strong>to test Rest Api.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f395d61dd14c3af130e1a76754abc63a</guid>
				<title>Ravi replied to the discussion How to grant permission to user through apex code? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-grant-permission-to-user-through-apex-code/#post-14778</link>
				<pubDate>Thu, 28 Jul 2016 09:51:36 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-grant-permission-to-user-through-apex-code/#post-14778"><span class="bb-reply-lable">Reply to</span> How to grant permission to user through apex code?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,<br />
You can grant Admin permission to user by enforcing sharing rule (<strong>Without sharing</strong>)to your Apex class.<br />
<code>public without sharing YourClassName{<br />
    //Your apex code<br />
}</code></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">439fe01257362d8231fd0eafddc0d850</guid>
				<title>Ravi replied to the discussion In what condition we apply the soql query in test class? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/in-what-condition-we-apply-the-soql-query-in-test-class/#post-14775</link>
				<pubDate>Thu, 28 Jul 2016 08:02:02 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/in-what-condition-we-apply-the-soql-query-in-test-class/#post-14775"><span class="bb-reply-lable">Reply to</span> In what condition we apply the soql query in test class?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,<br />
First scenario where we use SOQL query is to retrive some organization data from salesforce database. In this case you have to make your test class all data visible using (SeeAllData = true). But using this is not recommended since your yout test class may not work in other org.</p>
<p><code>// All test methods in this class can access&hellip;</code><span class="activity-read-more" id="activity-read-more-11643"><a href="https://www.forcetalks.com/salesforce-topic/in-what-condition-we-apply-the-soql-query-in-test-class/#post-14775" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">afaada47d5db98058c0eaf74c8adeb42</guid>
				<title>Ravi replied to the discussion How to cover test class for wrapper class in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-cover-the-test-class-for-wrapper-class/#post-14464</link>
				<pubDate>Wed, 20 Jul 2016 10:53:07 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-cover-test-class-for-wrapper-class-in-salesforce/#post-14464"><span class="bb-reply-lable">Reply to</span> How to cover test class for wrapper class in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>Here is an Example that will explain how to write unit test for wrapper class.</p>
<p><strong>Controller:</strong></p>
<blockquote><p>public with sharing class WrapperController {<br />
public class WrapperClass {<br />
public String name {get; set;}<br />
}<br />
}</p></blockquote>
<p><strong>Test Class:</strong></p>
<blockquote><p>@isTest<br />
private class TestWrapperController {<br />
public static void myUnitTest(){<br />
WrapperController .WrapperClass wrapper=&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-11354"><a href="https://www.forcetalks.com/salesforce-topic/how-to-cover-the-test-class-for-wrapper-class/#post-14464" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0702256a86bb94c36f2faf886daa696f</guid>
				<title>Ravi replied to the discussion How to reRender from child vf page to parent vf page? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-rerender-from-child-vf-page-to-parent-vf-page/#post-14463</link>
				<pubDate>Wed, 20 Jul 2016 10:30:51 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-rerender-from-child-vf-page-to-parent-vf-page/#post-14463"><span class="bb-reply-lable">Reply to</span> How to reRender from child vf page to parent vf page?</a></p> <div class="bb-content-inr-wrap"><ol>
<li>add a function in your parent page that executes window.parent.location=</li>
</ol>
<blockquote><p>    function refreshParent(){<br />
window.parent.location.href=&#8221;/{!$CurrentPage.parameters.id}&#8221;;<br />
}</p></blockquote>
<p>2. In the child execute:</p>
<blockquote><p>window.opener.refreshParent();</p></blockquote>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">69256c7f93d745cf154c4d41950360a0</guid>
				<title>Ravi replied to the discussion How to call two or more methods on a single click? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-call-two-or-more-methods-on-a-single-click/#post-14460</link>
				<pubDate>Wed, 20 Jul 2016 10:04:53 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-call-two-or-more-methods-on-a-single-click/#post-14460"><span class="bb-reply-lable">Reply to</span> How to call two or more methods on a single click?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<ul>
<li><strong>Add semi-colons ;</strong> to the end of the function calls in order for them(multiple function) to work.</li>
</ul>
<blockquote><p>&lt;input id=&#8221;btn&#8221; type=&#8221;button&#8221; value=&#8221;click&#8221; <strong>onclick=&#8221;fun1(); fun2();&#8221;</strong>/&gt;</p></blockquote>
<ul>
<li>You can create a single function that calls both of those, and then use it in the event.</li>
</ul>
<blockquote><p>function myFunction(){<br />
fun1();<br />
fun2();<br />
}</p>
<p>&lt;input id=&#8221;btn&#8221;&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-11350"><a href="https://www.forcetalks.com/salesforce-topic/how-to-call-two-or-more-methods-on-a-single-click/#post-14460" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">07f7f502e781ec043fe40b7aa8fa9237</guid>
				<title>Ravi replied to the discussion Need to convert XML to JSON format in SALESFORCE in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/need-to-convert-xml-to-json-format-in-salesforce/#post-14386</link>
				<pubDate>Mon, 18 Jul 2016 08:55:38 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/need-to-convert-xml-to-json-format-in-salesforce/#post-14386"><span class="bb-reply-lable">Reply to</span> Need to convert XML to JSON format in SALESFORCE</a></p> <div class="bb-content-inr-wrap"><p>There is no standard way of converting XML to JSON. You can use  third party tools to convert xml to Json and viceversa.</p>
<p><a target='_blank' href="http://www.utilities-online.info/xmltojson/#.V4yZNbh97IU" rel="nofollow">http://www.utilities-online.info/xmltojson/#.V4yZNbh97IU</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ca036fa1d27f7a01716a879139ff39ef</guid>
				<title>Ravi replied to the discussion Function not returning value.please see the  code? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/function-not-returning-value-please-see-the-code/#post-14385</link>
				<pubDate>Mon, 18 Jul 2016 08:49:11 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/function-not-returning-value-please-see-the-code/#post-14385"><span class="bb-reply-lable">Reply to</span> Function not returning value.please see the  code?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>I don&#8217;t think of  ISNUMBER() function in java script.</p>
<p>If you want to  check whether a value is Number use Javascript <strong>isNaN() </strong>function . This function will return false if a  It&#8217;s a number.</p>
<blockquote><p>var r = isNaN({!Contact.CustomField});<br />
alert(r);</p></blockquote>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6d6c640b58b28f507117d996e07d71b8</guid>
				<title>Ravi replied to the discussion Can we fire triggers in batch execute methods? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-fire-triggers-in-batch-execute-methods/#post-14031</link>
				<pubDate>Tue, 12 Jul 2016 04:15:49 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/can-we-fire-triggers-in-batch-execute-methods/#post-14031"><span class="bb-reply-lable">Reply to</span> Can we fire triggers in batch execute methods?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>Only way to fire a trigger by doing some DML operation.You perform a DML operation on sObjects, and the trigger will automatically fire. If your batch apex is performing DML (insert, update, delete, undelete) and you have an active trigger in the system for one of those events, the trigger will fire.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">35a1fc128918a149bcd5860ebd78687a</guid>
				<title>Ravi replied to the discussion Can we fire triggers in batch execute methods? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-fire-triggers-in-batch-execute-methods/#post-14031</link>
				<pubDate>Tue, 12 Jul 2016 04:15:49 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/can-we-fire-triggers-in-batch-execute-methods/#post-14031"><span class="bb-reply-lable">Reply to</span> Can we fire triggers in batch execute methods?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>You fire a trigger by doing some DML operation.You perform a DML operation on sObjects, and the trigger will automatically fire. If your batch apex is performing DML (insert, update, delete, undelete) and you have an active trigger in the system for one of those events, the trigger will fire.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">00d1e2da25334a877912266518260e5c</guid>
				<title>Ravi started the discussion Restricting Input Text Field declared as Decimal from entering text values in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/restricting-decimal-input/</link>
				<pubDate>Fri, 08 Jul 2016 10:29:39 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/restricting-input-text-field-declared-as-decimal-from-entering-text-values/">Restricting Input Text Field declared as Decimal from entering text values</a></p> <div class="bb-content-inr-wrap"><p>I have a input text field declared as Decimal and that text field should be restricted from entering text values.<br />
So now when a text value is entered it is showing the Salesforce standard error &#8220;value cannot be converted from text to Decimal&#8221;, I want to make it customized (showing my own error). Kindly assist.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">66ce02d54a55519f4d075c52db553220</guid>
				<title>Ravi replied to the discussion How to know the mandatory fields in standard or custom objects? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-know-the-mandatory-fields-in-standard-or-custom-objects/#post-13913</link>
				<pubDate>Tue, 05 Jul 2016 08:40:01 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-know-the-mandatory-fields-in-standard-or-custom-objects/#post-13913"><span class="bb-reply-lable">Reply to</span> How to know the mandatory fields in standard or custom objects?</a></p> <div class="bb-content-inr-wrap"><p>In Apex you can check this by global describe :</p>
<blockquote><p>
Schema.DescribeSObjectResult r = User.sObjectType.getDescribe();<br />
Map&lt;String,Schema.SObjectField&gt; M = r.fields.getMap();<br />
for(String fieldName : M.keySet())<br />
{<br />
 Schema.SObjectField field = M.get(fieldName);<br />
 Schema.DescribeFieldResult F = field.getDescribe();<br />
 //A nillable field can have&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-10728"><a href="https://www.forcetalks.com/salesforce-topic/how-to-know-the-mandatory-fields-in-standard-or-custom-objects/#post-13913" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fc9b88bb2ccb27f9f14bc708f509f4d3</guid>
				<title>Ravi replied to the discussion How to know the mandatory fields in standard or custom objects? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-know-the-mandatory-fields-in-standard-or-custom-objects/#post-13913</link>
				<pubDate>Tue, 05 Jul 2016 08:40:01 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-know-the-mandatory-fields-in-standard-or-custom-objects/#post-13913"><span class="bb-reply-lable">Reply to</span> How to know the mandatory fields in standard or custom objects?</a></p> <div class="bb-content-inr-wrap"><p>You can check this by global describe :</p>
<blockquote><p>
Schema.DescribeSObjectResult r = User.sObjectType.getDescribe();<br />
Map&lt;String,Schema.SObjectField&gt; M = r.fields.getMap();<br />
for(String fieldName : M.keySet())<br />
{<br />
 Schema.SObjectField field = M.get(fieldName);<br />
 Schema.DescribeFieldResult F = field.getDescribe();<br />
 //A nillable field can have empty content.&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-10727"><a href="https://www.forcetalks.com/salesforce-topic/how-to-know-the-mandatory-fields-in-standard-or-custom-objects/#post-13913" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3ea97578d393aa642511fead29fe9002</guid>
				<title>Ravi replied to the discussion What is the formula syntax when making a checkbox True or False from values collected from a Text Field? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-formula-syntax-when-making-a-checkbox-true-or-false-from-values-collected-from-a-text-field/#post-13902</link>
				<pubDate>Mon, 04 Jul 2016 14:01:49 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-the-formula-syntax-when-making-a-checkbox-true-or-false-from-values-collected-from-a-text-field/#post-13902"><span class="bb-reply-lable">Reply to</span> What is the formula syntax when making a checkbox True or False from values collected from a Text Field?</a></p> <div class="bb-content-inr-wrap"><p>Hi Nick,</p>
<p>You can do  this using salesforce automation tool like  workflow and  Process builder. As per the above requirement you  have to create  multiple workflow rule for each field update(checkbox)  and same goes for process builder.</p>
<p>I think best way to achieve this to write a trigger on  Agent that will update your checkbox field by&hellip;<span class="activity-read-more" id="activity-read-more-10713"><a href="https://www.forcetalks.com/salesforce-topic/what-is-the-formula-syntax-when-making-a-checkbox-true-or-false-from-values-collected-from-a-text-field/#post-13902" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ce073b446d849ef371e3455970d9fde6</guid>
				<title>Ravi replied to the discussion Difference between Standalone app , SPA and Salesforce 1 app in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/difference-between-standalone-app-spa-and-salesforce-1-app/#post-13899</link>
				<pubDate>Fri, 01 Jul 2016 10:10:22 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/difference-between-standalone-app-spa-and-salesforce-1-app/#post-13899"><span class="bb-reply-lable">Reply to</span> Difference between Standalone app , SPA and Salesforce 1 app</a></p> <div class="bb-content-inr-wrap"><p><strong>Stand Alone Application</strong></p>
<p>The standalone applications are the applications that can run only on the one system on which it is being installed. The application which being developed using c and c++ are the standalone application because do not form platform independency.</p>
<p><strong>Web Application</strong></p>
<p>A web application or web app is a client–server software&hellip;<span class="activity-read-more" id="activity-read-more-10683"><a href="https://www.forcetalks.com/salesforce-topic/difference-between-standalone-app-spa-and-salesforce-1-app/#post-13899" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e08650b572fdee5bd4b67264f1fcb159</guid>
				<title>Ravi replied to the discussion Do anyone have any idea about mapping external Id in bulk API? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/do-anyone-have-any-idea-about-mapping-external-id-in-bulk-api/#post-13898</link>
				<pubDate>Fri, 01 Jul 2016 09:18:48 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/do-anyone-have-any-idea-about-mapping-external-id-in-bulk-api/#post-13898"><span class="bb-reply-lable">Reply to</span> Do anyone have any idea about mapping external Id in bulk API?</a></p> <div class="bb-content-inr-wrap"><p>Hi Surbhi,<br />
If you are doing upsert operation through Api then you need to map externalId.<br />
In bulk Api you can map externalId by definng externalIdFieldName during job creation.</p>
<blockquote><p>&lt;?xml version=&#8221;1.0&#8243;&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-10679"><a href="https://www.forcetalks.com/salesforce-topic/do-anyone-have-any-idea-about-mapping-external-id-in-bulk-api/#post-13898" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2ae721903f9485b5ebf5a366d4dd6051</guid>
				<title>Ravi replied to the discussion Content Deliveries in SF1 in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/content-deliveries-in-sf1/#post-13588</link>
				<pubDate>Fri, 24 Jun 2016 14:39:51 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/content-deliveries-in-sf1/#post-13588"><span class="bb-reply-lable">Reply to</span> Content Deliveries in SF1</a></p> <div class="bb-content-inr-wrap"><p>Hi Prakhar,</p>
<p>It&#8217;s look like currently this functionality is not supported by salesforce . You can create a new salesforce idea for this functionality. May be salesforce add this functionality in further release.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a99b5d9cbe6fdb6f20212f7075ed2781</guid>
				<title>Ravi replied to the discussion How do we export dashboard into a PDF report in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-do-we-export-dashboard-into-a-pdf-report/#post-13150</link>
				<pubDate>Fri, 17 Jun 2016 10:38:54 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-do-we-export-dashboard-into-a-pdf-report-in-salesforce/#post-13150"><span class="bb-reply-lable">Reply to</span> How do we export dashboard into a PDF report in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Jay,</p>
<p>There is no standard functionality that will allow you to do this,but you can do this by doing some manual work:<br />
1. First Create a visualforce page with renderAs = pdf.<br />
2. Go to your dashboard panel and copy the image url.<br />
3. Add the copied image url inside &lt;img&gt;&lt;/imag&gt; tag on visualforce page.</p>
<blockquote><p>&lt;apex:page&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-9933"><a href="https://www.forcetalks.com/salesforce-topic/how-do-we-export-dashboard-into-a-pdf-report/#post-13150" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8420011f8a05df3de9463525206e989d</guid>
				<title>Ravi replied to the discussion How to split a string by comma and single quotation mark in apex? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-split-a-string-by-comma-and-single-quotation-mark-in-apex/#post-12225</link>
				<pubDate>Wed, 25 May 2016 06:45:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-split-a-string-by-comma-and-single-quotation-mark-in-apex/#post-12225"><span class="bb-reply-lable">Reply to</span> How to split a string by comma and single quotation mark in apex?</a></p> <div class="bb-content-inr-wrap"><p>Hi Himanshu,</p>
<p>Try with this</p>
<p>First remove all single quotes and then split by comma</p>
<blockquote><p>String str = &#8221;First Name&#8217;,&#8217;Last Name&#8217;,&#8217;Account Name&#8217;,&#8217;Email&#8217;,&#8217;Title&#8217;,&#8217;Description&#8221;;<br />
System.debug(&#8216;===str===&#8217;+str);<br />
for(String strFinal: str.replace(&#8221;&#8217;, &#8221;).split(&#8216;,&#8217;))<br />
{<br />
System.debug(&#8216;===Final val===&#8217;+strFinal);<br />
}</p></blockquote>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">909a01d67ec0457ab65f2ea2e8e9b6f5</guid>
				<title>Ravi replied to the discussion How do I delete data from a large-volume custom Salesforce object in Sandbox? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-do-i-delete-data-from-a-large-volume-custom-object-in-sandbox/#post-12224</link>
				<pubDate>Wed, 25 May 2016 06:44:05 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-do-i-delete-data-from-a-large-volume-custom--salesforce-object-in-sandbox/#post-12224"><span class="bb-reply-lable">Reply to</span> How do I delete data from a large-volume custom Salesforce object in Sandbox?</a></p> <div class="bb-content-inr-wrap"><p>Hi Himanshu,</p>
<p>You can write a one time batch and execute it using anonymous window in dev console.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">de5e98fbf3e3c782686da755546344f5</guid>
				<title>Ravi replied to the discussion Maximum number of collection items that can be iterated in an iteration component limit in Salesforce in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/maximum-number-of-collection-items-that-can-be-iterated-in-an-iteration-component-limit-in-salesforce/#post-12222</link>
				<pubDate>Wed, 25 May 2016 06:40:31 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/maximum-number-of-collection-items-that-can-be-iterated-in-an-iteration-component-limit-in-salesforce/#post-12222"><span class="bb-reply-lable">Reply to</span> Maximum number of collection items that can be iterated in an iteration component limit in Salesforce</a></p> <div class="bb-content-inr-wrap"><p>Hi Himanshu,</p>
<p>Maximum number of collection items that can be iterated in an iteration component such as &lt;apex:pageBlockTable&gt; and &lt;apex:repeat&gt; &#8212; 1,0000</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f81879b2318fc34ff7209837e7275ae3</guid>
				<title>Ravi replied to the discussion How to tell if a field is not supported in metadata API? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-tell-if-a-field-is-not-supported-in-metadata-api/#post-12221</link>
				<pubDate>Wed, 25 May 2016 06:35:32 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-tell-if-a-field-is-not-supported-in-metadata-api/#post-12221"><span class="bb-reply-lable">Reply to</span> How to tell if a field is not supported in metadata API?</a></p> <div class="bb-content-inr-wrap"><p>Hi Himanshu,</p>
<p>You can validate before deployment. There is no way to get error before performing validation or deployment.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4f157d601c47dab6bb40a45eb408a190</guid>
				<title>Ravi replied to the discussion Chatter feeds not appearing correctly on Vf page in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/chatter-feeds-not-appearing-correctly-on-vf-page/#post-12219</link>
				<pubDate>Wed, 25 May 2016 06:32:33 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/chatter-feeds-not-appearing-correctly-on-vf-page/#post-12219"><span class="bb-reply-lable">Reply to</span> Chatter feeds not appearing correctly on Vf page</a></p> <div class="bb-content-inr-wrap"><p>Hi Himanshu,</p>
<p>Try this :</p>
<p>&lt;apex:page sidebar=&#8221;false&#8221; showHeader=&#8221;false&#8221;&gt;</p>
<p>&lt;chatter:newsfeed /&gt;</p>
<p>&lt;/apex:page&gt;</p>
<p>If you are facing any specific problem then mention it in your question.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2302b3243a6bac269f6269a9b1a80b6c</guid>
				<title>Ravi replied to the discussion Get creation date of metadata in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/get-creation-date-of-metadata/#post-12218</link>
				<pubDate>Wed, 25 May 2016 06:29:20 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/get-creation-date-of-metadata/#post-12218"><span class="bb-reply-lable">Reply to</span> Get creation date of metadata</a></p> <div class="bb-content-inr-wrap"><p>Hi Nitish,</p>
<p>You could also use Tooling API Objects to get the Created Date of metadata (not all but some supported ones).</p>
<p>For example, executing a sample query in query editor tab of developer console will be like this.</p>
<p>select DeveloperName, CreatedDate from CustomObject where CreatedDate &lt; TODAY</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e17b9acfc5fcfd0d4108536ab48f2db3</guid>
				<title>Ravi replied to the discussion What is the entitlement process in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/entitlement-process/#post-12217</link>
				<pubDate>Wed, 25 May 2016 06:28:01 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-the-entitlement-process-in-salesforce/#post-12217"><span class="bb-reply-lable">Reply to</span> What is the entitlement process in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Naman,</p>
<p>Entitlement processes are timelines that include all the steps (or milestones) that your support team must complete to resolve support records like cases or work orders. Each process includes the logic necessary to determine how to enforce the correct service level for your customers</p>
<p>Entitlement process versioning lets you&hellip;<span class="activity-read-more" id="activity-read-more-8678"><a href="https://www.forcetalks.com/salesforce-topic/entitlement-process/#post-12217" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">43d630f5ab1aab4d56c35e3afeead24c</guid>
				<title>Ravi started the discussion How to identify Bulk Data Load Jobs in the log files in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-identify-bulk-data-load-jobs-in-the-log-files/</link>
				<pubDate>Sat, 30 Apr 2016 18:30:06 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-identify-bulk-data-load-jobs-in-the-log-files/">How to identify Bulk Data Load Jobs in the log files</a></p> <div class="bb-content-inr-wrap"><p>How to identify Bulk Data Load Jobs in the log files?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">43d630f5ab1aab4d56c35e3afeead24c</guid>
				<title>Ravi started the discussion How to identify Bulk Data Load Jobs in the log files in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-identify-bulk-data-load-jobs-in-the-log-files/</link>
				<pubDate>Sat, 30 Apr 2016 18:30:06 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-identify-bulk-data-load-jobs-in-the-log-files/">How to identify Bulk Data Load Jobs in the log files</a></p> <div class="bb-content-inr-wrap"><p>How to identify Bulk Data Load Jobs in the log files?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">43d630f5ab1aab4d56c35e3afeead24c</guid>
				<title>Ravi started the discussion How to identify Bulk Data Load Jobs in the log files in the forum </title>
				<link>http://www.forcetalks.com/salesforce-topic/how-to-identify-bulk-data-load-jobs-in-the-log-files/</link>
				<pubDate>Sat, 30 Apr 2016 18:30:06 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-identify-bulk-data-load-jobs-in-the-log-files/">How to identify Bulk Data Load Jobs in the log files</a></p> <div class="bb-content-inr-wrap"><p>How to identify Bulk Data Load Jobs in the log files?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">045631d0e58489d2a152d3685f9ce8d9</guid>
				<title>Ravi started the discussion How to identify Bulk Data Load Jobs in the log files in the forum </title>
				<link>http://www.forcetalks.com/salesforce-topic/how-to-identify-bulk-data-load-jobs-in-the-log-files/</link>
				<pubDate>Sat, 30 Apr 2016 18:30:06 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-identify-bulk-data-load-jobs-in-the-log-files/">How to identify Bulk Data Load Jobs in the log files</a></p> <div class="bb-content-inr-wrap"><p>How to identify Bulk Data Load Jobs in the log files</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e1b7da334a2a298d2ff5600754a13488</guid>
				<title>Ravi started the discussion Is it possible to have different password policies for different users? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/is-it-possible-to-have-different-password-policies-for-different-users/</link>
				<pubDate>Sat, 30 Apr 2016 18:29:39 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/is-it-possible-to-have-different-password-policies-for-different-users/">Is it possible to have different password policies for different users?</a></p> <div class="bb-content-inr-wrap"><p>Is it possible to have different password policies for different users?</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-07-01 09:58:56 by W3 Total Cache
-->