<?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 | Sourabh | Activity</title>
	<link>http://52.205.218.194/srvgoyal/activity/</link>
	<atom:link href="http://52.205.218.194/srvgoyal/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Sourabh.</description>
	<lastBuildDate>Sat, 30 May 2026 00:32:37 +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">f5d8fe44b7402767c02b9ca2a5793481</guid>
				<title>Sourabh replied to the discussion Can I Insert a Static Resource using Apex Code in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-i-insert-a-static-resource-using-apex-code-in-salesforce/#post-16906</link>
				<pubDate>Mon, 07 Nov 2016 10:28:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/can-i-insert-a-static-resource-using-apex-code-in-salesforce/#post-16906"><span class="bb-reply-lable">Reply to</span> Can I Insert a Static Resource using Apex Code in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Ajit,</p>
<p>Metadata Api can help you out for creating static resource, Do someting like this:-</p>
<p>MetadataService.MetadataPort service = createService();<br />
MetadataService.StaticResource staticResource = new MetadataService.StaticResource();<br />
staticResource.fullName = &#8216;MyResource&#8217;;<br />
staticResource.contentType = &#8216;text&#8217;;<br />
staticResource.cacheControl&hellip;<span class="activity-read-more" id="activity-read-more-13412"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/can-i-insert-a-static-resource-using-apex-code-in-salesforce/#post-16906" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4a4372cf53b432b5fb8136b291a978fe</guid>
				<title>Sourabh replied to the discussion How to get Custom field id in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-get-custom-field-id-in-salesforce/#post-16012</link>
				<pubDate>Thu, 15 Sep 2016 12:30:34 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-get-custom-field-id-in-salesforce/#post-16012"><span class="bb-reply-lable">Reply to</span> How to get Custom field id in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>To get custom field Id in Salesforce you have to use Tooling Api. Here is a piece of code , Hopefully it will help you.</p>
<p>HttpRequest req = new HttpRequest();<br />
req.setHeader(&#8216;Authorization&#8217;, &#8216;Bearer &#8216; + UserInfo.getSessionID());<br />
req.setHeader(&#8216;Content-Type&#8217;, &#8216;application/json&#8217;);</p>
<p>String toolingendpoint&hellip;<span class="activity-read-more" id="activity-read-more-12720"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-get-custom-field-id-in-salesforce/#post-16012" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b219b34ee7cacb431e4667db562a439d</guid>
				<title>Sourabh started the discussion Sharepoint Salesforce Integration - How to get download link? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/get-download-link/</link>
				<pubDate>Thu, 04 Aug 2016 12:41:27 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/sharepoint-salesforce-integration-how-to-get-download-link/">Sharepoint Salesforce Integration - How to get download link?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Need to Download files coming from sharepoint in salesforce. How to achieve this without login into sharepoint?</p>
<p>Thanks in advance..</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">68eb5915332608290b00a5d0d91ac725</guid>
				<title>Sourabh replied to the discussion How can I change the width / height of an apex:inputField on a VisualForce page? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-change-the-width-height-of-an-apexinputfield-on-a-visualforce-page/#post-14749</link>
				<pubDate>Wed, 27 Jul 2016 14:19:55 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-i-change-the-width-height-of-an-apexinputfield-on-a-visualforce-page/#post-14749"><span class="bb-reply-lable">Reply to</span> How can I change the width / height of an apex:inputField on a VisualForce page?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>&lt;apex:inputfield&gt; tag contains style element in which you can put styling as you needed.</p>
<p>example: &lt;apex:inputfield value=&#8221;{!value from controller}&#8221; style=&#8221;height:100px;width:100px&#8221;&gt;</p>
<p>Thanks..</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6f670d5353aed799ee32795ea2d4d933</guid>
				<title>Sourabh replied to the discussion Is there any way to can create the profile in the salesforce in apex test class. How? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-there-any-way-to-can-create-the-profile-in-the-salesforce-in-apex-test-class-how/#post-14748</link>
				<pubDate>Wed, 27 Jul 2016 14:06:38 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/is-there-any-way-to-can-create-the-profile-in-the-salesforce-in-apex-test-class-how/#post-14748"><span class="bb-reply-lable">Reply to</span> Is there any way to can create the profile in the salesforce in apex test class. How?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>You cannot create profiles in apex code, either through tests or otherwise, this is presumably a security limitation.</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7fb2d080344c3020311746cbf30da371</guid>
				<title>Sourabh replied to the discussion How to show PickList field as Radio Buttons on Visualforce Page? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-show-picklist-field-as-radio-buttons-on-visualforce-page/#post-14613</link>
				<pubDate>Mon, 25 Jul 2016 12:17:43 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-show-picklist-field-as-radio-buttons-on-visualforce-page/#post-14613"><span class="bb-reply-lable">Reply to</span> How to show PickList field as Radio Buttons on Visualforce Page?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,<br />
Try this code , Hope so it will be helpful for you..<br />
public List&lt;SelectOption&gt; getTypes(){<br />
Schema.sObjectType sobject_type = customObject__c.getSObjectType();</p>
<p>Schema.DescribeSObjectResult sobject_describe = sobject_type.getDescribe();</p>
<p>Map&lt;String, Schema.SObjectField&gt; field_map&hellip;<span class="activity-read-more" id="activity-read-more-11514"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-show-picklist-field-as-radio-buttons-on-visualforce-page/#post-14613" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d21dd73982ed155d35a2b6ef94f33950</guid>
				<title>Sourabh replied to the discussion How can we get the distinct account name of account object on Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-get-the-distinct-account-name-of-account-object-on-salesforce/#post-14611</link>
				<pubDate>Mon, 25 Jul 2016 06:59:22 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-get-the-distinct-account-name-of-account-object-on-salesforce/#post-14611"><span class="bb-reply-lable">Reply to</span> How can we get the distinct account name of account object on Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>Giving you the code for getting distinct Account name using &#8216;set&#8217;&#8230;</p>
<p>List&lt;Account&gt; acclist = new List&lt;Account&gt;();</p>
<p>Set&lt;String&gt; setName = new Set&lt;String&gt;();</p>
<p>acclist = [select id,Name other fields from Account] ;</p>
<p>for (Integer i = 0; i&lt; acclist.size(); i++)</p>
<p>{</p>
<p>setName.add(acclist[i].Name); // It will contains&hellip;<span class="activity-read-more" id="activity-read-more-11503"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-can-we-get-the-distinct-account-name-of-account-object-on-salesforce/#post-14611" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6ad0da723ea97c80968ad1bab8576c11</guid>
				<title>Sourabh replied to the discussion Is there any way to perform arithematic operation using Apex tags on page itself? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-there-any-way-to-perform-arithematic-operation-using-apex-tags-on-page-itself/#post-14610</link>
				<pubDate>Mon, 25 Jul 2016 05:55:54 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/is-there-any-way-to-perform-arithematic-operation-using-apex-tags-on-page-itself/#post-14610"><span class="bb-reply-lable">Reply to</span> Is there any way to perform arithematic operation using Apex tags on page itself?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>For performing arithematic operations on page itself you can use javascript/jquery or there is an apex tag named &#8216;Apex:variable&#8217; which can be very handy for performing simple arithematic operations on visual force pages.</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">03a17136d5a8fff47bf707cdc3643554</guid>
				<title>Sourabh replied to the discussion Is there any way to perform DML operation on external database and how? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-there-a-way-to-perform-dml-operation-on-external-database-and-how/#post-14609</link>
				<pubDate>Mon, 25 Jul 2016 05:52:55 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/is-there-a-way-to-perform-dml-operation-on-external-database-and-how/#post-14609"><span class="bb-reply-lable">Reply to</span> Is there any way to perform DML operation on external database and how?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>For performing DML operations on external systems, first you have to integrate with that system. You can use either REST api or SOAP api to integrate with external system.</p>
<p>After successfully integration you can perform the DML operations.</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">88ccf684d1d1d68fde642a36211347d3</guid>
				<title>Sourabh replied to the discussion How can I show report or dashboard on vf page? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-show-report-or-dashboard-on-vf-page/#post-14466</link>
				<pubDate>Wed, 20 Jul 2016 11:18:55 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-i-show-report-or-dashboard-on-vf-page/#post-14466"><span class="bb-reply-lable">Reply to</span> How can I show report or dashboard on vf page?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,<br />
If you want to add standard reports/dashboards to a VF page, you have to use iframe for it.<br />
You can set the source of the iframe to the URL of your report/dashboard.</p>
<p>eg.<br />
&lt;apex:page &gt;<br />
&lt;apex:iframe src=&#8221;url of your report/dashboard&#8221; scrolling=&#8221;true&#8221; id=&#8221;theIframe&#8221;/&gt;<br />
&lt;/apex:page&gt;</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">36ba5231f59cc08b14d9b24b69c86d54</guid>
				<title>Sourabh replied to the discussion How can we write a such apex controller class which can be used by multiple vf pages on requirement? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-write-a-such-apex-controller-class-which-can-be-used-by-multiple-vf-pages-on-requirement/#post-14432</link>
				<pubDate>Tue, 19 Jul 2016 13:11:41 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-write-a-such-apex-controller-class-which-can-be-used-by-multiple-vf-pages-on-requirement/#post-14432"><span class="bb-reply-lable">Reply to</span> How can we write a such apex controller class which can be used by multiple vf pages on requirement?</a></p> <div class="bb-content-inr-wrap"><p>Hi Shekar,</p>
<p>Actually i have written it incorrect, sorry for that.</p>
<p>If you are not using StandardController do:-</p>
<p>&lt;apex:page controller=”ControllerName”&gt;</p>
<p>Thanks.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ee3808c2f5f2b470216b8f69ea8c7ea7</guid>
				<title>Sourabh replied to the discussion How to create a vf page automatically on creation of  Account? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-create-a-vf-page-automatically-on-creation-of-account/#post-14431</link>
				<pubDate>Tue, 19 Jul 2016 13:06:53 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-create-a-vf-page-automatically-on-creation-of-account/#post-14431"><span class="bb-reply-lable">Reply to</span> How to create a vf page automatically on creation of  Account?</a></p> <div class="bb-content-inr-wrap"><p>Hi Shekhar,<br />
I am providing you an example of Dynamic Page creation using <em>ApexTooling Api</em>.</p>
<p>*Here i have created a vf page in which the object name is entered(custom/standard) on entering object name in input field &amp; clicking on &#8216;create page&#8217;, a page is been created dynamically refrencing to the object in StandardController.</p>
<p>* Make sure you&hellip;<span class="activity-read-more" id="activity-read-more-11326"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-create-a-vf-page-automatically-on-creation-of-account/#post-14431" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cdc02b653e1991bca86d34d1b5a71c0e</guid>
				<title>Sourabh replied to the discussion How can I get multi functionality of two buttons in single button using controller extensions? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/any-ideas-on-how-i-can-get-multi-functionality-of-two-buttons-in-single-button-using-controller-extensions/#post-14426</link>
				<pubDate>Tue, 19 Jul 2016 09:15:10 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-i-get-multi-functionality-of-two-buttons-in-single-button-using-controller-extensions/#post-14426"><span class="bb-reply-lable">Reply to</span> How can I get multi functionality of two buttons in single button using controller extensions?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>You can use &#8216;action&#8217; and &#8216;onclick&#8217; respectively on a single button click.<br />
For eg.<br />
&lt;apex:commandButton action=&#8221;{!savePDF}&#8221; onclick=&#8221;CaptureSignature();&#8221; value=&#8221;Save&#8221; id=&#8221;theButton&#8221; /&gt;<br />
This command button doing two different functionality on a single click ie. saving pdf as well as capturing signature.</p>
<p>Thankyou</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5b5da432014f75b014c038ae1ddc731a</guid>
				<title>Sourabh replied to the discussion How can we write a such apex controller class which can be used by multiple vf pages on requirement? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-write-a-such-apex-controller-class-which-can-be-used-by-multiple-vf-pages-on-requirement/#post-14425</link>
				<pubDate>Tue, 19 Jul 2016 09:07:57 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-write-a-such-apex-controller-class-which-can-be-used-by-multiple-vf-pages-on-requirement/#post-14425"><span class="bb-reply-lable">Reply to</span> How can we write a such apex controller class which can be used by multiple vf pages on requirement?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>A single apex controller can be used for multiple VisualForce pages as per need. You just have to give the reference of the controller in your page.</p>
<p>If you are using StandardController do like this:-</p>
<p>&lt;apex:page Standardcontroller=&#8221;Account&#8221; extensions=&#8221;ControllerName&#8221;&gt;</p>
<p>If you are not using StandardController&hellip;<span class="activity-read-more" id="activity-read-more-11320"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-can-we-write-a-such-apex-controller-class-which-can-be-used-by-multiple-vf-pages-on-requirement/#post-14425" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cde943cf6724d893a6f9071f3af680a9</guid>
				<title>Sourabh replied to the discussion How to create a vf page automatically on creation of  Account? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-create-a-vf-page-automatically-on-creation-of-account/#post-14424</link>
				<pubDate>Tue, 19 Jul 2016 09:00:10 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-create-a-vf-page-automatically-on-creation-of-account/#post-14424"><span class="bb-reply-lable">Reply to</span> How to create a vf page automatically on creation of  Account?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>*For this you have to create a class using ApexTooling Api which create page dynamically. It can be done using REST Api callout used in Tooling Api.<br />
*After this you have to create a trigger which calls the class after insertion of Account.</p>
<p>Thankyou</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b885f31cea68db5b2aa2a7408057b089</guid>
				<title>Sourabh replied to the discussion Is there any limitation on adding number of screens in flows? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-there-any-limitation-on-adding-number-of-screens-in-flows/#post-14387</link>
				<pubDate>Mon, 18 Jul 2016 09:00:44 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/is-there-any-limitation-on-adding-number-of-screens-in-flows/#post-14387"><span class="bb-reply-lable">Reply to</span> Is there any limitation on adding number of screens in flows?</a></p> <div class="bb-content-inr-wrap"><p>Hello Tanu,</p>
<p>For the governer limits for flows in salesforce you can visit:- https://help.salesforce.com/apex/HTViewHelpDoc?id=vpm_admin_flow_limits.htm</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">da5312e42079843b3e5c274b166483c3</guid>
				<title>Sourabh replied to the discussion Can I set permission set on the Custom Object in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-i-set-permission-set-on-the-custom-object-in-salesforce/#post-14334</link>
				<pubDate>Fri, 15 Jul 2016 14:27:10 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/can-i-set-permission-set-on-the-custom-object-in-salesforce/#post-14334"><span class="bb-reply-lable">Reply to</span> Can I set permission set on the Custom Object in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Yes you can set permission set on the Custom Object in Salesforce.<br />
1. Go to permission sets.<br />
2. Click on permission set for which object settings should be saved.<br />
3. Go to Object settings, here you will find the objects created in your org.<br />
4. Click on the object(standard/custom) you want to change and edit it.</p>
<p>Thankyou</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">843a9a7b4f5af9386acfc38fb30bd148</guid>
				<title>Sourabh replied to the discussion Disable commandButton after first click to prevent double submission in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/disable-commandbutton-after-first-click-to-prevent-double-submission/#post-14325</link>
				<pubDate>Fri, 15 Jul 2016 13:47:44 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/disable-commandbutton-after-first-click-to-prevent-double-submission/#post-14325"><span class="bb-reply-lable">Reply to</span> Disable commandButton after first click to prevent double submission</a></p> <div class="bb-content-inr-wrap"><p>You can use javascript for disabling button after the click. Here is a piece of code for that.</p>
<p>&lt;apex:commandButton value=&#8221;Submit&#8221; id=&#8221;Submit&#8221; onClick=&#8221;SubmitOnClick(this);&#8221; /&gt;</p>
<p>&lt;apex:actionFunction name=&#8221;doSubmit&#8221; action=&#8221;{!Submit}&#8221; /&gt;<br />
&lt;/apex:form&gt;</p>
<p>&lt;script language=&#8221;Javascript&#8221;&gt;<br />
function SubmitOnClick (objSubmitBtn) {<br />
objSubmitBtn.disabled&hellip;<span class="activity-read-more" id="activity-read-more-11224"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/disable-commandbutton-after-first-click-to-prevent-double-submission/#post-14325" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5a511de4af6057e27c7b19268d814b5f</guid>
				<title>Sourabh replied to the discussion Where a link may open on lightning app as its a one page app? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/where-a-link-may-open-on-lightning-app-as-its-a-one-page-app/#post-14324</link>
				<pubDate>Fri, 15 Jul 2016 12:30:30 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/where-a-link-may-open-on-lightning-app-as-its-a-one-page-app/#post-14324"><span class="bb-reply-lable">Reply to</span> Where a link may open on lightning app as its a one page app?</a></p> <div class="bb-content-inr-wrap"><p>You would do this using the e.force:navigateToComponent method. Try this</p>
<p>In your markup</p>
<p>&lt;ui:button label=&#8221;ATTENDANCE&#8221; press=&#8221;{!c.navigateToRollCall}&#8221;/&gt;</p>
<p>In your controller, do something like</p>
<p>navigateToRollCall : function(component, event, helper) {</p>
<p>var evt =&hellip;<span class="activity-read-more" id="activity-read-more-11222"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/where-a-link-may-open-on-lightning-app-as-its-a-one-page-app/#post-14324" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5f4e314f741e817337847540a5182d62</guid>
				<title>Sourabh replied to the discussion Permission set is assigned to user, how does it assign to a particular profile not user in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/permission-set-is-assigned-to-user-how-does-it-assign-to-a-particular-profile-not-user/#post-14323</link>
				<pubDate>Fri, 15 Jul 2016 10:52:48 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/permission-set-is-assigned-to-user-how-does-it-assign-to-a-particular-profile-not-user-in-salesforce/#post-14323"><span class="bb-reply-lable">Reply to</span> Permission set is assigned to user, how does it assign to a particular profile not user in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>The permission sets can only be assigned at a user level.</p>
<p>For more information you may check this link:- https://success.salesforce.com/answers?id=90630000000ggufAAA</p>
<p>Thankyou</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">30d1a702985c9a270e13c87fd686a891</guid>
				<title>Sourabh replied to the discussion How we can we migrate the profile setting of one org to the another profile in another org? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-we-can-we-migrate-the-profile-setting-of-one-org-to-the-another-profile-in-another-org/#post-14315</link>
				<pubDate>Fri, 15 Jul 2016 10:28:27 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-we-can-we-migrate-the-profile-setting-of-one-org-to-the-another-profile-in-another-org/#post-14315"><span class="bb-reply-lable">Reply to</span> How we can we migrate the profile setting of one org to the another profile in another org?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,<br />
You cannot send profile settings directly to another org. For this you have to choose the component and the profile simentaneously if you want that the particular profile for the component will be added automatically while sending it to another org.<br />
For change set:-<br />
1. Add &#8216;Change Set Components&#8217;.<br />
2. From &#8216;Profile Settings For&hellip;<span class="activity-read-more" id="activity-read-more-11215"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-we-can-we-migrate-the-profile-setting-of-one-org-to-the-another-profile-in-another-org/#post-14315" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d57c2441d6c36ac6757d9d680e1d0987</guid>
				<title>Sourabh started the discussion Create Content Distribution in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/create-content-distribution/</link>
				<pubDate>Thu, 09 Jun 2016 08:19:48 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/create-content-distribution/">Create Content Distribution</a></p> <div class="bb-content-inr-wrap"><p>Hi all,</p>
<p>I am creating Content Distribution in performance edition of salesforce but every time it&#8217;s throwing an error i.e &#8216;Entity is not org-accessible&#8217;.</p>
<p>Does anyone know how to resolve this issue?</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d57c2441d6c36ac6757d9d680e1d0987</guid>
				<title>Sourabh started the discussion Create Content Distribution in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/create-content-distribution/</link>
				<pubDate>Thu, 09 Jun 2016 08:19:48 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/create-content-distribution/">Create Content Distribution</a></p> <div class="bb-content-inr-wrap"><p>Hi all,</p>
<p>I am creating Content Distribution in performance edition of salesforce but every time it&#8217;s throwing an error i.e &#8216;Entity is not org-accessible&#8217;.</p>
<p>Does anyone know how to resolve this issue?</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">62728b92c2028c084babf32557b19b89</guid>
				<title>Sourabh started the discussion Create Content Distribution in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/create-content-distribution/</link>
				<pubDate>Thu, 09 Jun 2016 08:19:48 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/create-content-distribution/">Create Content Distribution</a></p> <div class="bb-content-inr-wrap"><p>Hi all,</p>
<p>I am creating Content Distribution in performance edition of salesforce but every time it&#8217;s throwing an error i.e &#8216;Entity is not org-accessible&#8217;.</p>
<p>Do anyone know how to resolve this issue?</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">38d32cd71cfa48f548c6bd3026233fd8</guid>
				<title>Sourabh started the discussion How to Perform Arithmetic Operations on Visualforce Page? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/arithematic-operation-on-page/</link>
				<pubDate>Mon, 02 May 2016 05:02:01 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-perform-arithmetic-operations-on-visualforce-page/">How to Perform Arithmetic Operations on Visualforce Page?</a></p> <div class="bb-content-inr-wrap"><p>Hi all,</p>
<p>Is there any possible way to do an arithmetic operation like add or subtract on Visualforce page itself without using javascript or apex class?</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">38d32cd71cfa48f548c6bd3026233fd8</guid>
				<title>Sourabh started the discussion How to Perform Arithmetic Operations on Visualforce Page? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/arithematic-operation-on-page/</link>
				<pubDate>Mon, 02 May 2016 05:02:01 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-perform-arithmetic-operations-on-visualforce-page/">How to Perform Arithmetic Operations on Visualforce Page?</a></p> <div class="bb-content-inr-wrap"><p>Hi all,</p>
<p>Is there any possible way to do an arithmetic operation like add or subtract on Visualforce page itself without using javascript or apex class?</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">38d32cd71cfa48f548c6bd3026233fd8</guid>
				<title>Sourabh started the discussion How to Perform Arithmetic Operations on Visualforce Page? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/arithematic-operation-on-page/</link>
				<pubDate>Mon, 02 May 2016 05:02:01 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-perform-arithmetic-operations-on-visualforce-page/">How to Perform Arithmetic Operations on Visualforce Page?</a></p> <div class="bb-content-inr-wrap"><p>Hi all,</p>
<p>Is there any possible way to do an arithmetic operation like add or subtract on Visualforce page itself without using javascript or apex class?</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d68c80edf641ad58ce620841f35c01fc</guid>
				<title>Sourabh started the discussion How to Perform Arithmetic Operations on Visualforce Page? in the forum </title>
				<link>http://www.forcetalks.com/salesforce-topic/arithematic-operation-on-page/</link>
				<pubDate>Mon, 02 May 2016 05:02:01 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-perform-arithmetic-operations-on-visualforce-page/">How to Perform Arithmetic Operations on Visualforce Page?</a></p> <div class="bb-content-inr-wrap"><p>Hi all,</p>
<p>Is there any posiible way to do arithematic operation like add or subtract on visualforce page itself without using javascript or apex class?</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cfe610f756a92a990f2ed1431b43a38e</guid>
				<title>Sourabh started the discussion How to create customer community in Dev org? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/creating-customer-community-in-dev-org/</link>
				<pubDate>Mon, 02 May 2016 05:01:11 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-create-customer-community-in-dev-org/">How to create customer community in Dev org?</a></p> <div class="bb-content-inr-wrap"><p>Hi all,</p>
<p>I need to create a customer community in my dev org. Do anyone had workaround for it?</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cfe610f756a92a990f2ed1431b43a38e</guid>
				<title>Sourabh started the discussion How to create customer community in Dev org? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/creating-customer-community-in-dev-org/</link>
				<pubDate>Mon, 02 May 2016 05:01:11 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-create-customer-community-in-dev-org/">How to create customer community in Dev org?</a></p> <div class="bb-content-inr-wrap"><p>Hi all,</p>
<p>I need to create a customer community in my dev org. Do anyone had workaround for it?</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c4c8e48b730774617b199d98b2e7747b</guid>
				<title>Sourabh started the discussion How to create customer community in Dev org? in the forum </title>
				<link>http://www.forcetalks.com/salesforce-topic/creating-customer-community-in-dev-org/</link>
				<pubDate>Mon, 02 May 2016 05:01:11 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-create-customer-community-in-dev-org/">How to create customer community in Dev org?</a></p> <div class="bb-content-inr-wrap"><p>Hi all,</p>
<p>I need to create a customer community in my dev org. Do anyone had workaround for it?</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e0e21067194b237cdaa2e8126c0686a7</guid>
				<title>Sourabh started the discussion Change picklist according to Formula field. in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/change-picklist-according-to-formula-field/</link>
				<pubDate>Mon, 02 May 2016 05:00:31 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/change-picklist-according-to-formula-field/">Change picklist according to Formula field.</a></p> <div class="bb-content-inr-wrap"><p>Hi all,<br />
I need to change picklist value automatically without any editing on the record whenever my formula field changes. My formula field shows &#8216;Active&#8217; &amp; &#8216;Inactive&#8217; Status , so i need whenever my formula changes to Active picklist will change to Active and vice versa.</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f7c9488d5b2d6779f6c59f915dbdef13</guid>
				<title>Sourabh started the discussion Change picklist according to Formula field. in the forum </title>
				<link>http://www.forcetalks.com/salesforce-topic/change-picklist-according-to-formula-field/</link>
				<pubDate>Mon, 02 May 2016 05:00:31 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/change-picklist-according-to-formula-field/">Change picklist according to Formula field.</a></p> <div class="bb-content-inr-wrap"><p>Hi all,<br />
I need to change picklist value automatically without any editing on the record whenever my formula field changes. My formula field shows &#8216;Active&#8217; &amp; &#8216;Inactive&#8217; Status , so i need whenever my formula changes to Active picklist will change to Active and vice versa.</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">397af740bff7957e7b512a20754bc7f0</guid>
				<title>Sourabh replied to the discussion How can I use Custom Pagination in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-use-custom-pagination-in-salesforce/#post-9907</link>
				<pubDate>Thu, 14 Apr 2016 08:10:32 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-i-use-custom-pagination-in-salesforce/#post-9907"><span class="bb-reply-lable">Reply to</span> How can I use Custom Pagination in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Shubham ,</p>
<p>Giving you an <strong>example of custom pagination</strong>, hope it will help:-</p>
<p><strong>VisualForce Page</strong>:-</p>
<p>&lt;apex:page controller=”Pagination” sidebar=”false” showHeader=”false”&gt;<br />
&lt;apex:form &gt;<br />
&lt;apex:pageBlock id=”details”&gt;<br />
&lt;apex:pageblockTable value=”{!acclist}” var=”acc”&gt;<br />
&lt;apex:column value=”{!acc.Name}”/&gt;<br />
&lt;apex:column&hellip;<span class="activity-read-more" id="activity-read-more-18972"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-can-i-use-custom-pagination-in-salesforce/#post-9907" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dfabebfbe8e18fcfff62e37b54550a6c</guid>
				<title>Sourabh replied to the discussion How can I use Custom Pagination in Salesforce? in the forum Salesforce® Discussions</title>
				<link>http://forcetalks.com/salesforce-topic/custom-pagination-in-salesforce/#post-9907</link>
				<pubDate>Thu, 14 Apr 2016 08:10:32 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-i-use-custom-pagination-in-salesforce/#post-9907"><span class="bb-reply-lable">Reply to</span> How can I use Custom Pagination in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Shubham ,</p>
<p>Giving you an example of custom pagination , hope it will help :-</p>
<p><strong>VisualForce Page</strong>:-</p>
<p>&lt;apex:page controller=”Pagination” sidebar=”false” showHeader=”false”&gt;<br />
&lt;apex:form &gt;<br />
&lt;apex:pageBlock id=”details”&gt;<br />
&lt;apex:pageblockTable value=”{!acclist}” var=”acc”&gt;<br />
&lt;apex:column value=”{!acc.Name}”/&gt;<br />
&lt;apex:column&hellip;<span class="activity-read-more" id="activity-read-more-2379"><a target='_blank' href="http://forcetalks.com/salesforce-topic/custom-pagination-in-salesforce/#post-9907" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">765c69d992c5b1c5c400c3c82d922ad6</guid>
				<title>Sourabh started the discussion Make Document accessible outside salesforce. in the forum </title>
				<link>http://forcetalks.com/salesforce-topic/make-document-accessible-outside-salesforce/</link>
				<pubDate>Thu, 14 Apr 2016 07:52:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/make-document-accessible-outside-salesforce/">Make Document accessible outside salesforce.</a></p> <div class="bb-content-inr-wrap"><p>I have some images stored in my Documents. I want to create a link of particular image which i can access outside salesforce.<br />
I am able to create the link but every time i am opening the link it takes me to salesforce login page.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">765c69d992c5b1c5c400c3c82d922ad6</guid>
				<title>Sourabh started the discussion Make Document accessible outside salesforce. in the forum </title>
				<link>http://forcetalks.com/salesforce-topic/make-document-accessible-outside-salesforce/</link>
				<pubDate>Thu, 14 Apr 2016 07:52:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/make-document-accessible-outside-salesforce/">Make Document accessible outside salesforce.</a></p> <div class="bb-content-inr-wrap"><p>I have some images stored in my Documents. I want to create a link of particular image which i can access outside salesforce.<br />
I am able to create the link but every time i am opening the link it takes me to salesforce login page.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">019064d2d841fb30ba7f2f1fedb17bb9</guid>
				<title>Sourabh replied to the discussion Can we create bar chart in lightning component? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-create-bar-chart-in-lightning-component/#post-9818</link>
				<pubDate>Thu, 14 Apr 2016 06:44:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/can-we-create-bar-chart-in-lightning-component/#post-9818"><span class="bb-reply-lable">Reply to</span> Can we create bar chart in lightning component?</a></p> <div class="bb-content-inr-wrap"><p>Yes sure</p>
<p>There is an app (Chart.js) on AppExchange. Install it in your environment and you are ready to create charts in lightning component. Link for App is provided:-</p>
<p>(<a target='_blank' href="https://appexchange.salesforce.com/listingDetail?listingId=a0N30000000q5ADEAY" rel="nofollow">https://appexchange.salesforce.com/listingDetail?listingId=a0N30000000q5ADEAY</a>)</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">357cbcfc667521704962f29afa092868</guid>
				<title>Sourabh replied to the discussion Can we create bar chart in lightning component? in the forum Salesforce® Discussions</title>
				<link>http://forcetalks.com/salesforce-topic/can-we-create-bar-chart-in-lightning-component/#post-9818</link>
				<pubDate>Thu, 14 Apr 2016 06:44:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/can-we-create-bar-chart-in-lightning-component/#post-9818"><span class="bb-reply-lable">Reply to</span> Can we create bar chart in lightning component?</a></p> <div class="bb-content-inr-wrap"><p>Yes sure</p>
<p>There is an app(Chart.js) on AppExchange. Install it in your environment and you are ready to create charts in lightning component. Link for App is provided:-</p>
<p>(<a target='_blank' href="https://appexchange.salesforce.com/listingDetail?listingId=a0N30000000q5ADEAY" rel="nofollow">https://appexchange.salesforce.com/listingDetail?listingId=a0N30000000q5ADEAY</a>)</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1925b92f663676451099f778238f67ab</guid>
				<title>Sourabh replied to the discussion Calculation on Visualforce Page without using Controller in the forum Salesforce® Discussions</title>
				<link>http://forcetalks.com/salesforce-topic/calculation-on-visualforce-page/#post-9816</link>
				<pubDate>Thu, 14 Apr 2016 06:39:28 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/calculation-on-visualforce-page-without-using-controller/#post-9816"><span class="bb-reply-lable">Reply to</span> Calculation on Visualforce Page without using Controller</a></p> <div class="bb-content-inr-wrap"><p>Hi Gaurav,</p>
<p>Another method to calculate total of your field is by using &lt;apex:variable&gt;.</p>
<p>For example i am displaying my field in &lt;apex:repeat&gt;. Then i will use apex variable like this:-</p>
<p>&lt;apex:variable var=&#8221;i&#8221; value=&#8221;{!0.00}&#8221;/&gt;<br />
&lt;Table&gt;<br />
&lt;apex:repeat value=&#8221;{!Value}&#8221; var=&#8221;item&#8221;&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt; {!item.FieldName}<br />
&lt;apex:variable&hellip;<span class="activity-read-more" id="activity-read-more-2300"><a target='_blank' href="http://forcetalks.com/salesforce-topic/calculation-on-visualforce-page/#post-9816" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5205255492f0442a429981d78300d782</guid>
				<title>Sourabh posted a new post.</title>
				<link>http://52.205.218.194/?p=9665</link>
				<pubDate>Thu, 14 Apr 2016 06:17:44 +0530</pubDate>

									<content:encoded><![CDATA[ <a class="bb-post-img-link" href="http://52.205.218.194/apache-ant-script/"><img class="lazy" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20700%20363'%3E%3C/svg%3E" data-src="http://cdn.forcetalks.com/wp-content/uploads/2016/05/APACHE-ANT-SCRIPT.jpg?x31994" /></a> <div class="bb-content-wrp"><a class="bb-post-title-link" href="http://52.205.218.194/apache-ant-script/"><span class="bb-post-title">APACHE ANT SCRIPT</span></a> <p>APACHE ANT is a command-line tool based on java use for transferring metadata components between two salesforce organization and local directory. Steps for Installation: 1.…</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c07866e30e64c41b17105b5b0d164bcb</guid>
				<title>Sourabh replied to the discussion How we can show data list in Mozilla Firefox? in the forum Salesforce® Discussions</title>
				<link>http://forcetalks.com/salesforce-topic/java-script/#post-9782</link>
				<pubDate>Thu, 14 Apr 2016 04:26:49 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-we-can-show-data-list-in-mozilla-firefox/#post-9782"><span class="bb-reply-lable">Reply to</span> How we can show data list in Mozilla Firefox?</a></p> <div class="bb-content-inr-wrap"><p>Hi Shalini,</p>
<p>Giving you an example of DataList:-</p>
<p>&lt;apex:page &gt;<br />
&lt;label&gt;Choose a browser from this list:<br />
&lt;input list=&#8221;browsers&#8221; name=&#8221;myBrowser&#8221; /&gt;&lt;/label&gt;<br />
&lt;datalist id=&#8221;browsers&#8221;&gt;<br />
&lt;option value=&#8221;Chrome&#8221;/&gt;<br />
&lt;option value=&#8221;Firefox&#8221;/&gt;<br />
&lt;option value=&#8221;Internet Explorer&#8221;/&gt;<br />
&lt;option value=&#8221;Opera&#8221;/&gt;<br />
&lt;option value=&#8221;Safari&#8221;/&gt;<br />
&lt;option&hellip;<span class="activity-read-more" id="activity-read-more-2295"><a target='_blank' href="http://forcetalks.com/salesforce-topic/java-script/#post-9782" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a7aace064a95c2af6f22a408a1470bcd</guid>
				<title>Sourabh started the discussion Loop Syntax in jQuery in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/loop-syntax-in-jquery/</link>
				<pubDate>Wed, 13 Apr 2016 08:17:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/loop-syntax-in-jquery/">Loop Syntax in jQuery</a></p> <div class="bb-content-inr-wrap"><p>jQuery 3.0 is the most newest version of jQuery. There are many changes in it, but one of the important change<br />
is the syntax of loop using for..of loop.</p>
<p>For example earlier we use the syntax shown below:-</p>
<p>var $divelements = $(&#8220;div&#8221;);<br />
for (var x=0; x&lt; $divelements.length; x++){<br />
$divelements[x].addClass(&#8220;dummy&#8221;);<br />
}</p>
<p>Here&#8217;s the new&hellip;<span class="activity-read-more" id="activity-read-more-8282"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/loop-syntax-in-jquery/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c40626ed1db619da881f7b6ac692a8f9</guid>
				<title>Sourabh started the discussion Loop Syntax in jQuery in the forum </title>
				<link>http://www.forcetalks.com/salesforce-topic/loop-syntax-in-jquery/</link>
				<pubDate>Wed, 13 Apr 2016 08:17:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/loop-syntax-in-jquery/">Loop Syntax in jQuery</a></p> <div class="bb-content-inr-wrap"><p>jQuery 3.0 is the most newest version of jQuery. There are many changes in it, but one of the important change<br />
is the syntax of loop using for..of loop.</p>
<p>For example earlier we use the syntax shown below:-</p>
<p>var $divelements = $(&#8220;div&#8221;);<br />
for (var x=0; x&lt; $divelements.length; x++){<br />
$divelements[x].addClass(&#8220;dummy&#8221;);<br />
}</p>
<p>Here&#8217;s the&hellip;<span class="activity-read-more" id="activity-read-more-7619"><a target='_blank' href="http://www.forcetalks.com/salesforce-topic/loop-syntax-in-jquery/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a7aace064a95c2af6f22a408a1470bcd</guid>
				<title>Sourabh started the discussion Loop Syntax in jQuery in the forum </title>
				<link>http://forcetalks.com/salesforce-topic/loop-syntax-in-jquery/</link>
				<pubDate>Wed, 13 Apr 2016 08:17:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/loop-syntax-in-jquery/">Loop Syntax in jQuery</a></p> <div class="bb-content-inr-wrap"><p>jQuery 3.0 is the most newest version of jQuery. There are many changes in it, but one of the important change<br />
is the syntax of loop using for..of loop.</p>
<p>For example earlier we use the syntax shown below:-</p>
<p>var $divelements = $(&#8220;div&#8221;);<br />
for (var x=0; x&lt; $divelements.length; x++){<br />
$divelements[x].addClass(&#8220;dummy&#8221;);<br />
}</p>
<p>Here&#8217;s the new&hellip;<span class="activity-read-more" id="activity-read-more-4267"><a target='_blank' href="http://forcetalks.com/salesforce-topic/loop-syntax-in-jquery/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ce94a660623ae9db68c5ee685ecfa814</guid>
				<title>Sourabh started the discussion Loop Syntax in jQuery in the forum </title>
				<link>http://forcetalks.com/salesforce-topic/loop-syntax-in-jquery/</link>
				<pubDate>Wed, 13 Apr 2016 08:17:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/loop-syntax-in-jquery/">Loop Syntax in jQuery</a></p> <div class="bb-content-inr-wrap"><p>jQuery 3.0 is the most newest version of jQuery. There are many changes in it, but one of the important change<br />
is the syntax of loop using for..of loop.</p>
<p>For example earlier we use the syntax shown below:-</p>
<p>var $divelements = $(&#8220;div&#8221;);<br />
for (var x=0; x&lt; $divelements.length; x++){<br />
$divelements[x].addClass(&#8220;dummy&#8221;);<br />
}</p>
<p>Here&#8217;s the new&hellip;<span class="activity-read-more" id="activity-read-more-2026"><a target='_blank' href="http://forcetalks.com/salesforce-topic/loop-syntax-in-jquery/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ce94a660623ae9db68c5ee685ecfa814</guid>
				<title>Sourabh started the discussion Loop Syntax in jQuery in the forum </title>
				<link>http://forcetalks.com/salesforce-topic/loop-syntax-in-jquery/</link>
				<pubDate>Wed, 13 Apr 2016 08:17:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/loop-syntax-in-jquery/">Loop Syntax in jQuery</a></p> <div class="bb-content-inr-wrap"><p>jQuery 3.0 is the most newest version of jQuery. There are many changes in it, but one of the important change<br />
is the syntax of loop using for..of loop.</p>
<p>For example earlier we use the syntax shown below:-</p>
<p>var $divelements = $(&#8220;div&#8221;);<br />
for (var x=0; x&lt; $divelements.length; x++){<br />
$divelements[x].addClass(&#8220;dummy&#8221;);<br />
}</p>
<p>Here&#8217;s the new&hellip;<span class="activity-read-more" id="activity-read-more-2025"><a target='_blank' href="http://forcetalks.com/salesforce-topic/loop-syntax-in-jquery/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">19d11793f41ba94de325483d2f3dee0c</guid>
				<title>Sourabh replied to the discussion How to select all checkboxes of wrapper list on vf page using jquery? in the forum Salesforce® Discussions</title>
				<link>http://forcetalks.com/salesforce-topic/lect-all-checkboxes-of-wrapper-list-on-vf-page-using-jquery/#post-9738</link>
				<pubDate>Wed, 13 Apr 2016 04:11:06 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-select-all-checkboxes-of-wrapper-list-on-vf-page-using-jquery/#post-9738"><span class="bb-reply-lable">Reply to</span> How to select all checkboxes of wrapper list on vf page using jquery?</a></p> <div class="bb-content-inr-wrap"><p>Console shows &#8220;missing attr&#8221; only if you have not included jquery.  The .prop() method gets the property value for only the first element in the matched set. You can use .prop() as a replacement of .attr() in your case.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">729ce7ad8480ff22f24d0f816a116f97</guid>
				<title>Sourabh started the discussion How can I add styling in my Pdf page? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/using-word-wrap-in-pdf/</link>
				<pubDate>Tue, 12 Apr 2016 07:57:35 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-i-add-styling-in-my-pdf-page/">How can I add styling in my Pdf page?</a></p> <div class="bb-content-inr-wrap"><p>How can I add styling in my Pdf page? Need word wrapping for the particular column in a table.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8b376cae27ec46ee12e23b5e39cc2bd8</guid>
				<title>Sourabh started the discussion How can I add styling in my Pdf page? in the forum </title>
				<link>http://forcetalks.com/salesforce-topic/using-word-wrap-in-pdf/</link>
				<pubDate>Tue, 12 Apr 2016 07:57:35 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-i-add-styling-in-my-pdf-page/">How can I add styling in my Pdf page?</a></p> <div class="bb-content-inr-wrap"><p>How can i add styling in my Pdf page? Need word wrapping for the particular column in a table.</p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Content Delivery Network via Amazon Web Services: CloudFront: cdn.forcetalks.com
Lazy Loading

Served from: 52.205.218.194 @ 2026-05-30 06:38:03 by W3 Total Cache
-->