<?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 | Aman | Activity</title>
	<link>http://52.205.218.194/amanjain/activity/</link>
	<atom:link href="http://52.205.218.194/amanjain/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Aman.</description>
	<lastBuildDate>Mon, 04 May 2026 10:10:30 +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">151acd5db3c183144ca0896276fb5461</guid>
				<title>Aman replied to the discussion What are Junction Objects in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-junction-objects-in-salesforce/#post-41054</link>
				<pubDate>Sat, 29 Sep 2018 19:22:30 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-are-junction-objects-in-salesforce/#post-41054"><span class="bb-reply-lable">Reply to</span> What are Junction Objects in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Junction Object is a custom object with two master-detail relationships. Using a custom junction object, you can model a “many-to-many” relationship between two objects. For example, you create a custom object called “Bug” that relates to the standard case object such that a bug could be related to multiple cases and a case could also&hellip;<span class="activity-read-more" id="activity-read-more-82566"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-are-junction-objects-in-salesforce/#post-41054" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fabe915cd966b0d96b3dc11969fb8b9a</guid>
				<title>Aman replied to the discussion Is it possible to delete Junction Object in Salesforce Master-Detail Relationship? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-it-possible-to-delete-junction-object-in-case-of-master-detail-relationship/#post-41053</link>
				<pubDate>Sat, 29 Sep 2018 19:21:52 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/is-it-possible-to-delete-junction-object-in-salesforce-master-detail-relationship/#post-41053"><span class="bb-reply-lable">Reply to</span> Is it possible to delete Junction Object in Salesforce Master-Detail Relationship?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>If the parent objects don’t have Roll up Summary fields for the child object then we can delete.<br />
To delete a child object it should not be referred in Apex Classes and Apex Triggers.<br />
Later if we undelete the object, Master detail fields on the junction objects will be converted to look up Fields.<br />
Note:<br />
If we delete only Master – Detail&hellip;<span class="activity-read-more" id="activity-read-more-82565"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/is-it-possible-to-delete-junction-object-in-case-of-master-detail-relationship/#post-41053" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">10f6bb7cb34a471f142a9acde96fe3c2</guid>
				<title>Aman replied to the discussion What purpose does Junction objects serve in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-purpose-does-junction-objects-serve-in-salesforce/#post-41052</link>
				<pubDate>Sat, 29 Sep 2018 19:21:16 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-purpose-does-junction-objects-serve-in-salesforce/#post-41052"><span class="bb-reply-lable">Reply to</span> What purpose does Junction objects serve in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Junction Object is a custom object with two master-detail relationships. Using a custom junction object, you can model a “many-to-many” relationship between two objects. For example, you create a custom object called “Bug” that relates to the standard case object such that a bug could be related to multiple cases and a case could also&hellip;<span class="activity-read-more" id="activity-read-more-82564"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-purpose-does-junction-objects-serve-in-salesforce/#post-41052" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">282a54c9e3217eeedcdaa935f5eefe37</guid>
				<title>Aman replied to the discussion Explain use of Junction Object in Salesforce. in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/explain-use-of-junction-object-in-salesforce/#post-41051</link>
				<pubDate>Sat, 29 Sep 2018 19:20:57 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/explain-use-of-junction-object-in-salesforce/#post-41051"><span class="bb-reply-lable">Reply to</span> Explain use of Junction Object in Salesforce.</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Junction objects are used to create many to many relationships between objects. If you take the Recruiting application example, you can see that a Position can be linked to many Candidates, and a Candidate can apply for different Positions. To create this data model you need a third object “Job Application” that links the 2.</p>
<p>So you’d&hellip;<span class="activity-read-more" id="activity-read-more-82563"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/explain-use-of-junction-object-in-salesforce/#post-41051" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c87d273d4276d39161c0509ef282879a</guid>
				<title>Aman replied to the discussion What is the use of Junction Object in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-junction-object-in-salesforce/#post-41050</link>
				<pubDate>Sat, 29 Sep 2018 19:20:29 +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-junction-object-in-salesforce/#post-41050"><span class="bb-reply-lable">Reply to</span> What is the use of Junction Object in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Junction Object is a custom object with two master-detail relationships. Using a custom junction object, you can model a “many-to-many” relationship between two objects. For example, you create a custom object called “Bug” that relates to the standard case object such that a bug could be related to multiple cases and a case could also&hellip;<span class="activity-read-more" id="activity-read-more-82562"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-junction-object-in-salesforce/#post-41050" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4728cdaee1c6479f0552377c970fcd11</guid>
				<title>Aman replied to the discussion Can we create Master Detail Relationship on existing records in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-create-master-detail-relationship-on-existing-records-3/#post-41046</link>
				<pubDate>Sat, 29 Sep 2018 19:14:13 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/can-we-create-master-detail-relationship-on-existing-records-in-salesforce-2/#post-41046"><span class="bb-reply-lable">Reply to</span> Can we create Master Detail Relationship on existing records in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>You need to create a lookup field then fill this field with some parent value, then convert its type to master detail.</p>
<p>Hope this helps.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b0589399c5c6b321095fc0ee598ce0aa</guid>
				<title>Aman replied to the discussion Can we create many to many relationship using lookup field in Salesforce Junction Object? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-create-many-to-many-relationship-using-lookup-field-in-junction-object/#post-41042</link>
				<pubDate>Sat, 29 Sep 2018 19:10:52 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/can-we-create-many-to-many-relationship-using-lookup-field-in-salesforce-junction-object/#post-41042"><span class="bb-reply-lable">Reply to</span> Can we create many to many relationship using lookup field in Salesforce Junction Object?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Creating Many to Many relationship in salesforce is little tricky. You cannot create this type of relationship directly. Follow below steps to create this type of relationship.<br />
Create both objects which should be interlinked.<br />
Create one custom object (also called as junction object), which should have auto number as unique identification&hellip;<span class="activity-read-more" id="activity-read-more-82554"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/can-we-create-many-to-many-relationship-using-lookup-field-in-junction-object/#post-41042" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cbf7a97f94094498847ef72b4c18f1ec</guid>
				<title>Aman replied to the discussion How to create many to many relationships between two Salesforce Objects? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-create-many-to-many-relationships-between-two-salesforce-objects/#post-41041</link>
				<pubDate>Sat, 29 Sep 2018 19:09:36 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-create-many-to-many-relationships-between-two-salesforce-objects/#post-41041"><span class="bb-reply-lable">Reply to</span> How to create many to many relationships between two Salesforce Objects?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Creating Many to Many relationship in salesforce is little tricky. You cannot create this type of relationship directly. Follow below steps to create this type of relationship.<br />
Create both objects which should be interlinked.<br />
Create one custom object (also called as junction object), which should have auto number as unique identification&hellip;<span class="activity-read-more" id="activity-read-more-82553"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-create-many-to-many-relationships-between-two-salesforce-objects/#post-41041" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dbce14944448d7fdc1f3cf480c2e6930</guid>
				<title>Aman replied to the discussion What happens to detail record when master record is deleted in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-happens-to-detail-record-when-master-record-is-deleted-3/#post-41034</link>
				<pubDate>Sat, 29 Sep 2018 18:49:11 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-happens-to-detail-record-when-master-record-is-deleted-in-salesforce/#post-41034"><span class="bb-reply-lable">Reply to</span> What happens to detail record when master record is deleted in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>A master-detail relationship is a stricter relationship, where the children (detail records) are tied to the parent (master). They can’t be moved to another master (yet – this is coming soon) and deleting the master will delete all of it’s children.</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">16d1c458bc07ad97361b208e4879455d</guid>
				<title>Aman replied to the discussion What happens to child record when master record is deleted in Salesforce Lookup Relationship? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-happens-to-child-record-when-a-master-record-is-deleted-in-look-up-relationship-3/#post-41031</link>
				<pubDate>Sat, 29 Sep 2018 18:46:48 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-happens-to-child-record-when-master-record-is-deleted-in-salesforce-lookup-relationship/#post-41031"><span class="bb-reply-lable">Reply to</span> What happens to child record when master record is deleted in Salesforce Lookup Relationship?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>In a Master-Detail relationship, when a master record is deleted, the detail record is deleted automatically (Cascade delete).</p>
<p>In a Lookup relationship, even if the parent record is deleted, the child record will not be deleted.</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a8cb0800436670062ef46de74b5f7877</guid>
				<title>Aman replied to the discussion Can we create field in custom object containing some records with master detail relationship in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/100-a-custom-object-contains-some-records-now-my-requirement-is-to-create-field-in-this-object-wit-2/#post-41029</link>
				<pubDate>Sat, 29 Sep 2018 18:44:41 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/can-we-create-field-in-custom-object-containing-some-records-with-master-detail-relationship-in-salesforce/#post-41029"><span class="bb-reply-lable">Reply to</span> Can we create field in custom object containing some records with master detail relationship in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi</p>
<p>Read these steps:</p>
<p>To create the master-detail relationship field to relate custom object with the account  objectFrom Setup, enter Objects in the Quick Find box, then select custom object<br />
Click Review.<br />
In the Custom Fields &amp; Relationships related list, click New.<br />
Select Master-Detail Relationship, and click Next.<br />
In the Related To drop-down&hellip;<span class="activity-read-more" id="activity-read-more-82541"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/100-a-custom-object-contains-some-records-now-my-requirement-is-to-create-field-in-this-object-wit-2/#post-41029" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">72b3d99e15c9ee51a0a6ed32afd4c13d</guid>
				<title>Aman replied to the discussion Which permission is required to set the running user other than you in the Salesforce dashboard? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/which-permission-is-required-to-set-the-running-user-other-than-you-in-the-dashboard/#post-41025</link>
				<pubDate>Sat, 29 Sep 2018 18:39:24 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/which-permission-is-required-to-set-the-running-user-other-than-you-in-the-salesforce-dashboard/#post-41025"><span class="bb-reply-lable">Reply to</span> Which permission is required to set the running user other than you in the Salesforce dashboard?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>You must enable “view all data” to specific in User this permission Is Required To Set The Running User Other Than You In Dashboard</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">726710e81011d57baa87922bc46e337f</guid>
				<title>Aman replied to the discussion What are Standard Reports in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/103-what-are-standard-reports-2/#post-41019</link>
				<pubDate>Sat, 29 Sep 2018 18:31:47 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-are-standard-reports-in-salesforce/#post-41019"><span class="bb-reply-lable">Reply to</span> What are Standard Reports in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Standard reports and report folders. When you start using Salesforce, by default,Salesforce comes with a lot of standard reports for different purposes. They are stored and categorized by the object name and purpose, such as, Account and Contact Reports, Opportunity Reports, and so on.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a92644495338caa110ecd1f843865819</guid>
				<title>Aman replied to the discussion Explain Standard and Custom Reports in Salesforce in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/standard-and-custom-reports-in-salesforce/#post-41017</link>
				<pubDate>Sat, 29 Sep 2018 18:30:10 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/explain-standard-and-custom-reports-in-salesforce/#post-41017"><span class="bb-reply-lable">Reply to</span> Explain Standard and Custom Reports in Salesforce</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p><strong>Standard reports</strong> in salesforce are those provided by salesforce.com. These type of reports can not be deleted and used primarily for creating custom reports.</p>
<p><strong>Custom report</strong> is a specialized report of your transactions for a time period that you specify. For example, you can design a report that lists all transactions over a 3-day period for&hellip;<span class="activity-read-more" id="activity-read-more-82529"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/standard-and-custom-reports-in-salesforce/#post-41017" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7274b1d8fca17863c8c719190209c63c</guid>
				<title>Aman replied to the discussion What is a Summary Report in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-a-summary-report-3/#post-41011</link>
				<pubDate>Sat, 29 Sep 2018 18:20:53 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-a-summary-report-in-salesforce/#post-41011"><span class="bb-reply-lable">Reply to</span> What is a Summary Report in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Summary reports are similar to tabular reports, but also allow users to group rows of data, view subtotals, and create charts. They can be used as the source report for dashboard components. Use this type for a report to show subtotals based on the value of a particular field or when you want to create a hierarchical list, such as&hellip;<span class="activity-read-more" id="activity-read-more-82523"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-a-summary-report-3/#post-41011" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">40e9c67d1894bb19db6b72b61cf6d2c3</guid>
				<title>Aman replied to the discussion What are the Available formats for report in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-the-available-formats-for-report-in-salesforce/#post-41010</link>
				<pubDate>Sat, 29 Sep 2018 18:20:12 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-are-the-available-formats-for-report-in-salesforce/#post-41010"><span class="bb-reply-lable">Reply to</span> What are the Available formats for report in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>There are four types of reports you can create in Salesforce, Tabular, Summary,Matrix and Joined Reports. Each are best suited for showing different types of data depending on what you want out of a report.</p>
<p>Tabular – The images that I have shown you in this post have all been from a tabular report. This is the simplest of reports and is&hellip;<span class="activity-read-more" id="activity-read-more-82522"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-are-the-available-formats-for-report-in-salesforce/#post-41010" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ab6b86a06f8ff3da14bd175d0eb491f7</guid>
				<title>Aman replied to the discussion What are the different types of reports available in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-the-different-types-of-reports-available-in-salesforce/#post-41008</link>
				<pubDate>Sat, 29 Sep 2018 18:19:28 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-are-the-different-types-of-reports-available-in-salesforce/#post-41008"><span class="bb-reply-lable">Reply to</span> What are the different types of reports available in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>There are four types of reports you can create in Salesforce, Tabular, Summary,Matrix and Joined Reports. Each are best suited for showing different types of data depending on what you want out of a report.</p>
<p>Tabular – The images that I have shown you in this post have all been from a tabular report. This is the simplest of reports and is&hellip;<span class="activity-read-more" id="activity-read-more-82520"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-are-the-different-types-of-reports-available-in-salesforce/#post-41008" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fb89583b437258689f5e925b276fff88</guid>
				<title>Aman replied to the discussion what is matrix type in a tabular Salesforce Report Format? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-matrix-type-in-a-tabular-salesforce-report-format/#post-41007</link>
				<pubDate>Sat, 29 Sep 2018 18:17:33 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-matrix-type-in-a-tabular-salesforce-report-format/#post-41007"><span class="bb-reply-lable">Reply to</span> what is matrix type in a tabular Salesforce Report Format?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Salesforce Matrix report is similar to Summary reports and is the most complex Salesforce report format where records data is summarized in a grid format. Matrix reports allow records to summarize data by both columns and rows. Salesforce Matrix report is used to compare related tools</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2c39a15d5fd37854e88c4e9225533144</guid>
				<title>Aman replied to the discussion What are Custom Report Types in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-custom-report-types-2/#post-41001</link>
				<pubDate>Sat, 29 Sep 2018 18:09:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-are-custom-report-types-in-salesforce/#post-41001"><span class="bb-reply-lable">Reply to</span> What are Custom Report Types in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi</p>
<p>Custom Report Types are a fantastically easy way to create complex, dynamic reports that go beyond standard Salesforce reports.. A report type can be looked at as a template or framework that tells Salesforce which objects/relationships to look at and which fields to grab. By default, you get given various standard reports that&hellip;<span class="activity-read-more" id="activity-read-more-82513"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-are-custom-report-types-2/#post-41001" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cdacb5822dc45dcaccfcfd2a83ff8d24</guid>
				<title>Aman replied to the discussion What Are Bucket Fields in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-bucket-fields/#post-40996</link>
				<pubDate>Sat, 29 Sep 2018 18:04:29 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-are-bucket-fields-in-salesforce/#post-40996"><span class="bb-reply-lable">Reply to</span> What Are Bucket Fields in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>In salesforce reports, bucket fields are used to categorize reports records . When we use bucket field in reports there is no need of creating formula or a custom field.</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2f9f970e62ac6e243a5d1d8e6e20d07c</guid>
				<title>Aman replied to the discussion Can dynamic dashboards be scheduled in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-schedule-dynamic-dashboards-3/#post-40978</link>
				<pubDate>Sat, 29 Sep 2018 17:45:09 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/can-dynamic-dashboards-be-scheduled-in-salesforce/#post-40978"><span class="bb-reply-lable">Reply to</span> Can dynamic dashboards be scheduled in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi ,</p>
<p>In Enterprise Edition, Unlimited Edition, and Performance Edition, you can schedule dashboards to refresh daily, weekly, or monthly.You can do this:</p>
<p>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;script type=”text/javascript”&gt;<br />
var run;<br />
function refresh()<br />
{<br />
var dashboardButton = document.getElementById(‘db_ref_btn’);<br />
if (dashboardButton == null)<br />
{<br />
alert(‘Please add&hellip;<span class="activity-read-more" id="activity-read-more-82488"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/can-we-schedule-dynamic-dashboards-3/#post-40978" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c6c30c05ec016f894210647c2b2b2c73</guid>
				<title>Aman replied to the discussion Which type of report can be used for dashboard components in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/119-which-type-of-report-can-be-used-for-dashboard-components-2/#post-40973</link>
				<pubDate>Sat, 29 Sep 2018 17:28:19 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/which-type-of-report-can-be-used-for-dashboard-components-in-salesforce/#post-40973"><span class="bb-reply-lable">Reply to</span> Which type of report can be used for dashboard components in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Dashboard supports Summary and Matrix report types and dashboard supports tabular also but only if rows are limited (maximum 10).</p>
<p><strong>Tabular</strong>: Tabular reports are the simplest and fastest way to look at data. Similar to a spreadsheet, they consist simply of an ordered set of fields in columns, with each matching record listed in a row.&hellip;<span class="activity-read-more" id="activity-read-more-89288"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/119-which-type-of-report-can-be-used-for-dashboard-components-2/#post-40973" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">291df2de8165ec1af3cf1bbe87325807</guid>
				<title>Aman replied to the discussion Which type of report can be used for dashboard components in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/119-which-type-of-report-can-be-used-for-dashboard-components-2/#post-40973</link>
				<pubDate>Sat, 29 Sep 2018 17:28:19 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/which-type-of-report-can-be-used-for-dashboard-components-in-salesforce/#post-40973"><span class="bb-reply-lable">Reply to</span> Which type of report can be used for dashboard components in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>DashBoard support Summary and Matrix report type and dash board support tabular also but tabular report if  rows are limited (maximum 10).</p>
<p><strong>Tabular</strong>: Tabular reports are the simplest and fastest way to look at data. Similar to a spreadsheet, they consist simply of an ordered set of fields in columns, with each matching record listed in a&hellip;<span class="activity-read-more" id="activity-read-more-87076"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/119-which-type-of-report-can-be-used-for-dashboard-components-2/#post-40973" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">065dce5b69a1ede0c95fdf480fdabd15</guid>
				<title>Aman replied to the discussion Which type of report can be used for dashboard components in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/119-which-type-of-report-can-be-used-for-dashboard-components-2/#post-40973</link>
				<pubDate>Sat, 29 Sep 2018 17:28:19 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/which-type-of-report-can-be-used-for-dashboard-components-in-salesforce/#post-40973"><span class="bb-reply-lable">Reply to</span> Which type of report can be used for dashboard components in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Hi,</p>
<p>DashBoard support Summary and Matrix report type and dash board support tabular also but tabular report if  rows are limited (maximum 10).</p>
<p>Tabular Tabular reports are the simplest and fastest way to look at data. Similar to a spreadsheet, they consist simply of an ordered set of fields in columns, with each matching record listed in a&hellip;<span class="activity-read-more" id="activity-read-more-82483"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/119-which-type-of-report-can-be-used-for-dashboard-components-2/#post-40973" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5af16ed05fcad3528f30075e86d9296c</guid>
				<title>Aman replied to the discussion How to enable “floating report header” in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/122-how-to-enable-floating-report-header-2/#post-40970</link>
				<pubDate>Sat, 29 Sep 2018 17:20:28 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-enable-floating-report-header-in-salesforce/#post-40970"><span class="bb-reply-lable">Reply to</span> How to enable “floating report header” in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Floating header feature is available in Developer, Performance, Enterprise, Professional, Contact Manager, Group and Unlimited except Database.com editions.</p>
<p>To enable this feature follow the path:</p>
<p>Click on Name | Setup | App Setup | Customize | Reports &amp; Dashboards | User Interface.<br />
Select “Enable Floating Report Headers” check-box.<br />
Click&hellip;<span class="activity-read-more" id="activity-read-more-89293"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/122-how-to-enable-floating-report-header-2/#post-40970" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4aaa68f2ce36628011be8f0b95e1a481</guid>
				<title>Aman replied to the discussion How to enable “floating report header” in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/122-how-to-enable-floating-report-header-2/#post-40970</link>
				<pubDate>Sat, 29 Sep 2018 17:20:28 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-enable-floating-report-header-in-salesforce/#post-40970"><span class="bb-reply-lable">Reply to</span> How to enable “floating report header” in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Floating header feature is available in Developer, Performance, Enterprise, Professional, Contact Manager, Group and Unlimited except Database.com editions.</p>
<p>To enable this feature follow the path:</p>
<p>Click on Name | Setup | App Setup | Customize | Reports &amp; Dashboards | User Interface.<br />
Select “Enable Floating Report Headers”&hellip;<span class="activity-read-more" id="activity-read-more-89292"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/122-how-to-enable-floating-report-header-2/#post-40970" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e9d1f359df4cfef5d3fc49bd09254349</guid>
				<title>Aman replied to the discussion How to enable “floating report header” in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/122-how-to-enable-floating-report-header-2/#post-40970</link>
				<pubDate>Sat, 29 Sep 2018 17:20:28 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-enable-floating-report-header-in-salesforce/#post-40970"><span class="bb-reply-lable">Reply to</span> How to enable “floating report header” in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Floating header feature is available in Developer, Performance, Enterprise, Professional, Contact Manager, Group and Unlimited except Database.com editions.</p>
<p>To enable this feature follow the path:</p>
<p>Click on Name | Setup | App Setup | Customize | Reports &amp; Dashboards | User Interface.<br />
Select “Enable Floating Report Headers”&hellip;<span class="activity-read-more" id="activity-read-more-82480"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/122-how-to-enable-floating-report-header-2/#post-40970" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ce83bd9062a97836dfbeba0c72a52d48</guid>
				<title>Aman replied to the discussion When you can’t add Time Dependent Action in Workflow Rule in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/134-when-you-cant-add-time-dependent-action-in-workflow-rule-2/#post-40964</link>
				<pubDate>Sat, 29 Sep 2018 17:07:37 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/when-you-cant-add-time-dependent-action-in-workflow-rule-in-salesforce/#post-40964"><span class="bb-reply-lable">Reply to</span> When you can’t add Time Dependent Action in Workflow Rule in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Limitations<br />
Time triggers don’t support minutes or seconds.<br />
Time triggers can’t reference the following:DATE or DATETIME fields containing automatically derived functions, such as TODAY or NOW.<br />
Formula fields that include related-object merge fields.<br />
Salesforce limits the number of time triggers an organization can execute per hour. If an&hellip;<span class="activity-read-more" id="activity-read-more-82474"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/134-when-you-cant-add-time-dependent-action-in-workflow-rule-2/#post-40964" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">28812d9edb3c83ceb7596a6102b20390</guid>
				<title>Aman replied to the discussion What are the limitations of Time-dependent workflow in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-the-limitations-of-time-dependent-workflow-in-salesforce/#post-40963</link>
				<pubDate>Sat, 29 Sep 2018 17:06:02 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-are-the-limitations-of-time-dependent-workflow-in-salesforce/#post-40963"><span class="bb-reply-lable">Reply to</span> What are the limitations of Time-dependent workflow in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>When defining time dependent workflows in salesforce we have to use standard and custom date and date/time fields defined for the object.</p>
<p>We have to specify time using days and hours.<br />
Also add actions to existing time triggers.</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">209ac4922bf83c06cdb819ebe8628f3f</guid>
				<title>Aman replied to the discussion Limitations of Salesforce Time-dependent workflow? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/132-limitations-of-time-dependent-workflow-2/#post-40962</link>
				<pubDate>Sat, 29 Sep 2018 17:05:09 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/limitations-of-salesforce-time-dependent-workflow/#post-40962"><span class="bb-reply-lable">Reply to</span> Limitations of Salesforce Time-dependent workflow?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>The limitations of Time-dependent workflow in Salesforce:</p>
<p>Time triggers don’t support minutes or seconds.<br />
Time triggers can’t reference the following:<br />
DATE or DATETIME fields containing automatically derived functions, such as TODAY or NOW.<br />
Formula fields that include related-object merge fields.<br />
You can’t add or remove time triggers&hellip;<span class="activity-read-more" id="activity-read-more-82472"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/132-limitations-of-time-dependent-workflow-2/#post-40962" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1eb21bf23b62866c3ae832703a2d0cd1</guid>
				<title>Aman replied to the discussion What is Time-Dependent Workflow in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/130-what-is-time-dependent-workflow-2/#post-40961</link>
				<pubDate>Sat, 29 Sep 2018 17:03:42 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-time-dependent-workflow-in-salesforce/#post-40961"><span class="bb-reply-lable">Reply to</span> What is Time-Dependent Workflow in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Time-dependent actions remain in the Workflow Queue until processed or the rule criteria for the Workflow Rule are evaluated as "false." If a record no longer matches the rule criteria when the rule is evaluated, Salesforce removes the time-dependent actions queued for that record.</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">186038313e0d6d9ecb8a3f31b79a4051</guid>
				<title>Aman replied to the discussion What happens to time based action placed in Queue if it does not the Salesforce Workflow Criteria? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/139-suppose-if-a-record-meets-workflow-criteria-for-time-based-workflow-action-the-action-goes-in-q-2/#post-40958</link>
				<pubDate>Sat, 29 Sep 2018 17:00:24 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-happens-to-time-based-action-placed-in-queue-if-it-does-not-the-salesforce-workflow-criteria/#post-40958"><span class="bb-reply-lable">Reply to</span> What happens to time based action placed in Queue if it does not the Salesforce Workflow Criteria?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Time-dependent actions remain in the Workflow Queue until processed or the rule criteria for the Workflow Rule are evaluated as "false." If a record no longer matches the rule criteria when the rule is evaluated, Salesforce removes the time-dependent actions queued for that record.</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">88a588a5e33f941e83e1580c156ee31d</guid>
				<title>Aman replied to the discussion What is the difference between Count() And Count(fieldname) In Salesforce SOQL? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-difference-between-count-and-countfieldname-in-soql/#post-40955</link>
				<pubDate>Sat, 29 Sep 2018 16:52:13 +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-count-and-count-fieldname-in-salesforce-soql/#post-40955"><span class="bb-reply-lable">Reply to</span> What is the difference between Count() And Count(fieldname) In Salesforce SOQL?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>COUNT() is an older SOQL function that was available prior to other aggregate functions. It returns an integer. If you use COUNT(fieldName) the result of the query will be a List instead.</p>
<p>COUNT() is equivalent to COUNT(*) in SQL. It return the total row count. COUNT(fieldName) only counts the number of non-null records. If you want to&hellip;<span class="activity-read-more" id="activity-read-more-82465"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-the-difference-between-count-and-countfieldname-in-soql/#post-40955" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">32cf091c15cca5024e432b1589f0e737</guid>
				<title>Aman replied to the discussion How to round the Double to two decimal places In Salesforce Apex? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-round-the-double-to-two-decimal-places-in-apex/#post-40954</link>
				<pubDate>Sat, 29 Sep 2018 16:50:35 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-round-the-double-to-two-decimal-places-in-salesforce-apex/#post-40954"><span class="bb-reply-lable">Reply to</span> How to round the Double to two decimal places In Salesforce Apex?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Please Use the below snippet of code :</p>
<p>Decimal parentlistPrice = 9995.00</p>
<p>Decimal svcPercent = .17</p>
<p>Decimal discount = .88</p>
<p>//oli.quantity = 2.0</p>
<p>oli.TotalPrice = (((parentListPrice * svcPercent) * discount) * oli.Quantity).setScale(2);</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2a945f6d13e9a10b67bd038ed28b4096</guid>
				<title>Aman replied to the discussion Other than SOQL and SOSL, what Is the way to get custom settings in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/other-than-soql-and-sosl-what-is-the-way-to-get-custom-settings/#post-40953</link>
				<pubDate>Sat, 29 Sep 2018 16:49:47 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/other-than-soql-and-sosl-what-is-the-way-to-get-custom-settings-in-salesforce/#post-40953"><span class="bb-reply-lable">Reply to</span> Other than SOQL and SOSL, what Is the way to get custom settings in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>With the help of below mentioned code we can get custom settings:</p>
<p>If there is custom setting of name Custom_Setting, Custom_Setting_c code = Custom_Setting_c.getInstance(‘Record’);</p>
<p>//To return a map of data sets defined for the custom object (all records in the custom object), //you would use: Map&lt;String,Custom_Setting_c&gt; mapCodes =&hellip;<span class="activity-read-more" id="activity-read-more-82463"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/other-than-soql-and-sosl-what-is-the-way-to-get-custom-settings/#post-40953" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8ea02fe0df4a3cd393fb74d82bac51f1</guid>
				<title>Aman replied to the discussion How to get all the fields of Sobject using Dynamic Salesforce Apex? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-get-all-the-fields-of-sobject-using-dynamic-apex/#post-40952</link>
				<pubDate>Sat, 29 Sep 2018 16:48:49 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-get-all-the-fields-of-sobject-using-dynamic-salesforce-apex/#post-40952"><span class="bb-reply-lable">Reply to</span> How to get all the fields of Sobject using Dynamic Salesforce Apex?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Below is a snippet of code that you can use :</p>
<p>Account account = [select Id, AnnualRevenue, Website from Account limit 1];</p>
<p>Map&lt;String, Schema.SObjectField&gt; schemaFieldMap = Schema.SObjectType.Account.fields.getMap();</p>
<p>Map&lt;String, Object&gt; queriedFieldValues = new Map&lt;String, Object&gt;();</p>
<p>for (String fieldName: schemaFieldMap.keySet())&hellip;<span class="activity-read-more" id="activity-read-more-82462"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-get-all-the-fields-of-sobject-using-dynamic-apex/#post-40952" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f2621e3206ec3781b1954989f722f703</guid>
				<title>Aman replied to the discussion What Are The Three Types Of Bindings Used In Salesforce VisualForce? What Does Each Refer To? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-the-three-types-of-bindings-used-in-visual-force-what-does-each-refer-to/#post-40951</link>
				<pubDate>Sat, 29 Sep 2018 16:47:56 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-are-the-three-types-of-bindings-used-in-salesforce-visualforce-what-does-each-refer-to/#post-40951"><span class="bb-reply-lable">Reply to</span> What Are The Three Types Of Bindings Used In Salesforce VisualForce? What Does Each Refer To?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Given below are the three binding types:</p>
<p>Data binding basically refers to the set of data in the controller.</p>
<p>Action binding usually refers to the action techniques in the controller.</p>
<p>Component binding simple refers to other Visualforce parts</p>
<p>Thanks.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e4cf50a20a01947ee2a9063cfaa809a8</guid>
				<title>Aman replied to the discussion Describe a business process that can be automated using an approval process in Salesforce. in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/describe-a-business-process-that-can-be-automated-using-an-approval-process/#post-40950</link>
				<pubDate>Sat, 29 Sep 2018 16:47:09 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/describe-a-business-process-that-can-be-automated-using-an-approval-process-in-salesforce/#post-40950"><span class="bb-reply-lable">Reply to</span> Describe a business process that can be automated using an approval process in Salesforce.</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Salesforce approval process is an automated process and your organization can use to approve records in Salesforce, An approval process is combination of steps for a record to be approved and person has to approve it each step.A step can apply to all the records to that object or just record that meets the certain criteria. An&hellip;<span class="activity-read-more" id="activity-read-more-82460"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/describe-a-business-process-that-can-be-automated-using-an-approval-process/#post-40950" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d07b7a42ae9fd060010e82b56d1e0f73</guid>
				<title>Aman replied to the discussion Define Javascript Remoting for Salesforce Apex Controllers. in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/javascript-remoting-for-apex-controllers-2/#post-40949</link>
				<pubDate>Sat, 29 Sep 2018 16:46:23 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/define-javascript-remoting-for-salesforce-apex-controllers/#post-40949"><span class="bb-reply-lable">Reply to</span> Define Javascript Remoting for Salesforce Apex Controllers.</a></p> <div class="bb-content-inr-wrap"><p>JavaScript remoting is optimized for use on mobile pages and on pages that use third-party JavaScript libraries. It enables dynamic, interactive pages that feel more responsive than traditional Visualforce pages.</p>
<p>JavaScript remoting is an alternative to standard Visualforce AJAX components and Visualforce Remote Objects. It provides a&hellip;<span class="activity-read-more" id="activity-read-more-82459"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/javascript-remoting-for-apex-controllers-2/#post-40949" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e59aea401f914951e40f3b34b7950d89</guid>
				<title>Aman replied to the discussion Differentiate between Static SOQL and Dynamic SOQL in Salesforce. in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/static-soql-and-dynamic-soql/#post-40946</link>
				<pubDate>Sat, 29 Sep 2018 16:43:59 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/differentiate-between-static-soql-and-dynamic-soql-in-salesforce/#post-40946"><span class="bb-reply-lable">Reply to</span> Differentiate between Static SOQL and Dynamic SOQL in Salesforce.</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Static SOQL is written in ([]) array brackets. Its good to use when you did not have dynamic chnages is SOQL.</p>
<p>Dynamic SOQL refers to the creation of a SOQL string at run time with Apex code. Dynamic SOQL enables you to create more flexible applications. For example, you can create a search based on input from an end user or update&hellip;<span class="activity-read-more" id="activity-read-more-82456"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/static-soql-and-dynamic-soql/#post-40946" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cbb0899e44b49a8f5ebdf471fde3e482</guid>
				<title>Aman replied to the discussion Will Salesforce Visualforce still supports the merge fields usage like S-control? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/s-control-2/#post-40945</link>
				<pubDate>Sat, 29 Sep 2018 16:43:09 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/will-salesforce-visualforce-still-supports-the-merge-fields-usage-like-s-control/#post-40945"><span class="bb-reply-lable">Reply to</span> Will Salesforce Visualforce still supports the merge fields usage like S-control?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>S-controls have been superseded by Visualforce pages. After March 2010 organizations that have never created s-controls, as well as new organizations, won't be allowed to create them. Existing s-controls will remain unaffected, and can still be edited. We recommend that you move your s-controls to Visualforce. We continue to support&hellip;<span class="activity-read-more" id="activity-read-more-82455"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/s-control-2/#post-40945" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b2e15ca067d7d61911bec95cd658cbaa</guid>
				<title>Aman replied to the discussion What is JAX-WS API in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-jax-ws-api-in-salesforce/#post-40942</link>
				<pubDate>Sat, 29 Sep 2018 16:39:31 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-jax-ws-api-in-salesforce/#post-40942"><span class="bb-reply-lable">Reply to</span> What is JAX-WS API in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Salesforce.com is a hosting-based CRM solution for small businesses to large enterprises. It caught my interest last year when one of my clients wanted me to create a solution to sync up their Salesforce.com contacts with their MS Exchange server for all their sales team members in a centralized way, without installing Outlook plugin.&hellip;<span class="activity-read-more" id="activity-read-more-82452"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-jax-ws-api-in-salesforce/#post-40942" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ac68b1440e6737dbdbeb8d6713723097</guid>
				<title>Aman replied to the discussion What are the elements of a SOAP message in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-the-elements-of-a-soap-message-in-salesforce/#post-40940</link>
				<pubDate>Sat, 29 Sep 2018 16:37:22 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-are-the-elements-of-a-soap-message-in-salesforce/#post-40940"><span class="bb-reply-lable">Reply to</span> What are the elements of a SOAP message in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Here's the code to send SOAP message in Salesforce:</p>
<p>Http h = new Http();</p>
<p>HttpRequest req = new HttpRequest();</p>
<p>req.setMethod('POST');</p>
<p>req.setHeader('Accept-Encoding','gzip,deflate');</p>
<p>req.setHeader('Content-Type','text/xml;charset=UTF-8');</p>
<p>req.setHeader('SOAPAction',&hellip;<span class="activity-read-more" id="activity-read-more-82450"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-are-the-elements-of-a-soap-message-in-salesforce/#post-40940" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">65e7180089069ffb2ad74c00dd380a03</guid>
				<title>Aman replied to the discussion What are the primary security issues with web services in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-the-primary-security-issues-with-web-services-in-salesforce/#post-40939</link>
				<pubDate>Sat, 29 Sep 2018 16:35:49 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-are-the-primary-security-issues-with-web-services-in-salesforce/#post-40939"><span class="bb-reply-lable">Reply to</span> What are the primary security issues with web services in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>1. Data creation: You should make sure to use a good random source with enough entropy to generate these tokens.</p>
<p>2. Data at rest on salesforce servers: You should use protected custom settings within a managed package. This allow access to your tokens only from apex code that is within your managed package.</p>
<p>3. Data at rest on your&hellip;<span class="activity-read-more" id="activity-read-more-82449"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-are-the-primary-security-issues-with-web-services-in-salesforce/#post-40939" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b37f14b8d7f8326902f58fb059a4409e</guid>
				<title>Aman replied to the discussion What is the difference between actionFunction, actionSupport, actionRegion in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-difference-between-actionfunction-actionsupport-actionregion/#post-40932</link>
				<pubDate>Sat, 29 Sep 2018 16:19:50 +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-actionfunction-actionsupport-actionregion-in-salesforce/#post-40932"><span class="bb-reply-lable">Reply to</span> What is the difference between actionFunction, actionSupport, actionRegion in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Action function can call the controller method from javascript.</p>
<p>Action support adds AJAX support to another visual force component and then call the controller method.</p>
<p>Action region is one of the most important tags which helps in increasing page performance. So we should try to make maximum use of action region in visual force page.</p>
<p>Thanks</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">37ddf06ac0e2ce0378cee99764ec0ce4</guid>
				<title>Aman started the discussion Will Scheduled actions be deleted from queue if we deactivate the Salesforce Workflow? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/135-we-have-a-time-based-workflow-and-there-is-action-scheduled-to-be-executed-if-we-deactivate-t/</link>
				<pubDate>Sat, 29 Sep 2018 08:08:46 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/will-scheduled-actions-be-deleted-from-queue-if-we-deactivate-the-salesforce-workflow/">Will Scheduled actions be deleted from queue if we deactivate the Salesforce Workflow?</a></p> <div class="bb-content-inr-wrap"><p>135.We have a “Time Based Workflow” and there is Action scheduled to be executed. If we Deactivate the workflow, Scheduled actions will be removed from queue or not?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f472019f2e815371b98cdab4bef1e354</guid>
				<title>Aman started the discussion In how many ways can we share a record in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/65-in-how-many-ways-can-we-share-a-record/</link>
				<pubDate>Sat, 29 Sep 2018 07:39:32 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/in-how-many-ways-can-we-share-a-record-in-salesforce/">In how many ways can we share a record in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>65. In how many ways can we share a record?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3b6882ca196db9eebdbc74cef8cce9a2</guid>
				<title>Aman started the discussion What is permission set in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/52-what-is-permission-set/</link>
				<pubDate>Sat, 29 Sep 2018 07:34:29 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-permission-set-in-salesforce/">What is permission set in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>52. What is permission set?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">581a590e2cb0df8af554731f3d0e437b</guid>
				<title>Aman started the discussion What is a Sharing Rule in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/50-what-is-a-sharing-rule/</link>
				<pubDate>Sat, 29 Sep 2018 07:33:50 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-a-sharing-rule-in-salesforce/">What is a Sharing Rule in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>50. What is a Sharing Rule?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">27e2580403a37cf74767b4a66c0d1270</guid>
				<title>Aman started the discussion Is Lightning Components replacing Visualforce in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-lightning-components-replacing-visualforce-in-salesforce/</link>
				<pubDate>Sun, 23 Sep 2018 23:42:59 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/is-lightning-components-replacing-visualforce-in-salesforce/">Is Lightning Components replacing Visualforce in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Is Lightning Components replacing Visualforce in salesforce?</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-04 15:46:54 by W3 Total Cache
-->