<?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 | Aastha | Activity</title>
	<link>http://52.205.218.194/aasthaj029/activity/</link>
	<atom:link href="http://52.205.218.194/aasthaj029/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Aastha.</description>
	<lastBuildDate>Sat, 30 May 2026 20:42:47 +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">04394a3418ba0cb6c65c30affd14a1e1</guid>
				<title>Aastha replied to the discussion Can we call a future method from a Salesforce batch class using Apex? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-call-a-future-method-from-a-salesforce-batch-class-using-apex/#post-78848</link>
				<pubDate>Wed, 24 Jun 2020 18:21:53 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/can-we-call-a-future-method-from-a-salesforce-batch-class-using-apex/#post-78848"><span class="bb-reply-lable">Reply to</span> Can we call a future method from a Salesforce batch class using Apex?</a></p> <div class="bb-content-inr-wrap"><p>Hello Shariq,</p>
<p></p>
<p>But we can call one batch class from another batch, finish() method.</p>
<p></p>
<p>Thanks and Regards</p>
<p>Aastha Jain</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b468e111162c6499b57657e239ac1d38</guid>
				<title>Aastha replied to the discussion Can we delete custom setting from manage package in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-delete-custom-setting-from-manage-package-in-salesforce/#post-77982</link>
				<pubDate>Thu, 11 Jun 2020 16:00:29 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/can-we-delete-custom-setting-from-manage-package-in-salesforce/#post-77982"><span class="bb-reply-lable">Reply to</span> Can we delete custom setting from manage package in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hello Aditya,</p>
<p>No we can&#8217;t delete custom setting from manage package.</p>
<p>Infact we can&#8217;t delete anything from manage package.</p>
<blockquote><p><b>NOTE : Only Admin have access to make changes to custom settings.</b></p></blockquote>
<p><b>Thanks and Regards</b></p>
<p><b>Aastha Jain</b></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">751adf2f377ddf0df46b3dd4a6359dde</guid>
				<title>Aastha replied to the discussion How many types of API’s avaliable in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-many-types-of-apis-avaliable-in-salesforce-3/#post-77981</link>
				<pubDate>Thu, 11 Jun 2020 15:48:25 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-many-types-of-apis-avaliable-in-salesforce-3/#post-77981"><span class="bb-reply-lable">Reply to</span> How many types of API’s avaliable in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hello Marziya,</p>
<p>There are <b>4</b> types of API&#8217;s in Salesforce,</p>
<ol>
<li> REST API</li>
<li>SOAP API</li>
<li>BULK API</li>
<li>STREAMING API</li>
</ol>
<p><span>To know about them in detail, you can refer to the below link :</span></p>
<p><span>API <a target='_blank' href="https://trailhead.salesforce.com/en/content/learn/modules/api_basics/api_basics_overview" rel="nofollow">Link</a></span></p>
<p><b>Thanks and Regards </b></p>
<p><b>Aastha Jain</b></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a1c8f8dc85fa01e2c8a8303ccc40a08c</guid>
				<title>Aastha replied to the discussion What is System.RunAs () is the test class? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-system-runas-is-the-test-class/#post-77980</link>
				<pubDate>Thu, 11 Jun 2020 15:41:23 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-system-runas-is-the-test-class/#post-77980"><span class="bb-reply-lable">Reply to</span> What is System.RunAs () is the test class?</a></p> <div class="bb-content-inr-wrap"><p>Hello Shweta,</p>
<p><b><u>System.runAs()</u></b> : It enable us to Changes the current user to the specified user.</p>
<p>we use This Method when we need to execute the test as a context of a current user .</p>
<p><b>When to use :</b></p>
<p>We use System.runAs() when we need to perform mixed DML operations in our test by enclosing the DML operations within the runAs block.</p>
<p>To bypass the mixed&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-108443"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-system-runas-is-the-test-class/#post-77980" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">252e1e27cb88042829412051fcba9785</guid>
				<title>Aastha replied to the discussion How to show images on click of button on Lightning Component in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-show-images-on-click-of-button-on-lightning-component-in-salesforce/#post-77979</link>
				<pubDate>Thu, 11 Jun 2020 15:22:04 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-show-images-on-click-of-button-on-lightning-component-in-salesforce/#post-77979"><span class="bb-reply-lable">Reply to</span> How to show images on click of button on Lightning Component in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hello Deepak,</p>
<p></p>
<p>Please give this link a look. I hope this will help.</p>
<p><a target='_blank' href="https://developer.salesforce.com/forums/?id=9062I000000IGAzQAO" rel="nofollow">https://developer.salesforce.com/forums/?id=9062I000000IGAzQAO</a></p>
<p></p>
<p>Thanks and Regards</p>
<p>Aastha Jain</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">abe6055ca54d633e5a4e831abfa9b0b9</guid>
				<title>Aastha replied to the discussion What is contentType in Attachments in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-contenttype-in-attachments-in-salesforce/#post-77977</link>
				<pubDate>Thu, 11 Jun 2020 15:15:58 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-contenttype-in-attachments-in-salesforce/#post-77977"><span class="bb-reply-lable">Reply to</span> What is contentType in Attachments in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hello Deepak,</p>
<p></p>
<p>‘ContentType’ is a restricted picklist field in Attachment object, which means it accepts only the values that are listed in picklist values.</p>
<p>It has values like&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-108440"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-contenttype-in-attachments-in-salesforce/#post-77977" 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-05-31 03:37:12 by W3 Total Cache
-->