<?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 | Himanshu | Activity</title>
	<link>https://www.forcetalks.com/himanshujasuja/activity/</link>
	<atom:link href="https://www.forcetalks.com/himanshujasuja/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Himanshu.</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">b872d7086156dc1541c78db127c08c23</guid>
				<title>Himanshu replied to the discussion How can I make a pdf from visualforce page in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-make-a-pdf-from-visualforce-page-in-salesforce/#post-15287</link>
				<pubDate>Tue, 16 Aug 2016 08:34:15 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-make-a-pdf-from-visualforce-page-in-salesforce/#post-15287"><span class="bb-reply-lable">Reply to</span> How can I make a pdf from visualforce page in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>use this tag to convert the page into pdf.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cf6e1d10c2087bb08e54317064488789</guid>
				<title>Himanshu replied to the discussion I want to generate a random string,which contain alphabet and number both,please help to write a code. in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/i-want-to-generate-a-random-stringwhich-contain-alphabet-and-number-bothplease-help-to-write-a-code/#post-15286</link>
				<pubDate>Tue, 16 Aug 2016 08:20:57 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/i-want-to-generate-a-random-stringwhich-contain-alphabet-and-number-bothplease-help-to-write-a-code/#post-15286"><span class="bb-reply-lable">Reply to</span> I want to generate a random string,which contain alphabet and number both,please help to write a code.</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>Use the below code:-</p>
<p>Integer len = 6;<br />
Blob blobKey = crypto.generateAesKey(128);<br />
String key = EncodingUtil.convertToHex(blobKey);<br />
String pwd = key.substring(0,len);<br />
System.debug(&#8216;************ &#8216;+pwd);</p>
<p>Hope this helps you.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">30fdf57ebf0f5220593f0f65ee3a808b</guid>
				<title>Himanshu replied to the discussion Where to use ISBLANK and ISNULL, make it clear please? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/where-to-use-isblank-and-isnull-make-it-clear-please/#post-15285</link>
				<pubDate>Tue, 16 Aug 2016 08:11:50 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/where-to-use-isblank-and-isnull-make-it-clear-please/#post-15285"><span class="bb-reply-lable">Reply to</span> Where to use ISBLANK and ISNULL, make it clear please?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>ISBLANK has the same functionality as ISNULL, but also supports <strong>text fields</strong>.ISNULL mainly use for check the numeric values.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2dc40723b460e724d88d1c565c45bf99</guid>
				<title>Himanshu replied to the discussion Can we generate a VF page as PDF format and downlaod it on local system? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-generate-a-vf-page-as-pdf-format-and-downlaod-it-on-local-system/#post-15143</link>
				<pubDate>Thu, 11 Aug 2016 05:13:31 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/can-we-generate-a-vf-page-as-pdf-format-and-downlaod-it-on-local-system/#post-15143"><span class="bb-reply-lable">Reply to</span> Can we generate a VF page as PDF format and downlaod it on local system?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>You can use &#8216;renderAs=&#8221;pdf&#8221;&#8216; tag in Visualforce Page.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5c578ac4a6e19d217502423f4262f750</guid>
				<title>Himanshu replied to the discussion How to get all email type field values? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-get-all-email-type-field-values/#post-15084</link>
				<pubDate>Wed, 10 Aug 2016 06:39:31 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-get-all-email-type-field-values/#post-15084"><span class="bb-reply-lable">Reply to</span> How to get all email type field values?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>String EmailFiels = &#8221;;<br />
for(Schema.SObjectField field : ObjectName.getSobjectType().getDescribe().fields.getMap().values())<br />
{<br />
    if(Schema.DisplayType.EMAIL == field.getDescribe().getType())<br />
        EmailFiels += &#8216;, &#8216; + field.getDescribe().getName();</p>
<p>}<br />
EmailFiels = EmailFiels.removeStart(&#8216;,&#8217;);<br />
you can get all the email type field&hellip;<span class="activity-read-more" id="activity-read-more-12000"><a href="https://www.forcetalks.com/salesforce-topic/how-to-get-all-email-type-field-values/#post-15084" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f7b7ad2969166b72ebfb3dad304f634a</guid>
				<title>Himanshu replied to the discussion How can I append entire fields at once in query? Like &#039;SELECT * FROM ACCOUNT&#039; in SQL . in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-append-entire-fields-at-once-in-query-like-select-from-account-in-sql/#post-15083</link>
				<pubDate>Tue, 09 Aug 2016 14:06:36 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-append-entire-fields-at-once-in-query-like-select-from-account-in-sql/#post-15083"><span class="bb-reply-lable">Reply to</span> How can I append entire fields at once in query? Like 'SELECT * FROM ACCOUNT' in SQL .</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>you can use the eclipse for the entire fields to make the query.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2900af7cd1438c57d31378d740ebf9da</guid>
				<title>Himanshu replied to the discussion How would we know that the process builder is executing our process in the way we want? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-would-we-know-that-the-process-builder-is-executing-our-process-in-the-way-we-want/#post-15065</link>
				<pubDate>Tue, 09 Aug 2016 13:20:37 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-would-we-know-that-the-process-builder-is-executing-our-process-in-the-way-we-want/#post-15065"><span class="bb-reply-lable">Reply to</span> How would we know that the process builder is executing our process in the way we want?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>You can test the functionality of process builder for different scenarios(Insert/update/delete) to verify/check the functionality.  </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">75f9acf35c91af413eb8ede4f494daad</guid>
				<title>Himanshu replied to the discussion How To add a link on standard contact detail page ? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-add-a-link-on-standard-contact-detail-page/#post-15063</link>
				<pubDate>Tue, 09 Aug 2016 12:24:20 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-add-a-link-on-standard-contact-detail-page/#post-15063"><span class="bb-reply-lable">Reply to</span> How To add a link on standard contact detail page ?</a></p> <div class="bb-content-inr-wrap"><p>Hi Piyush,</p>
<p>you can use the <strong>Hyperlink()</strong> function in the formula and have it generate the URL to that Visualforce page.</p>
<p>Hope this helps you.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ea8e8848300aeffe04c2a59e8afe2362</guid>
				<title>Himanshu updated their profile</title>
				<link>https://www.forcetalks.com/activity/p/11977/</link>
				<pubDate>Tue, 09 Aug 2016 08:53:29 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">394d2100186bd88ddd571036d3c0f3fc</guid>
				<title>Himanshu updated their profile</title>
				<link>https://www.forcetalks.com/activity/p/11871/</link>
				<pubDate>Fri, 05 Aug 2016 14:37:29 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7e5e85b5db76739a22ba5d251d5f9c65</guid>
				<title>Himanshu replied to the discussion Is it possible to run a SOQL Query and get a MAP returned? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-it-possible-to-run-a-soql-query-and-get-a-map-returned/#post-15005</link>
				<pubDate>Fri, 05 Aug 2016 13:32:38 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/is-it-possible-to-run-a-soql-query-and-get-a-map-returned/#post-15005"><span class="bb-reply-lable">Reply to</span> Is it possible to run a SOQL Query and get a MAP returned?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,You can use the below query</p>
<p>Map m = new Map([SELECT Id, Name FROM Account]);</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f2c37b0e347775a9eb0b442e33df70ee</guid>
				<title>Himanshu replied to the discussion How to change the page block title font size in vf page? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-change-the-page-block-title-font-size-in-vf-page/#post-15004</link>
				<pubDate>Fri, 05 Aug 2016 13:29:13 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-change-the-page-block-title-font-size-in-vf-page/#post-15004"><span class="bb-reply-lable">Reply to</span> How to change the page block title font size in vf page?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>Use css to style it as needed.It will change the font size.</p>
<p>Example:-<br />
Add in style &#8211;  font-size:  %;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">00790eeb8d3a7eadfd85ffc4b6eeaa1b</guid>
				<title>Himanshu replied to the discussion How to apply EDIT/DELETE link to each record in pagetable? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-apply-editdelete-link-to-each-record-in-pagetable/#post-15003</link>
				<pubDate>Fri, 05 Aug 2016 13:23:23 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-apply-editdelete-link-to-each-record-in-pagetable/#post-15003"><span class="bb-reply-lable">Reply to</span> How to apply EDIT/DELETE link to each record in pagetable?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>For Example &#8211; We are taking Account object</p>
<p>Edit  </p>
<p>Delete </p>
<p>Hope this helps you.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5f17243788bc04a5c6409338caa8e142</guid>
				<title>Himanshu updated their profile</title>
				<link>https://www.forcetalks.com/activity/p/11852/</link>
				<pubDate>Fri, 05 Aug 2016 11:42:04 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">58ea526c87fd81d6683c6154921f209a</guid>
				<title>Himanshu replied to the discussion How can I add send an Email functionality button for custom object as it is available for Account/contact/opportunity? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-add-send-an-email-functionality-button-for-custom-object-as-it-is-available-for-accountcontactopportunity/#post-14991</link>
				<pubDate>Fri, 05 Aug 2016 07:45:05 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-add-send-an-email-functionality-button-for-custom-object-as-it-is-available-for-accountcontactopportunity/#post-14991"><span class="bb-reply-lable">Reply to</span> How can I add send an Email functionality button for custom object as it is available for Account/contact/opportunity?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>Create a visualforce button that updates a field on the record and fires off a workflow email alert.<br />
You can choose the email template that email workflow alert fires off of.</p>
<p>Hope this helps you.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c51e760e4cbe00965f52405356646385</guid>
				<title>Himanshu replied to the discussion What are the standard validations in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/all-the-validations-we-build-using-validation-rules-vf-page-are-the-custom-validations-so-what-are-the-standard-validations-in-salesforce/#post-14990</link>
				<pubDate>Fri, 05 Aug 2016 07:32:49 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-are-the-standard-validations-in-salesforce/#post-14990"><span class="bb-reply-lable">Reply to</span> What are the standard validations in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>The ones provided by Salesforce are standard validation rules &#8211; like data type validation for all the fields (email validation for email fields and similar for currency, number type fields etc); universally required; unique fields.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">00d1f084e43a3932295a7b1754e7976f</guid>
				<title>Himanshu replied to the discussion How to get download link/url from attachment file in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-get-download-linkurl-from-attachment-file-in-salesforce/#post-14989</link>
				<pubDate>Fri, 05 Aug 2016 07:18:13 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-get-download-linkurl-from-attachment-file-in-salesforce/#post-14989"><span class="bb-reply-lable">Reply to</span> How to get download link/url from attachment file in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>      Download Now!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">73b1a5415fcf6d7e5ac94ba659a15d57</guid>
				<title>Himanshu replied to the discussion How  can we find unused methods in Apex? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-find-unused-methods-in-apex/#post-14988</link>
				<pubDate>Fri, 05 Aug 2016 07:10:50 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-find-unused-methods-in-apex/#post-14988"><span class="bb-reply-lable">Reply to</span> How  can we find unused methods in Apex?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>Refer this link :- </p>
<blockquote class="wp-embedded-content" data-secret="1YWSYO6Jsc"><p><a target='_blank' href="https://andyinthecloud.com/2013/02/02/spring-cleaning-apex-code-with-the-tooling-api/" rel="nofollow">Spring Cleaning Apex Code with the Tooling&nbsp;API</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title="&#8220;Spring Cleaning Apex Code with the Tooling&nbsp;API&#8221; &#8212; Andy in the Cloud" src="https://andyinthecloud.com/2013/02/02/spring-cleaning-apex-code-with-the-tooling-api/embed/#?secret=zUfE7mul2Q#?secret=1YWSYO6Jsc" data-secret="1YWSYO6Jsc" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p>In this link we have some tools that helps to find the unused methods in apex.</p>
<p>Hope this helps you.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d378896aa7c128630e3da670a3817dce</guid>
				<title>Himanshu replied to the discussion How can we control trigger to fire only for some users which share same profile? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-control-trigger-to-fire-only-for-some-users-which-share-same-profile/#post-14987</link>
				<pubDate>Fri, 05 Aug 2016 07:06:17 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-control-trigger-to-fire-only-for-some-users-which-share-same-profile/#post-14987"><span class="bb-reply-lable">Reply to</span> How can we control trigger to fire only for some users which share same profile?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>you can use UserInfo.getProfileId() method will give you the logged in user profile. Accordingly, you can implement conditions in your trigger code</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cd9218768b648d20da5400870becebc9</guid>
				<title>Himanshu replied to the discussion How to combine the blob value of multiple blob in Salesforce Apex Code? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-combine-the-blob-value-of-multiple-blob-in-apex-code/#post-14986</link>
				<pubDate>Fri, 05 Aug 2016 07:03:10 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-combine-the-blob-value-of-multiple-blob-in-salesforce-apex-code/#post-14986"><span class="bb-reply-lable">Reply to</span> How to combine the blob value of multiple blob in Salesforce Apex Code?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>Blob bb1 = Blob.valueOf(&#8216;s1&#8217;);<br />
Blob bb2 = Blob.valueOf(&#8216;s2&#8217;);<br />
Blob bb3 = Blob.valueOf(&#8216;s3&#8217;);</p>
<p>String combinedDataAsHex = EncodingUtil.convertToHex(bb1) + EncodingUtil.convertToHex(bb2) + EncodingUtil.convertToHex(bb3);<br />
Blob combinedDataAsBlob = EncodingUtil.convertFromHex(combinedDataAsHex);</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d8905c88c1e376ade42d3b56077dc44d</guid>
				<title>Himanshu replied to the discussion Can we have the  lookup on the email templates and how? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-have-the-lookup-on-the-email-templates-and-how/#post-14985</link>
				<pubDate>Fri, 05 Aug 2016 06:56:01 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/can-we-have-the-lookup-on-the-email-templates-and-how/#post-14985"><span class="bb-reply-lable">Reply to</span> Can we have the  lookup on the email templates and how?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>you cannot have a Lookup field in either a standard object or custom object that points to an email template.</p>
<p>Refer this linki:- <a target='_blank' href="https://success.salesforce.com/ideaview?id=08730000000HQ9QAAW" rel="nofollow">https://success.salesforce.com/ideaview?id=08730000000HQ9QAAW</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">041371abb2670feb10c5668323cd5e92</guid>
				<title>Himanshu replied to the discussion Can we dynamically assign value to apex:repeat in VisualForce Page? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-dynamically-assign-value-to-apexrepeat-in-visualforce-page/#post-14958</link>
				<pubDate>Thu, 04 Aug 2016 07:27:34 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/can-we-dynamically-assign-value-to-apexrepeat-in-visualforce-page/#post-14958"><span class="bb-reply-lable">Reply to</span> Can we dynamically assign value to apex:repeat in VisualForce Page?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>&lt;apex:repeat value=&#8221;{!listItems}&#8221; var=&#8221;item&#8221;&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;<br />
{!item[attribute]}<br />
&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/apex:repeat</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">817e87103925ef841f5459407edaadbe</guid>
				<title>Himanshu replied to the discussion How to create the JavaScript Tree in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-create-the-javascript-tree-in-salesforce/#post-14955</link>
				<pubDate>Thu, 04 Aug 2016 07:23:49 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-create-the-javascript-tree-in-salesforce/#post-14955"><span class="bb-reply-lable">Reply to</span> How to create the JavaScript Tree in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>Refer this link:- http://www.forcetree.com/2011/04/tree-view-in-visualforce-page.html</p>
<blockquote class="wp-embedded-content" data-secret="jgUc49htXt"><p><a target='_blank' href="https://www.infallibletechie.com/2012/11/tree-view-in-visualforce-page.html" rel="nofollow">Tree View in Visualforce Page</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title="&#8220;Tree View in Visualforce Page&#8221; &#8212; InfallibleTechie" src="https://www.infallibletechie.com/2012/11/tree-view-in-visualforce-page.html/embed#?secret=LNsvKPX0WV#?secret=jgUc49htXt" data-secret="jgUc49htXt" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p>this links helps you to create the tree view in salesforce.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">08f527cb724ee56285174d4bcd5821a4</guid>
				<title>Himanshu replied to the discussion How to get custom label value in custom link? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-get-custom-label-value-in-custom-link/#post-14954</link>
				<pubDate>Thu, 04 Aug 2016 07:18:46 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-get-custom-label-value-in-custom-link/#post-14954"><span class="bb-reply-lable">Reply to</span> How to get custom label value in custom link?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>&lt;apex:commandLink value=&#8221;{!$Label.MyLabel1}&#8221; onclick=&#8221;return confirm(&#8216;{!$Label.QuestionLabel}&#8217;)&#8221; &gt;<br />
&lt;/apex:commandLink&gt;</p>
<p>MyLabel1 &#8211; Label Name</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ff1a3bcaf0966780ba24f5f3d65b7094</guid>
				<title>Himanshu replied to the discussion How to create NEW CASE button within Opportunity screen? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-create-new-case-button-within-opportunity-screen/#post-14951</link>
				<pubDate>Thu, 04 Aug 2016 07:14:43 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-create-new-case-button-within-opportunity-screen/#post-14951"><span class="bb-reply-lable">Reply to</span> How to create NEW CASE button within Opportunity screen?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>Create a &#8220;NEW CASE&#8221; custom button under the Case Object.</p>
<p>Enter the URL from the address bar of the page you want them to be directed to. In my case I wanted a specific record type for cases created from an opportunity.</p>
<p>Save the new button and then on the Opportunity layout page, go to the Case Related list section, and click on&hellip;<span class="activity-read-more" id="activity-read-more-11807"><a href="https://www.forcetalks.com/salesforce-topic/how-to-create-new-case-button-within-opportunity-screen/#post-14951" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">320006f40ed7bedc88aab7042cbad6b9</guid>
				<title>Himanshu replied to the discussion Can we have the same picklist data in multiple objects? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/have-the-same-picklist-data-in-multiple-objects/#post-14944</link>
				<pubDate>Thu, 04 Aug 2016 07:10:29 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/can-we-have-the-same-picklist-data-in-multiple-objects/#post-14944"><span class="bb-reply-lable">Reply to</span> Can we have the same picklist data in multiple objects?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>You can use the  Global picklist feature to achieve this functionality.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">316bfb10cab610a1fa1306e8d4700630</guid>
				<title>Himanshu replied to the discussion How to update the converted lead? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-update-the-converted-lead/#post-14943</link>
				<pubDate>Thu, 04 Aug 2016 07:08:36 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-update-the-converted-lead/#post-14943"><span class="bb-reply-lable">Reply to</span> How to update the converted lead?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>To update converted leads:<br />
&#8220;Set Audit Fields upon Record Creation&#8221;AND</p>
<p>&#8220;Update Records with Inactive Owners&#8221;<br />
From Setup, enter User Interface in the Quick Find box, then select User Interface.<br />
Select Enable &#8220;Set Audit Fields upon Record Creation&#8221; and &#8220;Update Records with Inactive Owners&#8221; User Permissions.<br />
Save your changes.<br />
Add&hellip;<span class="activity-read-more" id="activity-read-more-11805"><a href="https://www.forcetalks.com/salesforce-topic/how-to-update-the-converted-lead/#post-14943" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">19bf1f93ace5e1f790fded559bf10fcd</guid>
				<title>Himanshu replied to the discussion How to determine whether to use After or before in Salesforce trigger? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-determine-whether-to-use-after-or-before-in-trigger/#post-14922</link>
				<pubDate>Tue, 02 Aug 2016 13:29:43 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-determine-whether-to-use-after-or-before-in-salesforce-trigger/#post-14922"><span class="bb-reply-lable">Reply to</span> How to determine whether to use After or before in Salesforce trigger?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>Before Trigger:-</p>
<p>I&#8217;m updating the record that&#8217;s being updated/inserted &#8211; or doing something based on the record being modified<br />
Examples: Set value of a pick list based on criteria. Send apex e-mail based on the record updated/inserted.</p>
<p>After Trigger:-</p>
<p>I&#8217;m updating or creating records that are NOT being&hellip;<span class="activity-read-more" id="activity-read-more-11778"><a href="https://www.forcetalks.com/salesforce-topic/how-to-determine-whether-to-use-after-or-before-in-trigger/#post-14922" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e47b9eb70b3dc09135bf151e284da4f0</guid>
				<title>Himanshu replied to the discussion When should I use Lists and Maps and Sets in Apex? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/when-should-i-use-lists-and-maps-and-sets-in-apex-any-particular-reason-to-choose-any-of-these/#post-14921</link>
				<pubDate>Tue, 02 Aug 2016 13:26:54 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/when-should-i-use-lists-and-maps-and-sets-in-apex/#post-14921"><span class="bb-reply-lable">Reply to</span> When should I use Lists and Maps and Sets in Apex?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>List : A list is an ordered collection<br />
so use list when you want to identify list element based on Index Number.(<strong>List can contain Duplicates</strong>)<br />
EX: List</p>
<p>Set: A set is an unordered collection of primitives or sObjects that do not contain any duplicate elements.<br />
So, use set if you want to make sure that your <strong>collection should not&hellip;</strong><span class="activity-read-more" id="activity-read-more-11777"><a href="https://www.forcetalks.com/salesforce-topic/when-should-i-use-lists-and-maps-and-sets-in-apex-any-particular-reason-to-choose-any-of-these/#post-14921" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">88eb739a1795d9961d98bdcf08961c04</guid>
				<title>Himanshu replied to the discussion When to use Test.isRunningTest() in Salesforce Apex Class? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/when-to-use-test-isrunningtest-in-salesforce-apex-class/#post-14920</link>
				<pubDate>Tue, 02 Aug 2016 13:23:39 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/when-to-use-test-isrunningtest-in-salesforce-apex-class/#post-14920"><span class="bb-reply-lable">Reply to</span> When to use Test.isRunningTest() in Salesforce Apex Class?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p><strong>isRunningTest()</strong></p>
<p>Returns true if the currently executing code was called by code contained in a test method, false otherwise. Use this method if you need to run different code depending on whether it was being called from a test.</p>
<p>Other scenarios:<br />
1) To ensure the trigger doesn&#8217;t execute the batch if Test.IsRunningTest() is true,&hellip;<span class="activity-read-more" id="activity-read-more-18975"><a href="https://www.forcetalks.com/salesforce-topic/when-to-use-test-isrunningtest-in-salesforce-apex-class/#post-14920" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6f4c5dda518be00bdd9c18a5d0aad07a</guid>
				<title>Himanshu replied to the discussion When to use Test.isRunningTest() in Salesforce Apex Class? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/when-to-use-test-isrunningtest-in-apex-class-is-it-comes-under-best-practices/#post-14920</link>
				<pubDate>Tue, 02 Aug 2016 13:23:39 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/when-to-use-test-isrunningtest-in-salesforce-apex-class/#post-14920"><span class="bb-reply-lable">Reply to</span> When to use Test.isRunningTest() in Salesforce Apex Class?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>isRunningTest()</p>
<p>Returns true if the currently executing code was called by code contained in a test method, false otherwise. Use this method if you need to run different code depending on whether it was being called from a test.</p>
<p>Other scenarios:<br />
1) To ensure the trigger doesn&#8217;t execute the batch if Test.IsRunningTest() is true,&hellip;<span class="activity-read-more" id="activity-read-more-11776"><a href="https://www.forcetalks.com/salesforce-topic/when-to-use-test-isrunningtest-in-apex-class-is-it-comes-under-best-practices/#post-14920" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4a094b26ee4507f511673b808660859d</guid>
				<title>Himanshu replied to the discussion What is the difference between WhoId and WhatId? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-difference-between-whoid-and-whatid/#post-14919</link>
				<pubDate>Tue, 02 Aug 2016 13:15:39 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-the-difference-between-whoid-and-whatid/#post-14919"><span class="bb-reply-lable">Reply to</span> What is the difference between WhoId and WhatId?</a></p> <div class="bb-content-inr-wrap"><p>Hi Hazel,</p>
<p>WhoID &#8211; refers to people things.Ex- Lead ID or a Contact ID<br />
WhatID- refers to object type things.Ex- Account ID or an Opportunity ID</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c5303ab6946eacb4fbe5514fba236bbf</guid>
				<title>Himanshu replied to the discussion Is there any way that we can find that particular sobject query can we applied or not in apex code? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-there-any-way-that-we-can-find-that-particular-sobject-query-can-we-applied-or-not-in-apex-code/#post-14851</link>
				<pubDate>Mon, 01 Aug 2016 12:53:33 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/is-there-any-way-that-we-can-find-that-particular-sobject-query-can-we-applied-or-not-in-apex-code/#post-14851"><span class="bb-reply-lable">Reply to</span> Is there any way that we can find that particular sobject query can we applied or not in apex code?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,Can you elaborate your question and give us more detail of your requirement? </p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7b07feb8e0f40cd98b3eaa90acdc804f</guid>
				<title>Himanshu replied to the discussion What is difference between the Test environment for the class and the Production environment for the class? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-difference-between-the-test-environment-for-the-class-and-the-production-environment-for-the-class/#post-14850</link>
				<pubDate>Mon, 01 Aug 2016 12:50:16 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-difference-between-the-test-environment-for-the-class-and-the-production-environment-for-the-class/#post-14850"><span class="bb-reply-lable">Reply to</span> What is difference between the Test environment for the class and the Production environment for the class?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>Hi</p>
<p>Production Enviroment of Apex Class:- its a piece of code which do some task in your application.<br />
in simple if you have written a  piece of code to add two fields and display that in another field.</p>
<p> Ex:-</p>
<p>Public Class add{<br />
     your code&#8230;&#8230;&#8230;.<br />
}</p>
<p>Test Enviroment of Apex test Class :-its also a piece of code which test&hellip;<span class="activity-read-more" id="activity-read-more-11741"><a href="https://www.forcetalks.com/salesforce-topic/what-is-difference-between-the-test-environment-for-the-class-and-the-production-environment-for-the-class/#post-14850" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3669200cacf66d443d90c2f9005efde3</guid>
				<title>Himanshu replied to the discussion Dynamic Query via Visualforce Page in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/dynamic-query-via-visualforce-page/#post-14849</link>
				<pubDate>Mon, 01 Aug 2016 11:25:45 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/dynamic-query-via-visualforce-page/#post-14849"><span class="bb-reply-lable">Reply to</span> Dynamic Query via Visualforce Page</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>Below is the code of fetching data via dynamic query and shows on the visualforce&hellip;<span class="activity-read-more" id="activity-read-more-11740"><a href="https://www.forcetalks.com/salesforce-topic/dynamic-query-via-visualforce-page/#post-14849" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e3a77a3248ded48ed3d92f1a266d589c</guid>
				<title>Himanshu replied to the discussion How to send an automatic email to owner that a particular user opens the record based on role hierarchy? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-send-an-automatic-email-to-owner-that-a-particular-user-opens-the-record-based-on-role-hierarchy/#post-14848</link>
				<pubDate>Mon, 01 Aug 2016 10:59:34 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-send-an-automatic-email-to-owner-that-a-particular-user-opens-the-record-based-on-role-hierarchy/#post-14848"><span class="bb-reply-lable">Reply to</span> How to send an automatic email to owner that a particular user opens the record based on role hierarchy?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>You can use the workflow(Email Alert) to send the email to owner.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f576be7e5b7abde49a0fead5b7488919</guid>
				<title>Himanshu replied to the discussion How can I overwrite the standard lookup field? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-overwrite-the-standard-lookup-field/#post-14847</link>
				<pubDate>Mon, 01 Aug 2016 08:16:12 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-overwrite-the-standard-lookup-field/#post-14847"><span class="bb-reply-lable">Reply to</span> How can I overwrite the standard lookup field?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>You can follow Jeff&#8217;s tutorial to override standard lookup.</p>
<p><a target='_blank' href="http://blog.jeffdouglas.com/2011/08/12/roll-your-own-salesforce-lookup-popup-window" rel="nofollow">http://blog.jeffdouglas.com/2011/08/12/roll-your-own-salesforce-lookup-popup-window</a></p>
<p>Hope this helps you.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e80ea41f37d3c2b5c7204c86df5f7327</guid>
				<title>Himanshu replied to the discussion How can I disable any(either custom or standard) button after performing its action? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-disable-anyeither-custom-or-standard-button-after-performing-its-action/#post-14846</link>
				<pubDate>Mon, 01 Aug 2016 08:07:30 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-disable-anyeither-custom-or-standard-button-after-performing-its-action/#post-14846"><span class="bb-reply-lable">Reply to</span> How can I disable any(either custom or standard) button after performing its action?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,Try the below code that helps you to disable and enable the button.</p>
<p>My Button</p>
<p>Disable &#8220;My Button&#8221;<br />
Undisable &#8220;My Button&#8221;</p>
<p>function disableBtn() {<br />
    document.getElementById(&#8220;myBtn&#8221;).disabled = true;<br />
}</p>
<p>function undisableBtn() {<br />
    document.getElementById(&#8220;myBtn&#8221;).disabled = false;<br />
}</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">978c6e2f230e6220ff7f79d9fe273858</guid>
				<title>Himanshu replied to the discussion How to store/enter more than 255 characters in a custom setting field? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-storeenter-more-than-255-characters-in-a-custom-setting-field/#post-14845</link>
				<pubDate>Mon, 01 Aug 2016 07:31:36 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-storeenter-more-than-255-characters-in-a-custom-setting-field/#post-14845"><span class="bb-reply-lable">Reply to</span> How to store/enter more than 255 characters in a custom setting field?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>No, you can&#8217;t currently store more than 255 characters in any field in a Custom Setting. If you absolutely need this, you&#8217;d have to use multiple fields or use a full-blown Custom Object.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">20021f480261bfe49dedaede38bf509b</guid>
				<title>Himanshu replied to the discussion How can I use soql query on sobject in community user in apex? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-use-soql-query-on-sobject-in-community-user-in-apex/#post-14824</link>
				<pubDate>Fri, 29 Jul 2016 13:28:18 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-use-soql-query-on-sobject-in-community-user-in-apex/#post-14824"><span class="bb-reply-lable">Reply to</span> How can I use soql query on sobject in community user in apex?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>If you have the sobject name in a string, e,g, &#8216;sobjname&#8217;, you can then query back the record via something like:</p>
<p>String queryStr=&#8217;select id from &#8216; + sobjname;</p>
<p>List&lt;sobject&gt; = Database.query(queryStr);</p>
<p>Hope this helps you.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9e0e99d22b54a11c6d8ec74a7b245901</guid>
				<title>Himanshu replied to the discussion Can we direct Access a server side controller method from lightning component? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-direct-access-a-server-side-controller-method-from-lightning-component/#post-14817</link>
				<pubDate>Fri, 29 Jul 2016 13:05:45 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/can-we-direct-access-a-server-side-controller-method-from-lightning-component/#post-14817"><span class="bb-reply-lable">Reply to</span> Can we direct Access a server side controller method from lightning component?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>You can&#8217;t access directly the server side controller method.Use the @AuraEnabled annotation to enable client- and server-side access to the controller method in lightning.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bdaddc9a1acb7be5daa078438c6113c0</guid>
				<title>Himanshu replied to the discussion  in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-evaluate-best-salesforce-consulting-company/#post-14816</link>
				<pubDate>Fri, 29 Jul 2016 12:54:47 +0530</pubDate>

									<content:encoded><![CDATA[<p>Hi Daisy,</p>
<p>These are the some points that helps to identify the best salesforce consulting company.</p>
<ol>
<li>Salesforce.com Consultant Team Capabilities</li>
</ol>
<p>2. Salesforce.com Consultant Team Experience</p>
<p>3. Salesforce.com Consultant Client References</p>
<p>4.  Salesforce.com Consultant Vendor Focus and Depth</p>
<p>5.  Salesforce.com Consultant Project Design</p>
<p>I&hellip;<span class="activity-read-more" id="activity-read-more-11690"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-evaluate-best-salesforce-consulting-company/#post-14816" rel="nofollow"> Read more</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5c6fe35ac57195f2597dc93837a1733e</guid>
				<title>Himanshu replied to the discussion Is there any way to duplicate the visualforce page in Salesforce community? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-there-any-way-to-duplicate-the-visualforce-page-in-salesforce-community/#post-14815</link>
				<pubDate>Fri, 29 Jul 2016 11:57:50 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/is-there-any-way-to-duplicate-the-visualforce-page-in-salesforce-community/#post-14815"><span class="bb-reply-lable">Reply to</span> Is there any way to duplicate the visualforce page in Salesforce community?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>You cannot duplicate the Visual force page in Salesforce community but you can clone the page.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c7006d604071396f5ed128b722c9726b</guid>
				<title>Himanshu replied to the discussion Is there any way to duplicate the visualforce page in Salesforce community? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-there-any-way-to-duplicate-the-visualforce-page-in-salesforce-community/#post-14815</link>
				<pubDate>Fri, 29 Jul 2016 11:57:50 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/is-there-any-way-to-duplicate-the-visualforce-page-in-salesforce-community/#post-14815"><span class="bb-reply-lable">Reply to</span> Is there any way to duplicate the visualforce page in Salesforce community?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>You cannot duplicate the Visual force page in sales force community but you can clone the page.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">208a08b514733e91bb344b73a135e74b</guid>
				<title>Himanshu replied to the discussion How to use console component in salesforce classic? Is there any way to use it in standard app? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-use-console-component-in-salesforce-classic-is-there-any-way-to-use-it-in-standard-app/#post-14814</link>
				<pubDate>Fri, 29 Jul 2016 11:53:44 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-use-console-component-in-salesforce-classic-is-there-any-way-to-use-it-in-standard-app/#post-14814"><span class="bb-reply-lable">Reply to</span> How to use console component in salesforce classic? Is there any way to use it in standard app?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,<br />
Go to  Setup, enter Apps in the Quick Find box, then select Apps.<br />
Select a console app.<br />
Click Edit.<br />
In Choose Custom Console Components, add available components to your app.<br />
In Align Console Components, choose whether to align components to the left or right of the console’s footer.<br />
Click Save.</p>
<p>We can&#8217;t use console component in&hellip;<span class="activity-read-more" id="activity-read-more-11685"><a href="https://www.forcetalks.com/salesforce-topic/how-to-use-console-component-in-salesforce-classic-is-there-any-way-to-use-it-in-standard-app/#post-14814" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fffd17e886ecf8bc9c742effaca77035</guid>
				<title>Himanshu replied to the discussion If we declare lightning style in a Salesforce lightning component does it affect lightning application? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/if-we-declare-lightning-style-in-lightning-component-does-it-affect-lightning-application/#post-14797</link>
				<pubDate>Thu, 28 Jul 2016 12:38:10 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/if-we-declare-lightning-style-in-a-salesforce-lightning-component-does-it-affect-lightning-application/#post-14797"><span class="bb-reply-lable">Reply to</span> If we declare lightning style in a Salesforce lightning component does it affect lightning application?</a></p> <div class="bb-content-inr-wrap"><p>Hi  Pranav,</p>
<p>if you use  this tag that&#8217;s that helps you to provide the standard css in your lightning pages.</p>
<p>&lt;ltng:require styles=”{!$Resource.REPLACE_WITH_NAME_OF_SLDS_STATIC_RESOURCE +’/assets/styles/salesforce-lightning-design-system-ltng.css’}”/&gt;</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fc78065f25ca1956412448862a9ee282</guid>
				<title>Himanshu replied to the discussion How can we export the result of a query editor in to the file? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-export-the-result-of-a-query-editor-in-to-the-file/#post-14796</link>
				<pubDate>Thu, 28 Jul 2016 12:28:11 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-export-the-result-of-a-query-editor-in-to-the-file/#post-14796"><span class="bb-reply-lable">Reply to</span> How can we export the result of a query editor in to the file?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>You can use the Developer Workbench to export the results in csv: </p>
<p><a target='_blank' href="https://workbench.developerforce.com/login.php" rel="nofollow">https://workbench.developerforce.com/login.php</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a7371e2249bc7cefd6ae13fa84610685</guid>
				<title>Himanshu replied to the discussion How to make output link work for both drill down and open a new tab? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-make-output-link-work-for-both-drill-down-and-open-a-new-tab/#post-14793</link>
				<pubDate>Thu, 28 Jul 2016 11:13:56 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-make-output-link-work-for-both-drill-down-and-open-a-new-tab/#post-14793"><span class="bb-reply-lable">Reply to</span> How to make output link work for both drill down and open a new tab?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>&lt;apex:outputLink value=&#8221;{!redirectUrl}&#8221; onClick=&#8221;window.top.location.href = &#8216;{!redirectUrl}&#8217;; return false;&#8221;&gt;{!fa[field]}<br />
&lt;/apex:outputLink&gt;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">313e2e1ed21c673e924f590670527cb7</guid>
				<title>Himanshu replied to the discussion Checkbox checked then fields will appear in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/checkbox-checked-then-fields-will-appear/#post-14792</link>
				<pubDate>Thu, 28 Jul 2016 10:42:21 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/checkbox-checked-then-fields-will-appear/#post-14792"><span class="bb-reply-lable">Reply to</span> Checkbox checked then fields will appear</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>&lt;apex:page controller=&#8221;testcontroller&#8221;&gt;</p>
<p>&lt;apex:form &gt;</p>
<p>&lt;apex:pageBlock &gt;<br />
&lt;apex:commandButton value=&#8221;Process&#8221;/&gt;<br />
&lt;apex:inputCheckbox value=&#8221;{!output1}&#8221;&gt;Export&lt;/apex:inputCheckbox&gt;<br />
&lt;apex:inputCheckbox value=&#8221;{!output2}&#8221;&gt;Import&lt;/apex:inputCheckbox&gt;<br />
&lt;apex:outputPanel id=&#8221;out1&#8243; rendered=&#8221;{!output1}&#8221;&gt;<br />
&lt;p&gt;hello this&hellip;<span class="activity-read-more" id="activity-read-more-11654"><a href="https://www.forcetalks.com/salesforce-topic/checkbox-checked-then-fields-will-appear/#post-14792" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b69777b6f76fbd19f5d8c8e57bfb3296</guid>
				<title>Himanshu replied to the discussion Approval process in Salesforce apex classes in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/approval-process-in-salesforce-apex-classes/#post-14785</link>
				<pubDate>Thu, 28 Jul 2016 10:30:28 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/approval-process-in-salesforce-apex-classes/#post-14785"><span class="bb-reply-lable">Reply to</span> Approval process in Salesforce apex classes</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>In this code we have used some approval methods that helps for execution the process by code.</p>
<p>public class TestApproval {<br />
void submitAndProcessApprovalRequest() {<br />
// Insert an account<br />
Account a = new Account(Name=&#8217;Test&#8217;,annualRevenue=100.0);<br />
insert a;</p>
<p>User user1 = [SELECT Id FROM User WHERE Alias=&#8217;SomeStandardUser&#8217;];</p>
<p>// Create&hellip;<span class="activity-read-more" id="activity-read-more-11650"><a href="https://www.forcetalks.com/salesforce-topic/approval-process-in-salesforce-apex-classes/#post-14785" 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 06:11:25 by W3 Total Cache
-->