<?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 | Saddam | Activity</title>
	<link>https://www.forcetalks.com/saddam-hussainalgoworks-com/activity/</link>
	<atom:link href="https://www.forcetalks.com/saddam-hussainalgoworks-com/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Saddam.</description>
	<lastBuildDate>Mon, 29 Jun 2026 16:30:40 +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">c9487bafa6b590b29df7448927ac02a8</guid>
				<title>Saddam replied to the discussion How to use Lightning Component to update records on server in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-use-lightning-component-to-update-records-on-server/#post-67339</link>
				<pubDate>Thu, 23 Jan 2020 10:21:58 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-use-lightning-component-to-update-records-on-server/#post-67339"><span class="bb-reply-lable">Reply to</span> How to use Lightning Component to update records on server</a></p> <div class="bb-content-inr-wrap"><p>you can use aura:id in component and can get value using component.find(&#8216;nameOfAuraId&#8217;).get(&#8216;v.value&#8217;)</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">296b9faec8547f4ff666187534ed62bf</guid>
				<title>Saddam replied to the discussion What is PageReference in Salesforce Apex? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-pagereference-in-salesforce-apex/#post-64351</link>
				<pubDate>Mon, 21 Oct 2019 12:59:41 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-pagereference-in-salesforce-apex/#post-64351"><span class="bb-reply-lable">Reply to</span> What is PageReference in Salesforce Apex?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>A <strong>PageReference</strong> is a reference to an instantiation of a page. Among other attributes, PageReferences consist of a URL and a set of query parameter names and values.</p>
<p>Use a PageReference object:<br />
· To view or set query string parameters and values for a page<br />
·  To navigate the user to a different page as the result of an action&hellip;<span class="activity-read-more" id="activity-read-more-97073"><a href="https://www.forcetalks.com/salesforce-topic/what-is-pagereference-in-salesforce-apex/#post-64351" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">52912145740fc566cbc25bf43a97ead4</guid>
				<title>Saddam replied to the discussion How to bypass validation rules without adding anything in validation rule ? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-bypass-validation-rules-without-adding-anything-in-validation-rule/#post-64350</link>
				<pubDate>Mon, 21 Oct 2019 12:56:58 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-bypass-validation-rules-without-adding-anything-in-validation-rule/#post-64350"><span class="bb-reply-lable">Reply to</span> How to bypass validation rules without adding anything in validation rule ?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Here is one strategy to bypass this behavior:</p>
<p>Add a &#8220;Skip Validation&#8221; Checkbox field to the object<br />
Set the &#8220;Skip Validation&#8221; field to TRUE in a before trigger.<br />
Add logic to your validation rules so that they do not execute if &#8220;Skip Validation&#8221; is set to TRUE.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f518e151ccbdb8b9d4031e61ca85a852</guid>
				<title>Saddam replied to the discussion how to show toast message box in a lightning component ? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-show-toast-message-box-in-a-lightning-component/#post-64343</link>
				<pubDate>Mon, 21 Oct 2019 09:58:30 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-show-toast-message-box-in-a-lightning-component/#post-64343"><span class="bb-reply-lable">Reply to</span> how to show toast message box in a lightning component ?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>A toast displays a message below the header at the top of a view. The message is specified by the message attribute.</p>
<p>force:showToast is not available on login pages.</p>
<p>This example displays a toast message &#8220;Success! The record has been updated successfully.</p>
<p>showToast : function(component, event, helper) {<br />
var toastEvent =&hellip;<span class="activity-read-more" id="activity-read-more-97068"><a href="https://www.forcetalks.com/salesforce-topic/how-to-show-toast-message-box-in-a-lightning-component/#post-64343" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">58767d16412a758bfeab13329f47f37c</guid>
				<title>Saddam started the discussion How to change field type if the field is referenced?  in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-change-field-type-if-the-field-is-referenced/</link>
				<pubDate>Mon, 21 Oct 2019 09:39:15 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-change-field-type-if-the-field-is-referenced/">How to change field type if the field is referenced? </a></p> <div class="bb-content-inr-wrap"><p>How to change field type if the field is referenced?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2244b98d2ac76e33d6b915e1033f7b1f</guid>
				<title>Saddam started the discussion How to create login page where the user can enter the user &#38; password then redirect to the Home page in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-create-login-page-where-the-user-can-enter-the-user-password-then-redirect-to-the-home-page/</link>
				<pubDate>Mon, 21 Oct 2019 09:35:06 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-create-login-page-where-the-user-can-enter-the-user-password-then-redirect-to-the-home-page/">How to create login page where the user can enter the user &amp; password then redirect to the Home page</a></p> <div class="bb-content-inr-wrap"><p>How to create login page where the user can enter the user &amp; password then redirect to the Home page?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">face7d1fa2f36e96c432f07f623a6e58</guid>
				<title>Saddam started the discussion How to create a Lightning Email Template? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-create-a-lightning-email-template/</link>
				<pubDate>Mon, 21 Oct 2019 09:31:45 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-create-a-lightning-email-template/">How to create a Lightning Email Template?</a></p> <div class="bb-content-inr-wrap"><p>How to create a Lightning Email Template?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5109d42205ad23c1cb47781b9331794d</guid>
				<title>Saddam started the discussion Which are the way to create a form in sfdc and I want to use this form as an external website?  in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/which-are-the-way-to-create-a-form-in-sfdc-and-i-want-to-use-this-form-as-an-external-website/</link>
				<pubDate>Fri, 18 Oct 2019 13:24:57 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/which-are-the-way-to-create-a-form-in-sfdc-and-i-want-to-use-this-form-as-an-external-website/">Which are the way to create a form in sfdc and I want to use this form as an external website? </a></p> <div class="bb-content-inr-wrap"><p>Which are the way to create a form in sfdc and I want to use this form as an external website?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3c054b1f9a3415a10d139cea3d5c284c</guid>
				<title>Saddam started the discussion What is the use of UITheme?  in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-uitheme/</link>
				<pubDate>Fri, 18 Oct 2019 13:22:30 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-uitheme/">What is the use of UITheme? </a></p> <div class="bb-content-inr-wrap"><p>What is the use of UITheme?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c515bdf80265e20fdae21ed63b6a40bc</guid>
				<title>Saddam started the discussion What is Site ? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-site/</link>
				<pubDate>Fri, 18 Oct 2019 13:21:18 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-site/">What is Site ?</a></p> <div class="bb-content-inr-wrap"><p>What is Site ?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ca42fbf0ffcc6176153878c2261b3a3b</guid>
				<title>Saddam replied to the discussion Why toast message is not displayed when the component is shown in a application? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/why-toast-message-is-not-displayed-when-the-component-is-shown-in-a-application/#post-64307</link>
				<pubDate>Fri, 18 Oct 2019 13:20:22 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/why-toast-message-is-not-displayed-when-the-component-is-shown-in-a-application/#post-64307"><span class="bb-reply-lable">Reply to</span> Why toast message is not displayed when the component is shown in a application?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>This event is handled by the one.app container. It’s supported in Lightning Experience, Salesforce1, and Lightning communities.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1f13be7892e29bc50365d0c83b2e1015</guid>
				<title>Saddam replied to the discussion How to implement pagination in lightning component? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-implement-pagination-in-lightning-component/#post-64306</link>
				<pubDate>Fri, 18 Oct 2019 13:18:54 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-implement-pagination-in-lightning-component/#post-64306"><span class="bb-reply-lable">Reply to</span> How to implement pagination in lightning component?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>you can check here <a target='_blank' href="http://sfdcmonkey.com/2017/01/26/display-record-with-pager-buttons-lightning-component/" rel="nofollow">http://sfdcmonkey.com/2017/01/26/display-record-with-pager-buttons-lightning-component/</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f2bdb262cdc38ac035fbba8920d93689</guid>
				<title>Saddam replied to the discussion What are the ways leads can be captured with Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-the-ways-leads-can-be-captured-with-salesforce/#post-64305</link>
				<pubDate>Fri, 18 Oct 2019 13:16:30 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-are-the-ways-leads-can-be-captured-with-salesforce/#post-64305"><span class="bb-reply-lable">Reply to</span> What are the ways leads can be captured with Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>1. You can create Lead from UI<br />
2. Also from email to lead<br />
3. Web to lead<br />
4. Customization (Integration point depending upon business rule)<br />
5. Using Data Load</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8b517940563d7a7ea2cc2802abf2f77c</guid>
				<title>Saddam started the discussion Can I remove an expired Self-Signed certificate? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-i-remove-an-expired-self-signed-certificate/</link>
				<pubDate>Thu, 17 Oct 2019 08:15:19 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/can-i-remove-an-expired-self-signed-certificate/">Can I remove an expired Self-Signed certificate?</a></p> <div class="bb-content-inr-wrap"><p>Can I remove an expired Self-Signed certificate?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">212114976fb82190cbb3da0d10d8b5c9</guid>
				<title>Saddam started the discussion What is the use of SSO? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-sso/</link>
				<pubDate>Thu, 17 Oct 2019 08:13:46 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-sso/">What is the use of SSO?</a></p> <div class="bb-content-inr-wrap"><p>What is the use of SSO?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">da6368f7a433a010dbddc09fe35dfcb6</guid>
				<title>Saddam started the discussion What is the use of apex:liveController? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-apexlivecontroller/</link>
				<pubDate>Thu, 17 Oct 2019 07:29:50 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-apexlivecontroller/">What is the use of apex:liveController?</a></p> <div class="bb-content-inr-wrap"><p>What is the use of apex:liveController?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5a441d1133d14b5db8d98e9bf16badb4</guid>
				<title>Saddam replied to the discussion How can I call a mock class in test class in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-call-a-mock-class-in-test-class-in-salesforce/#post-64250</link>
				<pubDate>Thu, 17 Oct 2019 07:28:27 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-call-a-mock-class-in-test-class-in-salesforce/#post-64250"><span class="bb-reply-lable">Reply to</span> How can I call a mock class in test class in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Testing HTTP Callouts by Implementing the HttpCalloutMock Interface<br />
Provide an implementation for the HttpCalloutMock interface to specify the response sent in the respond method, which the Apex runtime calls to send a response for a callout.</p>
<p>global class YourHttpCalloutMockImpl implements HttpCalloutMock {<br />
global HTTPResponse&hellip;<span class="activity-read-more" id="activity-read-more-96978"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-call-a-mock-class-in-test-class-in-salesforce/#post-64250" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1ab5145d0ce4ea4463bd4200ff09e8d6</guid>
				<title>Saddam replied to the discussion How can I create an edit button in lightning component in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-create-an-edit-button-in-lightning-component-in-salesforce/#post-64248</link>
				<pubDate>Thu, 17 Oct 2019 07:25:00 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-create-an-edit-button-in-lightning-component-in-salesforce/#post-64248"><span class="bb-reply-lable">Reply to</span> How can I create an edit button in lightning component in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>You can take advantage of built-in events to display modals that let you create or edit records via an Aura component.<br />
The force:createRecord and force:editRecord events display a create record page and edit record page in a modal based on the default custom layout type for that object.</p>
<p>The following example contains a button that calls a&hellip;<span class="activity-read-more" id="activity-read-more-96975"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-create-an-edit-button-in-lightning-component-in-salesforce/#post-64248" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">728db0cbf49fd96eabcfd28602bb111e</guid>
				<title>Saddam replied to the discussion How to use a custom setting in apex class in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-use-a-custom-setting-in-apex-class-in-salesforce/#post-64244</link>
				<pubDate>Thu, 17 Oct 2019 07:21:59 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-use-a-custom-setting-in-apex-class-in-salesforce/#post-64244"><span class="bb-reply-lable">Reply to</span> How to use a custom setting in apex class in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p><strong>Custom settings</strong> are similar to custom objects and enable application developers to create custom sets of data, as well as create and associate custom data for an organization, profile, or specific user. All custom settings data is exposed in the application cache, which enables efficient access without the cost of repeated queries to&hellip;<span class="activity-read-more" id="activity-read-more-96973"><a href="https://www.forcetalks.com/salesforce-topic/how-to-use-a-custom-setting-in-apex-class-in-salesforce/#post-64244" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3c61763d7378809cd09eff9d5b6c6fc7</guid>
				<title>Saddam started the discussion What is the use of lightning:omniChannelWorkloadChanged?  in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-lightningomnichannelworkloadchanged/</link>
				<pubDate>Wed, 16 Oct 2019 14:02:14 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-lightningomnichannelworkloadchanged/">What is the use of lightning:omniChannelWorkloadChanged? </a></p> <div class="bb-content-inr-wrap"><p>What is the use of lightning:omniChannelWorkloadChanged?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1ed2c2920e8dda071ee6611edeb3f944</guid>
				<title>Saddam started the discussion What is the use of ltng:afterScriptsLoaded? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-ltngafterscriptsloaded/</link>
				<pubDate>Wed, 16 Oct 2019 14:00:45 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-ltngafterscriptsloaded/">What is the use of ltng:afterScriptsLoaded?</a></p> <div class="bb-content-inr-wrap"><p>What is the use of ltng:afterScriptsLoaded?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">def2857276dcc9774394e13b26c1c421</guid>
				<title>Saddam started the discussion what is Certificate and Key Management? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-certificate-and-key-management/</link>
				<pubDate>Wed, 16 Oct 2019 13:57:50 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-certificate-and-key-management/">what is Certificate and Key Management?</a></p> <div class="bb-content-inr-wrap"><p>what is Certificate and Key Management?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">87b38f52adb74104aaf1b61be3e5f9bc</guid>
				<title>Saddam replied to the discussion What is the difference between Streaming API PushTopic,Generic Streaming and Platform events ? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-difference-between-streaming-api-pushtopicgeneric-streaming-and-platform-events/#post-64211</link>
				<pubDate>Wed, 16 Oct 2019 13:56:09 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-the-difference-between-streaming-api-pushtopicgeneric-streaming-and-platform-events/#post-64211"><span class="bb-reply-lable">Reply to</span> What is the difference between Streaming API PushTopic,Generic Streaming and Platform events ?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Very generally, the <strong>Streaming API</strong> was created primarily to update UI components(Source) where as Platform Events are for integrations via a Message Bus.</p>
<p>With a <strong>PushTopic</strong> from the Streaming API you are limited to receiving events notifications when the configured query and event occur. There is no capacity to manually generate these&hellip;<span class="activity-read-more" id="activity-read-more-96936"><a href="https://www.forcetalks.com/salesforce-topic/what-is-the-difference-between-streaming-api-pushtopicgeneric-streaming-and-platform-events/#post-64211" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dde9c18c93dc924a156966fb9078acaf</guid>
				<title>Saddam replied to the discussion What feature could be used in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-feature-could-be-used-in-salesforce/#post-64210</link>
				<pubDate>Wed, 16 Oct 2019 13:54:00 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-feature-could-be-used-in-salesforce/#post-64210"><span class="bb-reply-lable">Reply to</span> What feature could be used in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p><strong>Core Features of Salesforce CRM</strong></p>
<p>Contact Management<br />
Customer Engagement Tools<br />
Workflow Creation<br />
Task Management<br />
Opportunity Tracking<br />
Collaboration Tools<br />
Analytics<br />
Intuitive, Mobile-Ready Dashboard</p>
<p><strong>Features for Marketers</strong></p>
<p>Marketing Leads Monitoring<br />
Social Media Integration<br />
Email Integration</p>
<p><strong>Features for Salespeople</strong></p>
<p>Sales&hellip;<span class="activity-read-more" id="activity-read-more-96935"><a href="https://www.forcetalks.com/salesforce-topic/what-feature-could-be-used-in-salesforce/#post-64210" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4ea66c27d81dd47eb9729335c109a34c</guid>
				<title>Saddam replied to the discussion What feature in Salesforce is needed to restrict access to that object? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-feature-in-salesforce-is-needed-to-restrict-access-to-that-object/#post-64209</link>
				<pubDate>Wed, 16 Oct 2019 13:50:53 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-feature-in-salesforce-is-needed-to-restrict-access-to-that-object/#post-64209"><span class="bb-reply-lable">Reply to</span> What feature in Salesforce is needed to restrict access to that object?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Sharing rule is nothing but extending the permissions given in the Owd criteria for a bunch of users. You can assign this to roles,single user,or a group of users. Sharing rule will extend access in one direction means<br />
1) If u give OWD as private&lt; you can change it to read , read/write , read/write/transfer.<br />
2)If u give OWD as read&lt; you&hellip;<span class="activity-read-more" id="activity-read-more-96934"><a href="https://www.forcetalks.com/salesforce-topic/what-feature-in-salesforce-is-needed-to-restrict-access-to-that-object/#post-64209" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">eb0148ea010c51e55df52f8781f66241</guid>
				<title>Saddam started the discussion What is the use of system.resetPasswordWithEmailTemplate ? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-system-resetpasswordwithemailtemplate/</link>
				<pubDate>Tue, 15 Oct 2019 12:03:21 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-system-resetpasswordwithemailtemplate/">What is the use of system.resetPasswordWithEmailTemplate ?</a></p> <div class="bb-content-inr-wrap"><p>What is the use of system.resetPasswordWithEmailTemplate ?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9dfddb4feee2961095ff3aca2a09a587</guid>
				<title>Saddam started the discussion What is system.submit?  in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-system-submit/</link>
				<pubDate>Tue, 15 Oct 2019 12:02:11 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-system-submit/">What is system.submit? </a></p> <div class="bb-content-inr-wrap"><p>What is system.submit?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5b20f5f83ff15a5c4bb6224817f43623</guid>
				<title>Saddam started the discussion What is the system.StaticResourceCalloutMock? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-system-staticresourcecalloutmock/</link>
				<pubDate>Tue, 15 Oct 2019 12:00:21 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-the-system-staticresourcecalloutmock/">What is the system.StaticResourceCalloutMock?</a></p> <div class="bb-content-inr-wrap"><p>What is the system.StaticResourceCalloutMock?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9477366fccea68fce257928d4da1f775</guid>
				<title>Saddam replied to the discussion can we handle lightning events on vf page ? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-handle-lightning-events-on-vf-page/#post-64173</link>
				<pubDate>Tue, 15 Oct 2019 11:57:49 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/can-we-handle-lightning-events-on-vf-page/#post-64173"><span class="bb-reply-lable">Reply to</span> can we handle lightning events on vf page ?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>you can use this to handle event in visualforce page</p>
<p>$A.eventService.addHandler({ &#8220;event&#8221;: &#8220;c:LookupEvent&#8221;, &#8220;handler&#8221; : visualForceFunction});</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dd0428bde99dc119192d953038d2f3ad</guid>
				<title>Saddam replied to the discussion How can we add watermark in visualforce pdf? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-add-watermark-in-visualforce-pdf/#post-64171</link>
				<pubDate>Tue, 15 Oct 2019 11:49:52 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-add-watermark-in-visualforce-pdf/#post-64171"><span class="bb-reply-lable">Reply to</span> How can we add watermark in visualforce pdf?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>&lt;img src=&#8221;{!URLFOR($Resource.tran_watermark)}&#8221; width=&#8221;100%&#8221; height=&#8221;100%&#8221; style=&#8221;position:fixed; background-repeat:repeat; left:0cm; top:0cm; z-index:0; display:{!IF(quote.status == &#8216;approved&#8217;, &#8216;none&#8217;, &#8221;)}&#8221;/&gt;</p>
<p>go through the following link which gives a sample code you can test in your org to create a watermark on PDF generated by a&hellip;<span class="activity-read-more" id="activity-read-more-96899"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-add-watermark-in-visualforce-pdf/#post-64171" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">240cae56c5781111485d5605ab5f03bb</guid>
				<title>Saddam started the discussion What is the use of aura:text? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-auratext/</link>
				<pubDate>Mon, 14 Oct 2019 06:38:11 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-auratext/">What is the use of aura:text?</a></p> <div class="bb-content-inr-wrap"><p>What is the use of aura:text?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f8361a98bcdaad129f5a731aad4c14a3</guid>
				<title>Saddam started the discussion What aura:unescapedHtml?  in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-auraunescapedhtml/</link>
				<pubDate>Mon, 14 Oct 2019 06:36:42 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-auraunescapedhtml/">What aura:unescapedHtml? </a></p> <div class="bb-content-inr-wrap"><p>What aura:unescapedHtml?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">635ae210786ee0556f0d3d113cb8fd7a</guid>
				<title>Saddam started the discussion What is renderIf? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-renderif/</link>
				<pubDate>Mon, 14 Oct 2019 06:29:50 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-renderif/">What is renderIf?</a></p> <div class="bb-content-inr-wrap"><p>What is renderIf?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0dcb513c5f50e25debef287f29d353d7</guid>
				<title>Saddam replied to the discussion do we need to register a lightning application event while handling that event on vf page ? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/do-we-need-to-register-a-lightning-application-event-while-handling-that-event-on-vf-page/#post-64095</link>
				<pubDate>Mon, 14 Oct 2019 06:27:46 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/do-we-need-to-register-a-lightning-application-event-while-handling-that-event-on-vf-page/#post-64095"><span class="bb-reply-lable">Reply to</span> do we need to register a lightning application event while handling that event on vf page ?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>A component registers that it may fire an application event by using &lt;aura:registerEvent&gt; in its markup. The name attribute is required but not used for application events. The name attribute is only relevant for component events. This example uses name=&#8221;appEvent&#8221; but the value isn’t used anywhere.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3aed002cd0af8ca246cf87d7d777bb70</guid>
				<title>Saddam replied to the discussion What are the different ways to conditionally display markup, the preferred  approach in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-the-different-ways-to-conditionally-display-markup-the-preferred-approach-in-salesforce/#post-64094</link>
				<pubDate>Mon, 14 Oct 2019 06:24:37 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-are-the-different-ways-to-conditionally-display-markup-the-preferred-approach-in-salesforce/#post-64094"><span class="bb-reply-lable">Reply to</span> What are the different ways to conditionally display markup, the preferred  approach in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Using the &lt;aura:if&gt; tag<br />
Use CSS to toggle visibility of markup by calling $A.util.toggleClass(cmp, ‘class’) in JavaScript code</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2249f73a7960690e5a07dd76907ab3b1</guid>
				<title>Saddam replied to the discussion What is Lightning Design System (SLDS) in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-lightning-design-system-slds-in-salesforce-2/#post-64093</link>
				<pubDate>Mon, 14 Oct 2019 06:00:05 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-lightning-design-system-slds-in-salesforce-2/#post-64093"><span class="bb-reply-lable">Reply to</span> What is Lightning Design System (SLDS) in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Salesforce released a user interface called <strong>Salesforce Lightning Design System</strong> as open source. This  provides all CSS (Cascading Style Sheets) and Images to create the Standard lightning Component instead of write CSS again for lightning Components. We can build rich enterprise experience and custom applications with the patterns&hellip;<span class="activity-read-more" id="activity-read-more-96832"><a href="https://www.forcetalks.com/salesforce-topic/what-is-lightning-design-system-slds-in-salesforce-2/#post-64093" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">223a7de81ebc7fd786603a15aa468792</guid>
				<title>Saddam started the discussion What is the use of $A.util class?  in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-a-util-class/</link>
				<pubDate>Fri, 11 Oct 2019 07:00:29 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-a-util-class/">What is the use of $A.util class? </a></p> <div class="bb-content-inr-wrap"><p>What is the use of $A.util class?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9b47a6f81096a8a8423e35347cfc7d23</guid>
				<title>Saddam started the discussion How to set value in HTML tag through javaScript?  in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-set-value-in-html-tag-through-javascript/</link>
				<pubDate>Fri, 11 Oct 2019 06:59:16 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-set-value-in-html-tag-through-javascript/">How to set value in HTML tag through javaScript? </a></p> <div class="bb-content-inr-wrap"><p>How to set value in HTML tag through javaScript?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3e2acc439507d2af4b8cc6ba724fda4c</guid>
				<title>Saddam started the discussion How to display modal in visualforce page? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-display-modal-in-visualforce-page/</link>
				<pubDate>Fri, 11 Oct 2019 06:58:00 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-display-modal-in-visualforce-page/">How to display modal in visualforce page?</a></p> <div class="bb-content-inr-wrap"><p>How to display modal in visualforce page?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">890e173e886892bf73921fbba65a6dc7</guid>
				<title>Saddam replied to the discussion How to use External CSS in lightning components? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-use-external-css-in-lightning-components/#post-63936</link>
				<pubDate>Fri, 11 Oct 2019 06:55:43 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-use-external-css-in-lightning-components/#post-63936"><span class="bb-reply-lable">Reply to</span> How to use External CSS in lightning components?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>you can use this tag</p>
<p><strong>&lt;ltng:require styles=”{! $Resource.staticResourceFileName}”/&gt;</strong></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6ec47d18cbaff8d45637cf6523c53d16</guid>
				<title>Saddam replied to the discussion Which standard chart type can be placed on the salesforce dashboard? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/which-standard-chart-type-can-be-placed-on-the-salesforce-dashboard/#post-63935</link>
				<pubDate>Fri, 11 Oct 2019 06:53:22 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/which-standard-chart-type-can-be-placed-on-the-salesforce-dashboard/#post-63935"><span class="bb-reply-lable">Reply to</span> Which standard chart type can be placed on the salesforce dashboard?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>You can show data in reports and dashboards in the form of bars, columns, lines, shapes, or other elements. Which is right depends on what the data is about and what you want to show with it.</p>
<p><strong>1.Bar Charts</strong><br />
A bar chart shows values as horizontal lengths, so this format can be good for comparing distance or time. Use a bar chart when you have&hellip;<span class="activity-read-more" id="activity-read-more-96719"><a href="https://www.forcetalks.com/salesforce-topic/which-standard-chart-type-can-be-placed-on-the-salesforce-dashboard/#post-63935" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">282acde677432b6d243a7151aa51e26e</guid>
				<title>Saddam replied to the discussion What are the permissions that are set in a user&#039;s profile in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-the-permissions-that-are-set-in-a-users-profile-in-salesforce/#post-63932</link>
				<pubDate>Fri, 11 Oct 2019 05:57:49 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-are-the-permissions-that-are-set-in-a-users-profile-in-salesforce/#post-63932"><span class="bb-reply-lable">Reply to</span> What are the permissions that are set in a user&#039;s profile in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>HI,</p>
<p>A <strong>permission set</strong> is a collection of settings and permissions that give users access to various tools and functions. The settings and permissions in permission sets are also found in profiles, but permission sets extend users’ functional access without changing their profiles.</p>
<p>Users can have only one profile but, depending on the Salesforce&hellip;<span class="activity-read-more" id="activity-read-more-96716"><a href="https://www.forcetalks.com/salesforce-topic/what-are-the-permissions-that-are-set-in-a-users-profile-in-salesforce/#post-63932" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b004ab1bbaf91b12943a59a35ba514ac</guid>
				<title>Saddam started the discussion What is pubSub? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-pubsub/</link>
				<pubDate>Thu, 10 Oct 2019 06:24:56 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-pubsub/">What is pubSub?</a></p> <div class="bb-content-inr-wrap"><p>What is pubSub?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0e87c9cebac464c687171cdc8cd4919c</guid>
				<title>Saddam started the discussion What is the dispatch event?  in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-dispatch-event/</link>
				<pubDate>Thu, 10 Oct 2019 06:23:36 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-the-dispatch-event/">What is the dispatch event? </a></p> <div class="bb-content-inr-wrap"><p>What is the dispatch event?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bcbddbb6ac33c497d119faee04ac0d5e</guid>
				<title>Saddam started the discussion Can I display the lightning component as a pdf? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-i-display-the-lightning-component-as-a-pdf/</link>
				<pubDate>Thu, 10 Oct 2019 06:22:18 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/can-i-display-the-lightning-component-as-a-pdf/">Can I display the lightning component as a pdf?</a></p> <div class="bb-content-inr-wrap"><p>Can I display the lightning component as a pdf?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cec3ebe31b128f6c5ababeb2c28a5e0c</guid>
				<title>Saddam replied to the discussion How to show xml document result on visualforce page? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-show-xml-document-result-on-visualforce-page/#post-63880</link>
				<pubDate>Thu, 10 Oct 2019 06:20:52 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-show-xml-document-result-on-visualforce-page/#post-63880"><span class="bb-reply-lable">Reply to</span> How to show xml document result on visualforce page?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Inside your controller write a class:</p>
<p>&nbsp;</p>
<p>class person{</p>
<p>public String name{get; set;}</p>
<p>public String last_name{get; set;}</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>//Then you make the constructor for this class</p>
<p>public person(String name, String last_name){</p>
<p>this.name = name;</p>
<p>this.last_name = last_name;</p>
<p>}</p>
<p>}</p>
<p>&nbsp;</p>
<p>once you have your class defined (write it on the bottom&hellip;<span class="activity-read-more" id="activity-read-more-96673"><a href="https://www.forcetalks.com/salesforce-topic/how-to-show-xml-document-result-on-visualforce-page/#post-63880" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8eee0840b667910347eac767146e8bbe</guid>
				<title>Saddam replied to the discussion How to enable multiple currency in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-enable-multiple-currency-in-salesforce/#post-63879</link>
				<pubDate>Thu, 10 Oct 2019 06:18:35 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-enable-multiple-currency-in-salesforce/#post-63879"><span class="bb-reply-lable">Reply to</span> How to enable multiple currency in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>In <strong>Setup</strong>, enter <strong>Company Information</strong> in the Quick Find box, then select <strong>Company Information</strong> and <strong>click Edit</strong>. Ensure that your selected currency locale is the default currency that you want to use for current and future records. Enable <strong>Activate Multiple Currencies</strong>, and then save your changes.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">906da88d4fb71f187bec5adacb67ebce</guid>
				<title>Saddam replied to the discussion Difference between repeat and pageblockTable in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/difference-between-repeat-and-pageblocktable-in-salesforce/#post-63878</link>
				<pubDate>Thu, 10 Oct 2019 06:15:47 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/difference-between-repeat-and-pageblocktable-in-salesforce/#post-63878"><span class="bb-reply-lable">Reply to</span> Difference between repeat and pageblockTable in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p><strong>apex:pageBlockTable</strong> represents a table formatted and styled to look like a related list table.</p>
<p><strong>apex:repeat </strong>allows any arbitrary output based on a template. The four elements require value and var attributes, iterate over a collection of some sort, may generally be nested inside each other, and are limited to 1,000/10,000 rows of&hellip;<span class="activity-read-more" id="activity-read-more-96671"><a href="https://www.forcetalks.com/salesforce-topic/difference-between-repeat-and-pageblocktable-in-salesforce/#post-63878" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">843c3e60f7fbe4b7adc4f7ca880a0283</guid>
				<title>Saddam started the discussion How to navigate visualforce page classic and lightning? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-navigate-visualforce-page-classic-and-lightning/</link>
				<pubDate>Wed, 09 Oct 2019 05:50:28 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-navigate-visualforce-page-classic-and-lightning/">How to navigate visualforce page classic and lightning?</a></p> <div class="bb-content-inr-wrap"><p>How to navigate visualforce page classic and lightning?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cbb6e9c7affd234690e552e46b97fe5f</guid>
				<title>Saddam started the discussion How to display toast in Salesforce visualforce page? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-display-toast-in-visualforce-page/</link>
				<pubDate>Wed, 09 Oct 2019 05:48:56 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-display-toast-in-salesforce-visualforce-page/">How to display toast in Salesforce visualforce page?</a></p> <div class="bb-content-inr-wrap"><p>How to display toast in visualforce page?</p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Content Delivery Network via Amazon Web Services: CloudFront: cdn.forcetalks.com
Lazy Loading

Served from: www.forcetalks.com @ 2026-06-29 22:10:40 by W3 Total Cache
-->