<?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 | Mallika | Activity</title>
	<link>http://52.205.218.194/mallika-bannaravuri/activity/</link>
	<atom:link href="http://52.205.218.194/mallika-bannaravuri/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Mallika.</description>
	<lastBuildDate>Fri, 29 May 2026 20:29:38 +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">db65a13c6918f30c5282613b9658125c</guid>
				<title>Mallika posted an update: Best buys to learn Salesforce... Grab [&#133;]</title>
				<link>http://52.205.218.194/activity/p/119215/</link>
				<pubDate>Wed, 03 Feb 2021 09:40:03 +0530</pubDate>

									<content:encoded><![CDATA[<p>Best buys to learn Salesforce&#8230; Grab your copies&#8230;</p>
<p><a target='_blank' href="https://sfdcwebtraining.wordpress.com/#bestbuysofsalesforce" rel="nofollow">https://sfdcwebtraining.wordpress.com/#bestbuysofsalesforce</a></p>
<div class="activity-link-preview-container"><div class="activity-link-preview-image"><div class="activity-link-preview-image-cover"><a href="https://sfdcwebtraining.wordpress.com/#bestbuysofsalesforce" target="_blank"><img class="lazy" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20500'%3E%3C/svg%3E" data-src="http://cdn.forcetalks.com/wp-content/uploads/2021/02/admin-img1-1.jpg?x31994" /></a></div></div><div class="activity-link-preview-info"><p class="activity-link-preview-link-name">sfdcwebtraining.wordpress.com</p><p class="activity-link-preview-title"><a href="https://sfdcwebtraining.wordpress.com/#bestbuysofsalesforce" target="_blank" rel="nofollow">SFDC</a></p><div class="activity-link-preview-excerpt"><p>Web Training</p></div></div></div>]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e1d82661bda2cc1faeaa49f8a0bb6826</guid>
				<title>Mallika replied to the discussion What is a method for adding content to Salesforce CRM content? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-a-method-for-adding-content-to-salesforce-crm-content/#post-80515</link>
				<pubDate>Tue, 21 Jul 2020 06:22:53 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-a-method-for-adding-content-to-salesforce-crm-content/#post-80515"><span class="bb-reply-lable">Reply to</span> What is a method for adding content to Salesforce CRM content?</a></p> <div class="bb-content-inr-wrap"><p>Hi Ratnesh,</p>
<p>We can add content in 2 ways.</p>
<p></p>
<p>&lt;b id=&#8221;ext-gen26&#8243;&gt;Chatter files<br />You can upload a file and store it privately until you&#8217;re ready to share it. Share the file with coworkers and groups to collaborate and get feedback. Attach files to posts in a Chatter feed on the Home tab, Chatter tab, a profile, a record, or a group. Users with access&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-110966"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-a-method-for-adding-content-to-salesforce-crm-content/#post-80515" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">27fd2dd0a3b524ecb2d652931f91c005</guid>
				<title>Mallika replied to the discussion How to insert password in apex test class of Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-insert-password-in-apex-test-class-of-salesforce/#post-80508</link>
				<pubDate>Tue, 21 Jul 2020 06:11:57 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-insert-password-in-apex-test-class-of-salesforce/#post-80508"><span class="bb-reply-lable">Reply to</span> How to insert password in apex test class of Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Aditya,</p>
<p>Try this code. Hope it helps!</p>
<pre>@isTest
public class SampleTest
{
	public static testMethod void LoginFail()
	{
		Sample  tp=new Sample ();
		tp.loginPage();
	}
	public static testMethod void loginPass()
	{
		Account acc = new Account();
		acc.Name ='mecrin';
		acc.sic = '12345';
		insert acc;
		
		Sample  tp=new Sample&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-110959"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-insert-password-in-apex-test-class-of-salesforce/#post-80508" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">23cc8a2f5e6b16f51dee7540fb2add68</guid>
				<title>Mallika replied to the discussion How to integrate a youtube search engine in a Visualforce page? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-integrate-a-youtube-search-engine-in-a-visualforce-page/#post-80507</link>
				<pubDate>Tue, 21 Jul 2020 06:09:39 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-integrate-a-youtube-search-engine-in-a-visualforce-page/#post-80507"><span class="bb-reply-lable">Reply to</span> How to integrate a youtube search engine in a Visualforce page?</a></p> <div class="bb-content-inr-wrap"><p>Hi Shweta,</p>
<p>By creating Apex Controller, we can integrate Youtube search engine in VF page.</p>
<p>Try using the code mentioned in the below link.</p>
<p><a target='_blank' href="https://developer.salesforce.com/forums/?id=906F0000000AVJGIA4" rel="nofollow">https://developer.salesforce.com/forums/?id=906F0000000AVJGIA4</a></p>
<p>I hope this helps!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">92e6d3aeea68a0e680a72dac4400bd8c</guid>
				<title>Mallika replied to the discussion How can we conditionally display content in lightning component? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-conditionally-display-content-in-lightning-component-3/#post-80506</link>
				<pubDate>Tue, 21 Jul 2020 06:03:35 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-conditionally-display-content-in-lightning-component-3/#post-80506"><span class="bb-reply-lable">Reply to</span> How can we conditionally display content in lightning component?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pooja,</p>
<p>By using &lt;aura:if&gt; we can display content conditionally.</p>
<p>simple example that shows an error message when an error occurs.</p>
<pre>&lt;aura:if isTrue="{!v.isError}"&gt;
    &lt;div&gt;{!v.errorMessage}&lt;/div&gt;
&lt;/aura:if&gt;</pre>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2b1b3e3eafb9cab6b8c65d4fb95c58a9</guid>
				<title>Mallika replied to the discussion How can we display loading spinner in lightning component? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-display-loading-spinner-in-lightning-component/#post-80505</link>
				<pubDate>Tue, 21 Jul 2020 05:59:45 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-display-loading-spinner-in-lightning-component/#post-80505"><span class="bb-reply-lable">Reply to</span> How can we display loading spinner in lightning component?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pooja,</p>
<p><strong>lightning:spinner</strong> displays an animated spinner image to indicate that a request is loading.</p>
<p>Here is the explanation and example code for creating loading spinner in Lightning component.</p>
<p><a target='_blank' href="https://www.sfdcpoint.com/salesforce/loading-spinner-in-lightning-component/" rel="nofollow">https://www.sfdcpoint.com/salesforce/loading-spinner-in-lightning-component/</a></p>
<p>Hope this helps!</p>
<p></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Content Delivery Network via Amazon Web Services: CloudFront: cdn.forcetalks.com
Lazy Loading

Served from: 52.205.218.194 @ 2026-05-30 04:13:09 by W3 Total Cache
-->