<?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 | Rabn | Activity</title>
	<link>http://52.205.218.194/rabin/activity/</link>
	<atom:link href="http://52.205.218.194/rabin/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Rabn.</description>
	<lastBuildDate>Sun, 31 May 2026 10:32:45 +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">afe8bd9071864d9c6dec1948a1de0c3e</guid>
				<title>Rabn replied to the discussion What is an Audit trail in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-an-audit-trail-in-salesforce-5/#post-68878</link>
				<pubDate>Sat, 08 Feb 2020 04:10:52 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-an-audit-trail-in-salesforce-5/#post-68878"><span class="bb-reply-lable">Reply to</span> What is an Audit trail in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Audit trail are used to keep a track on the changes which has been made on a record for certain fields.</p>
<p>Suppose you want to keep a track on opportunity stage field changes. So you enable the audit trail.</p>
<p>So in this case , each time any user changes the stage , audit trail will keep the track who changed this field from what stage to what&hellip;<span class="activity-read-more" id="activity-read-more-100915"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-an-audit-trail-in-salesforce-5/#post-68878" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0ba5d846ed73b7345ea9de56d330a31a</guid>
				<title>Rabn replied to the discussion How to make all account names clickable i.e. onclick we can fetch related contact in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-make-all-account-names-clickable-i-e-onclick-we-can-fetch-related-contact-in-salesforce/#post-68877</link>
				<pubDate>Sat, 08 Feb 2020 04:07:41 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-make-all-account-names-clickable-i-e-onclick-we-can-fetch-related-contact-in-salesforce/#post-68877"><span class="bb-reply-lable">Reply to</span> How to make all account names clickable i.e. onclick we can fetch related contact in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Go through the below link for more info,</p>
<p><a target='_blank' href="https://www.jitendrazaa.com/blog/salesforce/15-ways-to-improve-performance-of-lightning-components-in-salesforce/" rel="nofollow">https://www.jitendrazaa.com/blog/salesforce/15-ways-to-improve-performance-of-lightning-components-in-salesforce/</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">44966a6c0bdcc71f11bbaff58afa9ea9</guid>
				<title>Rabn replied to the discussion How to apply &#60;lightning:accordion&#62;  to make account clickable to fetch contacts in Lightning Component in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-apply-lightningaccordion-to-make-account-clickable-to-fetch-contacts-in-lightning-component-in-salesforce/#post-68876</link>
				<pubDate>Sat, 08 Feb 2020 04:01:50 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-apply-lightningaccordion-to-make-account-clickable-to-fetch-contacts-in-lightning-component-in-salesforce/#post-68876"><span class="bb-reply-lable">Reply to</span> How to apply &lt;lightning:accordion&gt;  to make account clickable to fetch contacts in Lightning Component in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Apex Class:</p>
<pre>public class AcctController {
    @AuraEnabled
    public static List&lt;Account&gt; getAccnt(){
        List&lt;Account&gt; categeroy = [Select  Name,Industry,Phone from Account];
        return categeroy;
    } 
    }</pre>
<p>Lightning Component:</p>
<pre>&lt;aura:component controller="AcctController "&gt;
    &lt;aura:attribute name="acctList" type="Account[]"&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-100913"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-apply-lightningaccordion-to-make-account-clickable-to-fetch-contacts-in-lightning-component-in-salesforce/#post-68876" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b979da3da9be125ab59689014f9649c4</guid>
				<title>Rabn replied to the discussion What is the use of scheduler class in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-scheduler-class-in-salesforce/#post-68875</link>
				<pubDate>Sat, 08 Feb 2020 03:50:53 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-the-use-of-scheduler-class-in-salesforce/#post-68875"><span class="bb-reply-lable">Reply to</span> What is the use of scheduler class in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Scheduler class is basically an apex class or a batch class which you want to run it at certain point of time.</p>
<p>Suppose you want to send an mass email to all your contacts on the end of every month. In that case you can schedule a class which will automatically send the emails on every month end.</p>
<p>For scheduling an apex class, you can do&hellip;<span class="activity-read-more" id="activity-read-more-100912"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-scheduler-class-in-salesforce/#post-68875" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bf1cd1ce51c84879649c026ea85840a3</guid>
				<title>Rabn replied to the discussion How to use Find function in formula field in salesforce in Salesforce ? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-use-find-function-in-formula-field-in-salesforce-in-salesforce/#post-68874</link>
				<pubDate>Sat, 08 Feb 2020 03:47:27 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-use-find-function-in-formula-field-in-salesforce-in-salesforce/#post-68874"><span class="bb-reply-lable">Reply to</span> How to use Find function in formula field in salesforce in Salesforce ?</a></p> <div class="bb-content-inr-wrap"><p>FIND() will return the position of the start of the string you are looking for.</p>
<p>FIND(&#8216;#&#8217;, Name) &#8211;  returns the character position of the first # in the Name field</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1e12046a14d414497c919b22d5c13cf5</guid>
				<title>Rabn replied to the discussion How can we call a batch class from trigger in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-call-a-batch-class-from-trigger-in-salesforce/#post-68758</link>
				<pubDate>Thu, 06 Feb 2020 23:18:26 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-call-a-batch-class-from-trigger-in-salesforce/#post-68758"><span class="bb-reply-lable">Reply to</span> How can we call a batch class from trigger in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Below link will help you in calling a batch class from a trigger.</p>
<p>&nbsp;</p>
<p><a target='_blank' href="https://developer.salesforce.com/forums/?id=906F0000000DBkFIAW" rel="nofollow">https://developer.salesforce.com/forums/?id=906F0000000DBkFIAW</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0d86af8b68991a74c96d1ea57017a56e</guid>
				<title>Rabn replied to the discussion In how many ways a field can be made required in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/in-how-many-ways-a-field-can-be-made-required-in-salesforce/#post-68749</link>
				<pubDate>Thu, 06 Feb 2020 15:15:14 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/in-how-many-ways-a-field-can-be-made-required-in-salesforce/#post-68749"><span class="bb-reply-lable">Reply to</span> In how many ways a field can be made required in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>A field can be made required in Different ways.</p>
<p>&nbsp;</p>
<ul>
<li>While creating a field , you can make it required</li>
<li>From the Page Layout you can make it required.</li>
<li>Validation rule can help you in making the field as required.</li>
<li>Also in code, you can make the field mandatory</li>
</ul>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">126c786c95c3f2511e3ba15243b836e5</guid>
				<title>Rabn started the discussion Is there a way to retrieve all the salesforce id in an Account hierarchy in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-there-a-way-to-retrieve-all-the-salesforce-id-in-an-account-hierarchy/</link>
				<pubDate>Thu, 06 Feb 2020 15:12:58 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/is-there-a-way-to-retrieve-all-the-salesforce-id-in-an-account-hierarchy/">Is there a way to retrieve all the salesforce id in an Account hierarchy</a></p> <div class="bb-content-inr-wrap"><p>I wanted a utility class which will give me a list of all salesforce id&#8217;s in an Account Hierarchy.</p>
<p>I have an hierarchy of something like below and the hierarchy can span upto many levels in Account.</p>
<p>&nbsp;</p>
<p>Capital World Investors (DEMO) – Ultimate PArent</p>
<p>Capital Research Global Investors (DEMO) – Parent</p>
<p>Fidelity Management &amp; Research (DEMO) –&hellip;<span class="activity-read-more" id="activity-read-more-100834"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/is-there-a-way-to-retrieve-all-the-salesforce-id-in-an-account-hierarchy/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c415b7df41f516d97b86e69eb78952b4</guid>
				<title>Rabn became a registered member</title>
				<link>http://52.205.218.194/activity/p/100830/</link>
				<pubDate>Thu, 06 Feb 2020 14:56:10 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</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 16:09:23 by W3 Total Cache
-->