<?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 | Kumar | Activity</title>
	<link>http://52.205.218.194/kumarroopam/activity/</link>
	<atom:link href="http://52.205.218.194/kumarroopam/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Kumar.</description>
	<lastBuildDate>Tue, 23 Jun 2026 11:45:56 +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">c831a32316d373a2377f1efa5165d986</guid>
				<title>Kumar replied to the discussion How to restrict a user to not create more than 15 records in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-restrict-a-user-to-not-create-more-than-15-records-in-salesforce/#post-23142</link>
				<pubDate>Tue, 02 Jan 2018 13:57:57 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-restrict-a-user-to-not-create-more-than-15-records-in-salesforce/#post-23142"><span class="bb-reply-lable">Reply to</span> How to restrict a user to not create more than 15 records in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Thanks you Mohit! Didn&#8217;t strike me to use aggregate queries to group records by OwnerIds.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aa90e2f97ee5194af383afebf55daffb</guid>
				<title>Kumar replied to the discussion How to restrict a user to not create more than 15 records in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-restrict-a-user-to-not-create-more-than-15-records-in-salesforce/#post-23106</link>
				<pubDate>Fri, 29 Dec 2017 12:16:22 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-restrict-a-user-to-not-create-more-than-15-records-in-salesforce/#post-23106"><span class="bb-reply-lable">Reply to</span> How to restrict a user to not create more than 15 records in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hey Shaik,</p>
<p>You would to most probably write a trigger on Opportunity which saves the count of records created by a user in a custom setting or something. From where you could validate that if a user has created 15 records on Opportunity or not.</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">14ac0e53089301a863324d5dd90e9aa9</guid>
				<title>Kumar changed their profile photo</title>
				<link>http://52.205.218.194/activity/p/17239/</link>
				<pubDate>Wed, 17 May 2017 09:45:56 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c8460101d2dd20c0531be81a2855bfd4</guid>
				<title>Kumar replied to the discussion What are the daily limits on sending Emails whenever a case is generated in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-the-daily-limits-on-sending-emails-whenever-a-case-is-generated-in-salesforce/#post-18352</link>
				<pubDate>Wed, 22 Feb 2017 10:08:28 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-are-the-daily-limits-on-sending-emails-whenever-a-case-is-generated-in-salesforce/#post-18352"><span class="bb-reply-lable">Reply to</span> What are the daily limits on sending Emails whenever a case is generated in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Sushant,</p>
<p>As far as I know, sent email messages have a limit of 1,000 per day. You can check out this developer <a target='_blank' href="https://developer.salesforce.com/forums/?id=906F00000008k1yIAA" rel="nofollow">forum post</a> for more information.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">15426f3363d6c6c214eb5ca35ce9e19f</guid>
				<title>Kumar replied to the discussion How can we find if a particular user has edit permission on a specific Sobject in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-find-if-a-particular-user-has-edit-permission-on-a-specific-sobject-in-salesforce/#post-18350</link>
				<pubDate>Wed, 22 Feb 2017 10:04:28 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-find-if-a-particular-user-has-edit-permission-on-a-specific-sobject-in-salesforce/#post-18350"><span class="bb-reply-lable">Reply to</span> How can we find if a particular user has edit permission on a specific Sobject in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Sushant,</p>
<p>If you have a particular user id, you can query on the PermissionSetAssignment object to get the id of all users who have a specific level of access on that Sobject.</p>
<p>For example, this query gives you <strong>all the users</strong> who have <strong>&#8216;view all&#8217;</strong> and<strong> &#8216;modify all&#8217;</strong> permissions on <strong>Account</strong>.</p>
<p>SELECT Assignee.Id, Assignee.Name&hellip;<span class="activity-read-more" id="activity-read-more-15716"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-can-we-find-if-a-particular-user-has-edit-permission-on-a-specific-sobject-in-salesforce/#post-18350" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">db2a8df76c19ee2f8980466a7dd3cdda</guid>
				<title>Kumar replied to the discussion How can we find if a particular user has edit permission on a specific Sobject in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-find-if-a-particular-user-has-edit-permission-on-a-specific-sobject-in-salesforce/#post-18350</link>
				<pubDate>Wed, 22 Feb 2017 10:04:28 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-find-if-a-particular-user-has-edit-permission-on-a-specific-sobject-in-salesforce/#post-18350"><span class="bb-reply-lable">Reply to</span> How can we find if a particular user has edit permission on a specific Sobject in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Sushant,</p>
<p>If you have a particular user id, you can query on the PermissionSetAssignment object to get the id of all users who have a specific level of access on that Sobject.</p>
<p>For example, this query gives you all the users who have &#8216;view all&#8217; and &#8216;modify all&#8217; permissions on Account.</p>
<p>SELECT Assignee.Id, Assignee.Name&hellip;<span class="activity-read-more" id="activity-read-more-15715"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-can-we-find-if-a-particular-user-has-edit-permission-on-a-specific-sobject-in-salesforce/#post-18350" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">22087e446f44a1f2c21125b8b8c1dbf0</guid>
				<title>Kumar replied to the discussion How to delete a custom metaData in salesforce which I have added as a component in Managed package? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-delete-a-custom-metadata-which-i-have-added-as-a-component-in-managed-package/#post-18348</link>
				<pubDate>Wed, 22 Feb 2017 10:00:26 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-delete-a-custom-metadata--in-salesforce-which-i-have-added-as-a-component-in-managed-package/#post-18348"><span class="bb-reply-lable">Reply to</span> How to delete a custom metaData in salesforce which I have added as a component in Managed package?</a></p> <div class="bb-content-inr-wrap"><p>Hi Prasanth,</p>
<p>As far as I know, deleting components from a managed package requires you to log a case with Salesforce, as normally you can not delete any component from a managed package.</p>
<p>For more information go to this <a target='_blank' href="https://developer.salesforce.com/docs/atlas.en-us.packagingGuide.meta/packagingGuide/packaging_managed_component_deletion.htm" rel="nofollow">link</a>. Hope this helps.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">50054ea254f17716d8d9b9bb058fbdbd</guid>
				<title>Kumar replied to the discussion How to delete a custom metaData in salesforce which I have added as a component in Managed package? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-delete-a-custom-metadata-which-i-have-added-as-a-component-in-managed-package/#post-18348</link>
				<pubDate>Wed, 22 Feb 2017 10:00:26 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-delete-a-custom-metadata--in-salesforce-which-i-have-added-as-a-component-in-managed-package/#post-18348"><span class="bb-reply-lable">Reply to</span> How to delete a custom metaData in salesforce which I have added as a component in Managed package?</a></p> <div class="bb-content-inr-wrap"><p>Hi Prasanth,</p>
<p>As far as I know, deleting components from a managed package requires you to log a case with Salesforce, as you can not normally delete any component from a managed package.</p>
<p>For more information go to this <a target='_blank' href="https://developer.salesforce.com/docs/atlas.en-us.packagingGuide.meta/packagingGuide/packaging_managed_component_deletion.htm" rel="nofollow">link</a>. Hope this helps.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3b8f6fd891c30e18bf7aa5c85310eacd</guid>
				<title>Kumar started the discussion How to resize a rich text field on a Salesforce Visualforce Page? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-resize-a-rich-text-field-on-a-visualforce-page/</link>
				<pubDate>Thu, 16 Feb 2017 14:40:15 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-resize-a-rich-text-field-on-a-salesforce-visualforce-page/">How to resize a rich text field on a Salesforce Visualforce Page?</a></p> <div class="bb-content-inr-wrap"><p>Hi all,</p>
<p>I have a custom object which contains a rich text field which is populated by an image.</p>
<p>I am using an apex:pageblocktable to display the list of that said custom object.</p>
<p>How can I resize that particular field in my pageblocktable?</p>
<p>Any help is appreciated.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c78b8a38a9ca8d2de21ff20f2d482782</guid>
				<title>Kumar replied to the discussion How can we use lightning component in salesforce community in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-use-lightning-component-in-salesforce-community/#post-18329</link>
				<pubDate>Thu, 16 Feb 2017 14:10:13 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-use-lightning-component-in-salesforce-community/#post-18329"><span class="bb-reply-lable">Reply to</span> How can we use lightning component in salesforce community</a></p> <div class="bb-content-inr-wrap"><p>Hi Vikas,</p>
<p>In order to be used in a community, your lightning component must implement the &#8220;forceCommunity:availableForAllPageTypes&#8221; interface and its access must be &#8220;global&#8221;.</p>
<p>Something like this:</p>
<p>&lt;aura:component implements=&#8221;forceCommunity:availableForAllPageTypes&#8221; access=&#8221;global&#8221;&gt;<br />
&lt;aura:attribute name=&#8221;greeting&#8221; type=&#8221;String&#8221;&hellip;<span class="activity-read-more" id="activity-read-more-15668"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-can-we-use-lightning-component-in-salesforce-community/#post-18329" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">be12e73632a9992118f984b21fa558ec</guid>
				<title>Kumar replied to the discussion How to restrict input to numbers only in inputText field visualforce in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-restrict-input-to-numbers-only-in-inputtext-field-visualforce/#post-18296</link>
				<pubDate>Wed, 15 Feb 2017 14:38:43 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-restrict-input-to-numbers-only-in-inputtext-field-visualforce/#post-18296"><span class="bb-reply-lable">Reply to</span> How to restrict input to numbers only in inputText field visualforce</a></p> <div class="bb-content-inr-wrap"><p>Hi Vikas,</p>
<p>One way you could make this work is use &lt;apex:input type=&#8221;number&#8221; /&gt; instead of apex:inputText.</p>
<p>Otherwise, you could implement some javascript validation or send it back to your controller and do the validation in Apex.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3c5a42ed0b050ec8858472b6eeb0eeed</guid>
				<title>Kumar replied to the discussion How can we use an image in a custom field in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-use-an-image-in-a-custom-field-in-salesforce/#post-18295</link>
				<pubDate>Wed, 15 Feb 2017 14:35:42 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-use-an-image-in-a-custom-field-in-salesforce/#post-18295"><span class="bb-reply-lable">Reply to</span> How can we use an image in a custom field in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Sushant,</p>
<p>You can use a rich text type field and insert your image there.</p>
<p>Hope this helps.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c48dd5a52153bd882dfb84e423936f58</guid>
				<title>Kumar replied to the discussion What are the advantages of Testsetup in test classes? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-the-advantages-of-testsetup-in-test-classes/#post-18293</link>
				<pubDate>Wed, 15 Feb 2017 14:34:15 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-are-the-advantages-of-testsetup-in-test-classes/#post-18293"><span class="bb-reply-lable">Reply to</span> What are the advantages of Testsetup in test classes?</a></p> <div class="bb-content-inr-wrap"><p>Hi Sushant,</p>
<p>You can use @testSetup to define common test data for all the methods of a test class.</p>
<p>Go to the <a target='_blank' href="https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_testing_testsetup_using.htm" rel="nofollow">developer guide</a> for more details.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3f3d950f12add10f0c2ff18d3f36ad60</guid>
				<title>Kumar replied to the discussion How to save blank spaces in text area in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-save-blank-spaces-in-text-area/#post-18275</link>
				<pubDate>Tue, 14 Feb 2017 14:52:12 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-save-blank-spaces-in-text-area/#post-18275"><span class="bb-reply-lable">Reply to</span> How to save blank spaces in text area</a></p> <div class="bb-content-inr-wrap"><p>Hi Vikas,</p>
<p>Refer to this <a target='_blank' href="http://salesforce.stackexchange.com/questions/160129/how-to-save-blank-spaces-in-text-area" rel="nofollow">post</a>, it deals with the same scenario.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">427e0e9ac4628cd3e5d5bf10d76b589c</guid>
				<title>Kumar replied to the discussion How can we achieve conditional rollback on saving multiple hierarchy records ? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-achieve-conditional-rollback-on-saving-multiple-hierarchy-records/#post-18274</link>
				<pubDate>Tue, 14 Feb 2017 14:51:12 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-achieve-conditional-rollback-on-saving-multiple-hierarchy-records/#post-18274"><span class="bb-reply-lable">Reply to</span> How can we achieve conditional rollback on saving multiple hierarchy records ?</a></p> <div class="bb-content-inr-wrap"><p>Hi Vikas,</p>
<p>You can look into database.savepoint and database.rollback in Salesforce.</p>
<p>Refer to this <a target='_blank' href="https://developer.salesforce.com/forums/?id=906F000000092kUIAQ" rel="nofollow">link</a> for more info.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">df26554fbcffc648b2bbe103e5279374</guid>
				<title>Kumar started the discussion How to mask telephone field in visualforce page? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-mask-telephone-field-in-visualforce-page/</link>
				<pubDate>Tue, 14 Feb 2017 14:48:34 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-mask-telephone-field-in-visualforce-page/">How to mask telephone field in visualforce page?</a></p> <div class="bb-content-inr-wrap"><p>Hi All,</p>
<p>How to mask telephone field in visualforce page?</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">deca565b91aaa1cbc0ad963e8997058a</guid>
				<title>Kumar replied to the discussion Is there a way to serialize execution of Salesforce Batchable class? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/the-way-we-can-serialize-execution-of-salesforce-batchable-class/#post-18259</link>
				<pubDate>Mon, 13 Feb 2017 07:34:21 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/the-way-we-can-serialize-execution-of-salesforce-batchable-class/#post-18259"><span class="bb-reply-lable">Reply to</span> Is there a way to serialize execution of Salesforce Batchable class?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>You can use chaining batch jobs can be used for this purpose, for more information you can check out this <a target='_blank' href="http://salesforce.stackexchange.com/questions/18632/is-there-a-simple-way-to-serialize-execution-of-batchable-class" rel="nofollow">link</a>.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">435f6baf6ab15415f02c0cef9df68fa5</guid>
				<title>Kumar replied to the discussion Salesforce Trailhead challenge error BTSTRGLJ in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/salesforce-trailhead-challenge-error-btstrglj/#post-18258</link>
				<pubDate>Mon, 13 Feb 2017 07:30:52 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/salesforce-trailhead-challenge-error-btstrglj/#post-18258"><span class="bb-reply-lable">Reply to</span> Salesforce Trailhead challenge error BTSTRGLJ</a></p> <div class="bb-content-inr-wrap"><p>Hi Prakhar,</p>
<p>Refer to this <a target='_blank' href="https://developer.salesforce.com/forums/?id=906F0000000AzQdIAK" rel="nofollow">link</a>, it may help.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7ab1d601bfc3ad17c2b709dc15c32a25</guid>
				<title>Kumar replied to the discussion Is there any way to check attachments on an object through code in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-there-any-way-to-check-attachments-on-an-object-through-code-in-salesforce/#post-18257</link>
				<pubDate>Mon, 13 Feb 2017 07:26:37 +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-check-attachments-on-an-object-through-code-in-salesforce/#post-18257"><span class="bb-reply-lable">Reply to</span> Is there any way to check attachments on an object through code in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>You can query for the attachment with the parentId as the Id of the object record. For example:</p>
<p>SELECT Id FROM Attachment WHERE parentID = &lt;your record&#8217;s Id&gt;</p>
<p>Hope this helps.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">be343a718e30cb50f6a5da4b5c7a02f1</guid>
				<title>Kumar replied to the discussion What is the difference between data loader and workbench? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-difference-between-data-loader-and-workbench/#post-18253</link>
				<pubDate>Fri, 10 Feb 2017 14:55:40 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-the-difference-between-data-loader-and-workbench/#post-18253"><span class="bb-reply-lable">Reply to</span> What is the difference between data loader and workbench?</a></p> <div class="bb-content-inr-wrap"><p>Hi Sushant,</p>
<p><strong>Workbench</strong> is a powerful, web-based suite of tools designed for administrators and developers to interact with Salesforce.com organizations via the Force.com APIs. Workbench includes robust support for the Force.com Partner, Bulk, Rest, Streaming, Metadata, and Apex APIs that allows users to describe, query, manipulate, and&hellip;<span class="activity-read-more" id="activity-read-more-15603"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-the-difference-between-data-loader-and-workbench/#post-18253" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0fe7ae360533f6b9ea25344ea3c53eff</guid>
				<title>Kumar replied to the discussion How can we access custom labels in javascript linked as separate static resource in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-access-custom-labels-in-javascript-linked-as-separate-static-resource-in-salesforce/#post-18251</link>
				<pubDate>Fri, 10 Feb 2017 11:33:52 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-access-custom-labels-in-javascript-linked-as-separate-static-resource-in-salesforce/#post-18251"><span class="bb-reply-lable">Reply to</span> How can we access custom labels in javascript linked as separate static resource in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>Custom Labels and the $Label global can be used for this purpose! Instead of evaluating Visualforce inside your JavaScript, you can do a little bit of JavaScript inside your Visualforce.</p>
<p>Load your Custom Labels into the platform using the normal interface,<br />
Create what I like to call a &#8220;JavaScript bridging component&#8221; that loads&hellip;<span class="activity-read-more" id="activity-read-more-15602"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-can-we-access-custom-labels-in-javascript-linked-as-separate-static-resource-in-salesforce/#post-18251" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">74a6ea933b55e8caf8ffec04cfb9bb5a</guid>
				<title>Kumar replied to the discussion How can we access custom labels in javascript linked as separate static resource in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-access-custom-labels-in-javascript-linked-as-separate-static-resource-in-salesforce/#post-18251</link>
				<pubDate>Fri, 10 Feb 2017 11:33:52 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-access-custom-labels-in-javascript-linked-as-separate-static-resource-in-salesforce/#post-18251"><span class="bb-reply-lable">Reply to</span> How can we access custom labels in javascript linked as separate static resource in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi all,</p>
<p>Custom Labels and the $Label global can be used for this purpose! Instead of evaluating Visualforce inside your JavaScript, you can do a little bit of JavaScript inside your Visualforce.</p>
<p>Load your Custom Labels into the platform using the normal interface,<br />
Create what I like to call a &#8220;JavaScript bridging component&#8221; that loads&hellip;<span class="activity-read-more" id="activity-read-more-15601"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-can-we-access-custom-labels-in-javascript-linked-as-separate-static-resource-in-salesforce/#post-18251" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ee2a7973ba0932b257ec4dfb20f2f483</guid>
				<title>Kumar replied to the discussion How can we convert Lead to Account through apex code? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-convert-lead-to-account-through-apex-code/#post-18250</link>
				<pubDate>Fri, 10 Feb 2017 11:29:25 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-convert-lead-to-account-through-apex-code/#post-18250"><span class="bb-reply-lable">Reply to</span> How can we convert Lead to Account through apex code?</a></p> <div class="bb-content-inr-wrap"><p>Hi Sushant,</p>
<p>You can use the <a target='_blank' href="https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_dml_convertLead.htm" rel="nofollow">LeadConvert</a> class in Salesforce for this scenario. Hope this helps.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6c79080a45c213ff45bdb61ec08f3df9</guid>
				<title>Kumar replied to the discussion How can we get time from Date Time field in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-get-time-from-date-time-field-in-salesforce/#post-18249</link>
				<pubDate>Fri, 10 Feb 2017 11:11:35 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-get-time-from-date-time-field-in-salesforce/#post-18249"><span class="bb-reply-lable">Reply to</span> How can we get time from Date Time field in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Sushant,</p>
<p>Try this formula, this works for any timezone (simply replace the +10 with whatever your timezone is relative to GMT):</p>
<p>IF(<br />
ISBLANK(Departure_Date_Time__c ),&#8221;0&#8243;,<br />
TEXT(MOD(VALUE(<br />
Left(<br />
right( trim(TEXT(Departure_Date_Time__c) ),9),2))+10,24))<br />
&amp;&#8221;:&#8221;&amp;mid(right( trim(TEXT(Departure_Date_Time__c)&hellip;<span class="activity-read-more" id="activity-read-more-15599"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-can-we-get-time-from-date-time-field-in-salesforce/#post-18249" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d74899387804777b01e8f4a2b2ae8689</guid>
				<title>Kumar replied to the discussion CSS Style for ui:button in Salesforce Lightning Component non rendering in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/css-style-for-ui-button-in-salesforce-lightning-component-non-rendering/#post-18248</link>
				<pubDate>Fri, 10 Feb 2017 11:07:14 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/css-style-for-ui-button-in-salesforce-lightning-component-non-rendering/#post-18248"><span class="bb-reply-lable">Reply to</span> CSS Style for ui:button in Salesforce Lightning Component non rendering</a></p> <div class="bb-content-inr-wrap"><p>Hi Sushant,</p>
<p>The classname which you&#8217;ve given is wrong. This is the correct styling.</p>
<p>.THIS .uiButton.btn{<br />
background-color: #2574a9;<br />
color: #fff;<br />
padding: 10px 20px;<br />
}</p>
<p>You may also directly give .THIS .btn (There is space if there&#8217;s an outer DOM element, otherwise you may avoid the spacing.)</p>
<p>Hope this helps.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">be5e4fa435ac5fc608740b58818964be</guid>
				<title>Kumar replied to the discussion How to solve “System.NullPointerException: Attempt to de-reference a null object” in Salesforce apex class? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-solve-system-nullpointerexception-attempt-to-de-reference-a-null-object-in-apex-class/#post-18238</link>
				<pubDate>Thu, 09 Feb 2017 08:14:55 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-solve-system-nullpointerexception-attempt-to-de-reference-a-null-object-in-salesforce-apex-class/#post-18238"><span class="bb-reply-lable">Reply to</span> How to solve “System.NullPointerException: Attempt to de-reference a null object” in Salesforce apex class?</a></p> <div class="bb-content-inr-wrap"><p>Hi Sushant,</p>
<p>This error normally occurs when when you try to reference an object which has not been initialized or has null values.</p>
<p>To avoid this you need to make sure that all the sobjects in your class are initialized, preferably in the constructor.</p>
<p>Hope this helps.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b7d08557f2efe7a5bffad053553019c1</guid>
				<title>Kumar replied to the discussion Role Hierarchy Issue to enable Opportunity and Case Access in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/role-hierarchy-issue-to-enable-opportunity-and-case-access/#post-18207</link>
				<pubDate>Sun, 05 Feb 2017 11:45:50 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/role-hierarchy-issue-to-enable-opportunity-and-case-access/#post-18207"><span class="bb-reply-lable">Reply to</span> Role Hierarchy Issue to enable Opportunity and Case Access</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>I think that the Sharing Rules in your Dev org are Public. If you change the Org Wide Default sharing to Private, you have a chance to define the Access at the time of Role definition.</p>
<p>The Role Hierarchy screen lets you define the &#8216;record access&#8217; relationship between your Users. Users can always see records they Own, and any&hellip;<span class="activity-read-more" id="activity-read-more-15538"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/role-hierarchy-issue-to-enable-opportunity-and-case-access/#post-18207" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">985ad4bc41d591802c912f46c4c8fa56</guid>
				<title>Kumar replied to the discussion How can we integrate the Api&#039;s with the lightning? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-integrate-the-apis-with-the-lightning/#post-18206</link>
				<pubDate>Sun, 05 Feb 2017 11:43:35 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-integrate-the-apis-with-the-lightning/#post-18206"><span class="bb-reply-lable">Reply to</span> How can we integrate the Api's with the lightning?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>You can go through the following link:</p>
<p><a target='_blank' href="http://www.crmscience.com/single-post/2016/09/16/OOPs-Salesforce-Lightning-Components-Have-APIs-Too" rel="nofollow">http://www.crmscience.com/single-post/2016/09/16/OOPs-Salesforce-Lightning-Components-Have-APIs-Too</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ea814518703f036b413c087555fe5468</guid>
				<title>Kumar replied to the discussion How to send an automated email to a scheduled activity in bulk? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-send-an-automated-email-to-a-scheduled-activity-in-bulk/#post-18204</link>
				<pubDate>Sun, 05 Feb 2017 11:36:30 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-send-an-automated-email-to-a-scheduled-activity-in-bulk/#post-18204"><span class="bb-reply-lable">Reply to</span> How to send an automated email to a scheduled activity in bulk?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>I don&#8217;t understand the full scope of your requirement but probably you will have to use Apex code and use the mass emails class.</p>
<p>Hope this helps.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9237fbeb958ae58d4b39dde7c4644012</guid>
				<title>Kumar replied to the discussion How to send an automated email to a scheduled activity in bulk? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-send-an-automated-email-to-a-scheduled-activity-in-bulk/#post-18204</link>
				<pubDate>Sun, 05 Feb 2017 11:36:30 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-send-an-automated-email-to-a-scheduled-activity-in-bulk/#post-18204"><span class="bb-reply-lable">Reply to</span> How to send an automated email to a scheduled activity in bulk?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>Yes, you can only add up to 5 additional email addresses when creating workflow email alerts, that is documented here</p>
<p><a target='_blank' href="https://help.salesforce.com/apex/HTViewHelpDoc?id=creating_workflow_alerts.htm" rel="nofollow">https://help.salesforce.com/apex/HTViewHelpDoc?id=creating_workflow_alerts.htm</a></p>
<p>There&#8217;s nothing to prevent you from adding an email address that is an actual distribution list, so in reality you can send emails to&hellip;<span class="activity-read-more" id="activity-read-more-15535"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-send-an-automated-email-to-a-scheduled-activity-in-bulk/#post-18204" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">27647cd2246211b38fef04fe69570ca5</guid>
				<title>Kumar replied to the discussion How to implement round robin on users in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-implement-round-robin-on-users-in-salesforce/#post-18203</link>
				<pubDate>Sun, 05 Feb 2017 11:35:36 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-implement-round-robin-on-users-in-salesforce/#post-18203"><span class="bb-reply-lable">Reply to</span> How to implement round robin on users in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Himanshu,</p>
<p>You can refer to these links:</p>
<p><a target='_blank' href="https://help.salesforce.com/articleView?id=000004000&#038;type=1" rel="nofollow">https://help.salesforce.com/articleView?id=000004000&#038;type=1</a></p>
<p><a target='_blank' href="https://developer.salesforce.com/forums/?id=906F000000094GzIAI" rel="nofollow">https://developer.salesforce.com/forums/?id=906F000000094GzIAI</a></p>
<p>Or check out this app on AppExchange:</p>
<p><a target='_blank' href="https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000178fsEAA&#038;tab=r" rel="nofollow">https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000178fsEAA&#038;tab=r</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">294a9cb08e81cd1b6c246090e098d1ba</guid>
				<title>Kumar replied to the discussion How can we hold the system execution on one line while my pop up is opened through javascript? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-hold-the-system-execution-on-one-line-while-my-pop-up-is-opened-through-javascript/#post-18202</link>
				<pubDate>Sun, 05 Feb 2017 11:33:54 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-hold-the-system-execution-on-one-line-while-my-pop-up-is-opened-through-javascript/#post-18202"><span class="bb-reply-lable">Reply to</span> How can we hold the system execution on one line while my pop up is opened through javascript?</a></p> <div class="bb-content-inr-wrap"><p>Hi Himanshu,</p>
<p>You refer to this <a target='_blank' href="http://stackoverflow.com/questions/6031931/how-to-make-code-wait-for-okay-cancel-button-selection" rel="nofollow">post</a>. Hope this helps.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e7d2c94b5ac71b96bcc8a837071f22ba</guid>
				<title>Kumar replied to the discussion Can I load data on my Salesforce Visualforce Page dynamically while scrolling? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-i-load-data-on-my-visualforce-page-dynamically-while-scrolling/#post-18201</link>
				<pubDate>Sun, 05 Feb 2017 11:25:40 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/can-i-load-data-on-my-salesforce-visualforce-page-dynamically-while-scrolling/#post-18201"><span class="bb-reply-lable">Reply to</span> Can I load data on my Salesforce Visualforce Page dynamically while scrolling?</a></p> <div class="bb-content-inr-wrap"><p>Hi Ajay,</p>
<p>You can look at the following link:</p>
<p><a target='_blank' href="http://peterknolle.com/infinite-scroll-with-visualforce-remote-objects/" rel="nofollow">http://peterknolle.com/infinite-scroll-with-visualforce-remote-objects/</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6ed5290ae4c471622806695891661e4b</guid>
				<title>Kumar replied to the discussion Why should we avoid nested loop in Salesforce Apex controller and how to achieve it? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/why-should-we-avoid-nested-loop-in-salesforce-apex-controller-and-how-to-achieve-it/#post-18200</link>
				<pubDate>Sat, 04 Feb 2017 07:31:56 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/why-should-we-avoid-nested-loop-in-salesforce-apex-controller-and-how-to-achieve-it/#post-18200"><span class="bb-reply-lable">Reply to</span> Why should we avoid nested loop in Salesforce Apex controller and how to achieve it?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>Nested loops should be avoided in Apex controllers because they may slow down the processing of the page or may hit the governing limits for the page.</p>
<p>One easy way, and which gives some nice structure to the code is to make the inner loop a separate function, or minimize using loops altogether.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">79f5ae26d7ef7f29d185e21af936179b</guid>
				<title>Kumar replied to the discussion Error: Only variable references are allowed in dynamic SOQL/SOSL. in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/error-only-variable-references-are-allowed-in-dynamic-soqlsosl/#post-18199</link>
				<pubDate>Sat, 04 Feb 2017 07:19:53 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/error-only-variable-references-are-allowed-in-dynamic-soqlsosl/#post-18199"><span class="bb-reply-lable">Reply to</span> Error: Only variable references are allowed in dynamic SOQL/SOSL.</a></p> <div class="bb-content-inr-wrap"><p>Hi Vikas,</p>
<p>If you use : in your query, Apex expects a variable. So your query should look like this:</p>
<p>query=’SELECT Id,Name FROM Sobject WHERE Id in’+<strong>:allObjIds</strong>;</p>
<p>You had your &#8216;:&#8217; inside the string, hence &#8216;allObjIds&#8217; was not being recognized as a variable.</p>
<p>Hope this helps.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7e2b1f696ea318a279e8468dfdfd8e3d</guid>
				<title>Kumar replied to the discussion How can we  pull a specific directory From Bit bucket in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-pull-a-specific-directory-from-bit-bucket-in-salesforce/#post-18198</link>
				<pubDate>Sat, 04 Feb 2017 07:15:43 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-pull-a-specific-directory-from-bit-bucket-in-salesforce/#post-18198"><span class="bb-reply-lable">Reply to</span> How can we  pull a specific directory From Bit bucket in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Vikas,</p>
<p>I don&#8217;t have much knowledge of Bit bucket, but this <a target='_blank' href="http://www.bohyunkim.net/blog/archives/2518" rel="nofollow">blog </a>may help.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f7786f46826a798558fe1088010600b3</guid>
				<title>Kumar replied to the discussion How to roll back Git Commit in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-roll-back-git-commit-in-salesforce/#post-18197</link>
				<pubDate>Sat, 04 Feb 2017 07:14:14 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-roll-back-git-commit-in-salesforce/#post-18197"><span class="bb-reply-lable">Reply to</span> How to roll back Git Commit in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Vikas,</p>
<p>Reverting Working Copy to Most Recent Commit<br />
To revert to a previous commit, ignoring any changes:</p>
<p>git reset &#8211;hard HEAD</p>
<p>where HEAD is the last commit in your current branch</p>
<p>Reverting The Working Copy to an Older Commit<br />
To revert to a commit that&#8217;s older than the most recent commit:</p>
<p># Resets index to former commit;&hellip;<span class="activity-read-more" id="activity-read-more-15528"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-roll-back-git-commit-in-salesforce/#post-18197" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f07e8cef13e72859022ec3b8e90284f4</guid>
				<title>Kumar replied to the discussion How to use S-docs in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-use-s-docs-in-salesforce/#post-18196</link>
				<pubDate>Sat, 04 Feb 2017 07:10:47 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-use-s-docs-in-salesforce/#post-18196"><span class="bb-reply-lable">Reply to</span> How to use S-docs in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Sushant,</p>
<p>S-docs in an free AppExchange app, so you have to first install it in your org.</p>
<p>Then you have to create templates for the document you want to create.</p>
<p>Then just add the S-docs button to the object&#8217;s page layout and generate the docs.</p>
<p>For more info go to:</p>
<p><a target='_blank' href="http://www.sdocs.com/documentation/" rel="nofollow">http://www.sdocs.com/documentation/</a></p>
<p>Hope this helps.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5b398442f4ae02fbdd2cda0610aa6907</guid>
				<title>Kumar replied to the discussion How can we run a particular test method by a different user other than the user which is currently active in salesforce org? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-run-a-particular-test-method-by-a-different-user-other-than-the-user-which-is-currently-active-in-salesforce-org/#post-18192</link>
				<pubDate>Thu, 02 Feb 2017 15:26:06 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-run-a-particular-test-method-by-a-different-user-other-than-the-user-which-is-currently-active-in-salesforce-org/#post-18192"><span class="bb-reply-lable">Reply to</span> How can we run a particular test method by a different user other than the user which is currently active in salesforce org?</a></p> <div class="bb-content-inr-wrap"><p>Hi Sushant,</p>
<p>Generally, all Apex code runs in system mode, where the permissions and record sharing of the current user are not taken into account. The system method runAs enables you to write test methods that change the user context to an existing user or a new user so that the user’s record sharing is enforced. The runAs method doesn’t&hellip;<span class="activity-read-more" id="activity-read-more-15519"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-can-we-run-a-particular-test-method-by-a-different-user-other-than-the-user-which-is-currently-active-in-salesforce-org/#post-18192" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">35e69e2ebaa20417489a69f6adaecb65</guid>
				<title>Kumar replied to the discussion What are inline vf page?what is the use of it? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-inline-vf-pagewhat-is-the-use-of-it/#post-18191</link>
				<pubDate>Thu, 02 Feb 2017 15:24:22 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-are-inline-vf-pagewhat-is-the-use-of-it/#post-18191"><span class="bb-reply-lable">Reply to</span> What are inline vf page?what is the use of it?</a></p> <div class="bb-content-inr-wrap"><p>Hi Sushant,</p>
<p>A Visualforce page with attribute standardController with an object name can be referenced inside the page layouts of the object.</p>
<p>For more info, refer to these links:</p>
<blockquote class="wp-embedded-content" data-secret="ygI0poIUyC"><p><a target='_blank' href="https://www.infallibletechie.com/2015/05/what-are-inline-visualforce-pages-in.html" rel="nofollow">What are the inline Visualforce pages in Salesforce?</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title="&#8220;What are the inline Visualforce pages in Salesforce?&#8221; &#8212; InfallibleTechie" src="https://www.infallibletechie.com/2015/05/what-are-inline-visualforce-pages-in.html/embed#?secret=LmneIrASjr#?secret=ygI0poIUyC" data-secret="ygI0poIUyC" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p><a target='_blank' href="http://sfdcsrini.blogspot.in/2014/08/how-to-use-inline-visualforce-page.html" rel="nofollow">http://sfdcsrini.blogspot.in/2014/08/how-to-use-inline-visualforce-page.html</a></p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ea9d48e6b8e39d753f662fa7a12a7747</guid>
				<title>Kumar replied to the discussion How can we make a callout using javascript in Visualforce Page? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-make-a-callout-using-javascript-in-visualforce-page/#post-18190</link>
				<pubDate>Thu, 02 Feb 2017 15:22:53 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-make-a-callout-using-javascript-in-visualforce-page/#post-18190"><span class="bb-reply-lable">Reply to</span> How can we make a callout using javascript in Visualforce Page?</a></p> <div class="bb-content-inr-wrap"><p>Hi Sushant,</p>
<p>To make a callout (I am assuming rest) from your page, you have to use the http object in your controller.</p>
<p>You can also use scripts available for specific apis and use them in your page&#8217;s &lt;script&gt;.</p>
<p>Hope this helps.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">066e07aa6fc14c32bd581f61a1a41671</guid>
				<title>Kumar started the discussion How to avoid trigger recursion in Salesforce? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-avoid-trigger-recursion-in-salesforce/</link>
				<pubDate>Thu, 02 Feb 2017 15:21:16 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-avoid-trigger-recursion-in-salesforce/">How to avoid trigger recursion in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi all,</p>
<p>How to avoid trigger recursion in Salesforce?</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0b49cd9d2e4652cdb96b1fc80350b9c0</guid>
				<title>Kumar replied to the discussion How to get GeoCodes from From address using Apex in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-get-geocodes-from-from-address-using-apex/#post-18126</link>
				<pubDate>Tue, 31 Jan 2017 14:00:33 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-get-geocodes-from-from-address-using-apex-in-salesforce/#post-18126"><span class="bb-reply-lable">Reply to</span> How to get GeoCodes from From address using Apex in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Vikas,</p>
<p>Refer to this code:</p>
<p>&lt;apex:page standardController=&#8221;Account&#8221;&gt;</p>
<p>&lt;head&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;https://maps.google.com/maps/api/js?sensor=false&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script&hellip;<span class="activity-read-more" id="activity-read-more-15499"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-get-geocodes-from-from-address-using-apex/#post-18126" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9f878fe220fe9cf4c9e55e2838bec991</guid>
				<title>Kumar started the discussion How to get a list of Sobjects in Javascript from the controller in salesforce? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-get-a-list-of-sobjects-in-javascript-from-the-controller/</link>
				<pubDate>Mon, 30 Jan 2017 12:00:01 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-get-a-list-of-sobjects-in-javascript-from-the-controller-in-salesforce/">How to get a list of Sobjects in Javascript from the controller in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi all,</p>
<p>I have list of accounts in my controller for a visualforce page. I want to directly use this list in my javascript on my page.</p>
<p>How can I do this?</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6f202b389f4b6b65bc4b3fcd7050e55a</guid>
				<title>Kumar started the discussion Display related contacts in google map for an account in salesforce in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/display-related-contacts-in-google-map-for-an-account/</link>
				<pubDate>Mon, 30 Jan 2017 11:58:17 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/display-related-contacts-in-google-map-for-an-account-in-salesforce/">Display related contacts in google map for an account in salesforce</a></p> <div class="bb-content-inr-wrap"><p>Hi all,</p>
<p>How can we display related contacts in google map for an account?</p>
<p>Any help is appreciated. Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8bcd349dcd488349abb0249187b6e944</guid>
				<title>Kumar replied to the discussion Advantages of Sites over Salesforce Community? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/advantages-of-sites-over-community/#post-18099</link>
				<pubDate>Mon, 30 Jan 2017 07:40:18 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/advantages-of-sites-over-community/#post-18099"><span class="bb-reply-lable">Reply to</span> Advantages of Sites over Salesforce Community?</a></p> <div class="bb-content-inr-wrap"><p>Hi Vikas,</p>
<p>Refer to this documentation link for this:</p>
<p><a target='_blank' href="https://developer.salesforce.com/docs/atlas.en-us.salesforce_communities_implementation.meta/salesforce_communities_implementation/communities_sites_which.htm" rel="nofollow">https://developer.salesforce.com/docs/atlas.en-us.salesforce_communities_implementation.meta/salesforce_communities_implementation/communities_sites_which.htm</a></p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">09180124a0e5c83078431a0b85a16a5f</guid>
				<title>Kumar replied to the discussion How to set time limit between queued jobs in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-set-time-limit-between-queued-jobs/#post-18098</link>
				<pubDate>Mon, 30 Jan 2017 07:37:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-set-time-limit-between-queued-jobs-in-salesforce/#post-18098"><span class="bb-reply-lable">Reply to</span> How to set time limit between queued jobs in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Sushant,</p>
<p>You will have to use a helper class which implements schedulable interface to enque queueables like what you have at whatever interval you want to configure using the chron trigger object.</p>
<p>Refer to this <a target='_blank' href="http://salesforce.stackexchange.com/questions/157713/how-to-set-time-limit-between-queued-jobs" rel="nofollow">post</a> for a detailed solution.</p>
<p>Hope this helps.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a442b5de1608df5845512b18a8c44d80</guid>
				<title>Kumar replied to the discussion What is the difference between Process builder&#039;s submit for approval and Approval processes in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-difference-between-process-builders-submit-for-approval-and-approval-processes/#post-18097</link>
				<pubDate>Mon, 30 Jan 2017 06:45:46 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-the-difference-between-process-builders-submit-for-approval-and-approval-processes-in-salesforce/#post-18097"><span class="bb-reply-lable">Reply to</span> What is the difference between Process builder's submit for approval and Approval processes in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Sushant,</p>
<ol>
<li>In Process Builder You submit record for Approval. You need to specify the name of Approval process to which you want to submit the record.</li>
<li>Approver and other details will be defined on Approval process.</li>
</ol>
<p>Hope this helps.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6f99a50654c89ebfe7f0511f5c0c268a</guid>
				<title>Kumar replied to the discussion What is the Callout Limits within Batch Apex in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-callout-limits-within-batch-apex/#post-18096</link>
				<pubDate>Mon, 30 Jan 2017 06:43:00 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-the-callout-limits-within-batch-apex-in-salesforce/#post-18096"><span class="bb-reply-lable">Reply to</span> What is the Callout Limits within Batch Apex in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Vikas,</p>
<p>It&#8217;s per each call of execute() in the batch, so for each &#8220;batch&#8221;, you can call up to 10 HTTP callouts.</p>
<p>If the callout can handle multiple records at a time, do so, and batch up to 10 callouts per batch, otherwise, set the batch scope to 1, so each apex batch handles one record at a time.</p>
<p>Hope this helps.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f92de1bf88ae4640b6ab5b34c1fcb865</guid>
				<title>Kumar replied to the discussion How many sandboxes can create from production in saleforce ? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-many-sandboxes-can-create-from-production-in-saleforce/#post-18094</link>
				<pubDate>Mon, 30 Jan 2017 06:38:58 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-many-sandboxes-can-create-from-production-in-saleforce/#post-18094"><span class="bb-reply-lable">Reply to</span> How many sandboxes can create from production in saleforce ?</a></p> <div class="bb-content-inr-wrap"><p>Hi Rajesh,</p>
<p>It depends on your salesforce org edition.</p>
<p><strong>Enterprise Edition</strong> includes licenses for 25 Developer sandboxes and 1 Partial Copy sandbox.</p>
<p><strong>Performance Edition</strong> includes licenses for 1 Full sandbox, 5 Developer Pro sandboxes, 100 Developer sandboxes, and 1 Partial Copy sandbox.</p>
<p><strong>Unlimited Edition</strong> includes licenses for 1 Full sandbox,&hellip;<span class="activity-read-more" id="activity-read-more-15462"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-many-sandboxes-can-create-from-production-in-saleforce/#post-18094" 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: 52.205.218.194 @ 2026-06-23 17:16:14 by W3 Total Cache
-->