<?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 | Piyush | Activity</title>
	<link>https://www.forcetalks.com/piyushupadhyay2012gmail-com/activity/</link>
	<atom:link href="https://www.forcetalks.com/piyushupadhyay2012gmail-com/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Piyush.</description>
	<lastBuildDate>Wed, 13 May 2026 21:14:24 +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">dc80f02ea4cac505c25a77d42bd9b1d6</guid>
				<title>Piyush posted a new post.</title>
				<link>https://www.forcetalks.com/?p=66764</link>
				<pubDate>Thu, 09 Jan 2020 08:27:24 +0530</pubDate>

									<content:encoded><![CDATA[ <a class="bb-post-img-link" href="https://www.forcetalks.com/how-to-display-a-bar-chart-using-visualforce-and-apex-of-daily-api-request-in-salesforce-org/"><img class="lazy" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20960%20540'%3E%3C/svg%3E" data-src="https://cdn.forcetalks.com/wp-content/uploads/2020/01/FT-Banners-5-10.jpg?x91367" /></a> <div class="bb-content-wrp"><a class="bb-post-title-link" href="https://www.forcetalks.com/how-to-display-a-bar-chart-using-visualforce-and-apex-of-daily-api-request-in-salesforce-org/"><span class="bb-post-title">How to Display a Bar Chart using Visualforce and Apex of Daily API Request in Salesforce Org?</span></a> <p>Introduction Visualforce is a web development framework that enables developers to build sophisticated, custom user interfaces for mobile and desktop apps that can be hosted…</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">777f48b2b46186995d043f14e2bf7ee9</guid>
				<title>Piyush replied to the discussion How to pass records on onclick for apex checkbox to controller in Salesforce vf page? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-pass-records-on-onclick-for-apex-checkbox-to-controller-in-salesforce-vf-page/#post-66423</link>
				<pubDate>Thu, 12 Dec 2019 07:21:56 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-pass-records-on-onclick-for-apex-checkbox-to-controller-in-salesforce-vf-page/#post-66423"><span class="bb-reply-lable">Reply to</span> How to pass records on onclick for apex checkbox to controller in Salesforce vf page?</a></p> <div class="bb-content-inr-wrap"><p>Hi Deepak,</p>
<p>create a variable in your controller</p>
<pre>public String selectedLetterID {get;set;}</pre>
<p>Then set it with the param tag.</p>
<pre>&lt;apex:inputfield value="{!letter.Suppressed__c}" id="suppressBox" onclick="SupressLetter('{!letter.Id}');return false;"/&gt;
&lt;apex:actionFunction name="SupressLetter" action="{!suppressLetter}" rerender="out"&gt;
   &hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-98739"><a href="https://www.forcetalks.com/salesforce-topic/how-to-pass-records-on-onclick-for-apex-checkbox-to-controller-in-salesforce-vf-page/#post-66423" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">98b2c202b8b42d5e8293b8700c613229</guid>
				<title>Piyush replied to the discussion How to create a output fields side by side in Salesforce vf page? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-create-a-output-fields-side-by-side-in-salesforce-vf-page/#post-66420</link>
				<pubDate>Thu, 12 Dec 2019 07:18:31 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-create-a-output-fields-side-by-side-in-salesforce-vf-page/#post-66420"><span class="bb-reply-lable">Reply to</span> How to create a output fields side by side in Salesforce vf page?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Have a look to the following code for create a output fields side by side in Salesforce vf page:-</p>
<p><a target='_blank' href="https://salesforce.stackexchange.com/questions/157996/arranging-fields-side-by-side-in-visualforce-page" rel="nofollow">https://salesforce.stackexchange.com/questions/157996/arranging-fields-side-by-side-in-visualforce-page</a></p>
<p>&nbsp;</p>
<pre>&lt;apex:panelGrid columns="3" style="table-layout: fixed" width="100%"&gt;
    &lt;!-- column 1 --&gt;
    &lt;apex:pageBlockSection&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-98738"><a href="https://www.forcetalks.com/salesforce-topic/how-to-create-a-output-fields-side-by-side-in-salesforce-vf-page/#post-66420" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d41404c8a0f9e649e77124796c78bfe1</guid>
				<title>Piyush replied to the discussion How to show four columns for output field in one page section in the Salesforce vf page? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-show-four-columns-for-output-field-in-the-one-page-section-in-salesforce-vf-page/#post-66417</link>
				<pubDate>Thu, 12 Dec 2019 07:13:48 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-show-four-columns-for-output-field-in-the-one-page-section-in-salesforce-vf-page/#post-66417"><span class="bb-reply-lable">Reply to</span> How to show four columns for output field in one page section in the Salesforce vf page?</a></p> <div class="bb-content-inr-wrap"><p>Hi Deepak,</p>
<p>check the code and take help from this code:-</p>
<p><a target='_blank' href="https://salesforce.stackexchange.com/questions/34385/pageblocksection-with-4-columns" rel="nofollow">https://salesforce.stackexchange.com/questions/34385/pageblocksection-with-4-columns</a></p>
<pre>&lt;apex:page standardController="Account"&gt;
   &lt;apex:form &gt;
        &lt;table width="100%"&gt;
               &lt;tr&gt;
                &lt;td&gt;
                &lt;apex:outputLabel value="Field1"&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-98736"><a href="https://www.forcetalks.com/salesforce-topic/how-to-show-four-columns-for-output-field-in-the-one-page-section-in-salesforce-vf-page/#post-66417" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">caf5b98298459593f99b85dafeeb3c6a</guid>
				<title>Piyush replied to the discussion How to set Debug logs for a community User in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-set-debug-logs-for-a-community-user-in-salesforce/#post-66413</link>
				<pubDate>Thu, 12 Dec 2019 07:11:01 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-set-debug-logs-for-a-community-user-in-salesforce/#post-66413"><span class="bb-reply-lable">Reply to</span> How to set Debug logs for a community User in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Prachi,</p>
<p>Have a look to the following UrL to set Debug logs for a community User in salesforce:-</p>
<p><a target='_blank' href="http://www.infallibletechie.com/2017/09/how-to-set-debug-log-for-community.html" rel="nofollow">http://www.infallibletechie.com/2017/09/how-to-set-debug-log-for-community.html</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2b87ae5e7dae1f07b984a2f1318d1d8f</guid>
				<title>Piyush replied to the discussion How to insert hierarchy custom setting record in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-insert-hierarchy-custom-setting-record-in-salesforce/#post-66397</link>
				<pubDate>Thu, 12 Dec 2019 05:59:12 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-insert-hierarchy-custom-setting-record-in-salesforce/#post-66397"><span class="bb-reply-lable">Reply to</span> How to insert hierarchy custom setting record in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Go to Setup &gt;&gt; Develop &gt;&gt; Custom Settings. Click Manage next to one of the hierarchy type custom settings. Click New at the top of the page to add a new default. Click Save and the error message occurs.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">008312c2b15adbeed1194efe3eb93ae6</guid>
				<title>Piyush replied to the discussion Is there a way to check a debug statement belongs to which class in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-there-a-way-to-check-a-debug-statement-belongs-to-which-class-in-salesforce/#post-66396</link>
				<pubDate>Thu, 12 Dec 2019 05:56:53 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/is-there-a-way-to-check-a-debug-statement-belongs-to-which-class-in-salesforce/#post-66396"><span class="bb-reply-lable">Reply to</span> Is there a way to check a debug statement belongs to which class in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Deepak,</p>
<p>Check the following URL for heck a debug statement belongs to which class in Salesforce:-</p>
<p><a target='_blank' href="https://salesforce.stackexchange.com/questions/287643/is-there-a-way-to-check-a-debug-statement-belongs-to-which-class" rel="nofollow">https://salesforce.stackexchange.com/questions/287643/is-there-a-way-to-check-a-debug-statement-belongs-to-which-class</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1b9f80909b4006dd06e175f7dc95198d</guid>
				<title>Piyush replied to the discussion How to make actions from notifications in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-make-actions-from-notifications/#post-66395</link>
				<pubDate>Thu, 12 Dec 2019 05:54:34 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-make-actions-from-notifications-in-salesforce/#post-66395"><span class="bb-reply-lable">Reply to</span> How to make actions from notifications in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Make sure that the custom notification type you want to call from your process exists. If not, create the notification type. Drag a Core Action element onto the canvas. In the Core Action field, enter Notifications , and select Send Custom Notification.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">257ffb2341582dea2cf4d52da5e44887</guid>
				<title>Piyush started the discussion How many settings changes can you view directly within Setup in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-many-settings-changes-can-you-view-directly-within-setup-in-salesforce/</link>
				<pubDate>Thu, 05 Dec 2019 10:44:54 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-many-settings-changes-can-you-view-directly-within-setup-in-salesforce/">How many settings changes can you view directly within Setup in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>How many settings changes can you view directly within Setup in salesforce?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">77e106e6d59c4f2fa5fb45f0ac373027</guid>
				<title>Piyush started the discussion How many days worth of changes to settings can you download in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-many-days-worth-of-changes-to-settings-can-you-download/</link>
				<pubDate>Thu, 05 Dec 2019 10:43:12 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-many-days-worth-of-changes-to-settings-can-you-download-in-salesforce/">How many days worth of changes to settings can you download in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>How many days worth of changes to settings can you download?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">79e97eabc1bce4115a25fb14ad10d6e5</guid>
				<title>Piyush started the discussion What feature would you use to track changes to settings in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-feature-would-you-use-to-track-changes-to-settings-in-salesforce/</link>
				<pubDate>Thu, 05 Dec 2019 10:42:02 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-feature-would-you-use-to-track-changes-to-settings-in-salesforce/">What feature would you use to track changes to settings in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>What feature would you use to track changes to settings in Salesforce?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7a1e12224e12b302c3d39ac1c3408404</guid>
				<title>Piyush posted a new post.</title>
				<link>https://www.forcetalks.com/?p=65945</link>
				<pubDate>Wed, 04 Dec 2019 11:32:45 +0530</pubDate>

									<content:encoded><![CDATA[ <a class="bb-post-img-link" href="https://www.forcetalks.com/how-to-add-or-delete-dynamic-rows-in-salesforce-using-lightning-web-component/"><img class="lazy" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20960%20540'%3E%3C/svg%3E" data-src="https://cdn.forcetalks.com/wp-content/uploads/2019/12/FT-Banners-5-4.jpg?x91367" /></a> <div class="bb-content-wrp"><a class="bb-post-title-link" href="https://www.forcetalks.com/how-to-add-or-delete-dynamic-rows-in-salesforce-using-lightning-web-component/"><span class="bb-post-title">How to Add or Delete Dynamic Rows in Salesforce using Lightning Web Component</span></a> <p>Introduction: Lightning includes the Lightning Component Framework and some exciting tools for developers. Lightning makes it easier to build responsive applications for any device. Lightning…</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6238359f63af0275dcdcaa9fb3a526ca</guid>
				<title>Piyush started the discussion How will the Visualforce page will stop working on Lightning UI in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/will-visual-force-page-will-stop-working-on-lightning-ui-in-salesforce/</link>
				<pubDate>Wed, 04 Dec 2019 05:26:57 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-will-the-visualforce-page-will-stop-working-on-lightning-ui-in-salesforce/">How will the Visualforce page will stop working on Lightning UI in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Will Visual Force page will stop working on Lightning UI in salesforce?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0c652f4441981e3547c617706d582d9f</guid>
				<title>Piyush started the discussion Can we include external Library into Lightning Component in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-include-external-library-into-lightning-component-in-salesforce/</link>
				<pubDate>Wed, 04 Dec 2019 05:25:53 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/can-we-include-external-library-into-lightning-component-in-salesforce/">Can we include external Library into Lightning Component in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Can we include external Library into Lightning Component in salesforce?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">448265b75017efa2559e67fa4c1537ea</guid>
				<title>Piyush started the discussion When we can not use LDS in Lightning Component in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/when-we-can-not-use-lds-in-lightning-component-in-salesforce/</link>
				<pubDate>Wed, 04 Dec 2019 05:23:30 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/when-we-can-not-use-lds-in-lightning-component-in-salesforce/">When we can not use LDS in Lightning Component in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>When we can not use LDS in Lightning Component in salesforce?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7100613e500b6553c4c4a41b6bd7bebe</guid>
				<title>Piyush replied to the discussion When we should use aura:handler in Salesforce lightning component ? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/when-we-should-use-aurahandler-in-lightning-component/#post-65932</link>
				<pubDate>Wed, 04 Dec 2019 05:19:56 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/when-we-should-use-aura-handler-in-salesforce-lightning-component/#post-65932"><span class="bb-reply-lable">Reply to</span> When we should use aura:handler in Salesforce lightning component ?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>In lightning component &lt;aura:handler&#8230; &gt; is used for handle standard and custom events<br />
we can create our custom lightning event and also use standard events, standard lightning event is automatically fired when related event is fire<br />
standard event like -:<br />
1. aura:valueInit &#8211; :  Indicates that an app or component has been initialized.<br />
This&hellip;<span class="activity-read-more" id="activity-read-more-98466"><a href="https://www.forcetalks.com/salesforce-topic/when-we-should-use-aurahandler-in-lightning-component/#post-65932" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">83b55ec66dcfc4cef2cd87101542c042</guid>
				<title>Piyush replied to the discussion What is the use of aura:waiting in Salesforce lightning? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-aurawaiting-in-lightning/#post-65931</link>
				<pubDate>Wed, 04 Dec 2019 05:17:38 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-aura-waiting-in-salesforce-lightning/#post-65931"><span class="bb-reply-lable">Reply to</span> What is the use of aura:waiting in Salesforce lightning?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>aura:waiting : This event is automatically fired when a server-side (apex) action is added using $A. enqueueAction() , or when it&#8217;s expecting a response from an Apex controller. it&#8217;s always fired before aura:doneWaiting event. aura:waiting event is handled by a client-side (javaScript)controller.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">df57f7f39e449f60cb97ab671e649495</guid>
				<title>Piyush replied to the discussion What is the use of aura:doneWaiting in Salesforce lightning component? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-auradonewaiting-in-lightning-component/#post-65930</link>
				<pubDate>Wed, 04 Dec 2019 05:16:27 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-aura-donewaiting-in-salesforce-lightning-component/#post-65930"><span class="bb-reply-lable">Reply to</span> What is the use of aura:doneWaiting in Salesforce lightning component?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>This event indicates that the app is done waiting for response to a server request. This event is fired after aura:waiting. This event is automatically fired if no more response from the server is expected. This event is also handled by a client-side controller.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f9ad6e7f6d006397e2c9381075c1ba43</guid>
				<title>Piyush replied to the discussion How to create a Community User with a Trigger in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-create-a-community-user-with-a-trigger/#post-65929</link>
				<pubDate>Wed, 04 Dec 2019 05:14:20 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-create-a-community-user-with-a-trigger-in-salesforce/#post-65929"><span class="bb-reply-lable">Reply to</span> How to create a Community User with a Trigger in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Have a look to the below code:-</p>
<pre>trigger UserFromContact on Contact (after insert) {
set&lt;ID&gt; conids = new set&lt;ID&gt;();
    for(Contact c : trigger.new){
        if(c.accountid != Null &amp;&amp; c.recordtype ='Customer_Contact'){
            conids.add(c.id);           
    }  
}
List&lt;contact&gt; conlist = [select id,email,firstName,lastname,accountId&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-98463"><a href="https://www.forcetalks.com/salesforce-topic/how-to-create-a-community-user-with-a-trigger/#post-65929" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b2db43f24fe4c90fdf415d88b3e2d286</guid>
				<title>Piyush replied to the discussion How to clone an custom object fields to Opportunity object in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-clone-an-custom-object-fields-to-opportunity-object/#post-65860</link>
				<pubDate>Tue, 03 Dec 2019 08:35:28 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-clone-an-custom-object-fields-to-opportunity-object-in-salesforce/#post-65860"><span class="bb-reply-lable">Reply to</span> How to clone an custom object fields to Opportunity object in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Write a trigger like this:</p>
<pre>trigger CloneOpp on Opportunity (after update){
    
    Custom_Object__c[] ls=new Custom_Object__c[]{};
        for(Opportunity o: trigger.new){
            Custom_Object__c obj=new Custom_Object__c();
            //Assign whichever values you want to clone to the fields of your custom object, for&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-98411"><a href="https://www.forcetalks.com/salesforce-topic/how-to-clone-an-custom-object-fields-to-opportunity-object/#post-65860" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">40e3a57fe5316a03bef07914b497eac9</guid>
				<title>Piyush replied to the discussion How to remove elements from a list in apex on button click in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-remove-elements-from-a-list-in-apex-on-button-click/#post-65859</link>
				<pubDate>Tue, 03 Dec 2019 08:33:10 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-remove-elements-from-a-list-in-apex-on-button-click-in-salesforce/#post-65859"><span class="bb-reply-lable">Reply to</span> How to remove elements from a list in apex on button click in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Check the following Url to remove elements from a list in apex on button click:-</p>
<p><a target='_blank' href="https://salesforce.stackexchange.com/questions/55310/how-to-remove-items-from-a-dynamic-list-in-lightning-component" rel="nofollow">https://salesforce.stackexchange.com/questions/55310/how-to-remove-items-from-a-dynamic-list-in-lightning-component</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ce291a6745441a8b6e7f8def519b22f7</guid>
				<title>Piyush replied to the discussion When to use .getElementbyId() in Salesforce lightning component? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/when-to-use-getelementbyid-in-lightning-component/#post-65858</link>
				<pubDate>Tue, 03 Dec 2019 08:31:17 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/when-to-use-getelementbyid-in-salesforce-lightning-component/#post-65858"><span class="bb-reply-lable">Reply to</span> When to use .getElementbyId() in Salesforce lightning component?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>You can have a look to the following user when use .getElementbyId() in lightning component:-</p>
<p><a target='_blank' href="https://salesforce.stackexchange.com/questions/133905/document-getelementbyidsomething-value-not-working-for-select-with-option" rel="nofollow">https://salesforce.stackexchange.com/questions/133905/document-getelementbyidsomething-value-not-working-for-select-with-option</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2e63496805065b89db0320f1844f41a1</guid>
				<title>Piyush replied to the discussion how to open multiple screens at a time in Salesforce lightning accordian? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-open-multiple-screens-at-a-time-in-lightning-accordian/#post-65734</link>
				<pubDate>Fri, 29 Nov 2019 08:10:25 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-open-multiple-screens-at-a-time-in-salesforce-lightning-accordian/#post-65734"><span class="bb-reply-lable">Reply to</span> how to open multiple screens at a time in Salesforce lightning accordian?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Only in the custom accordion component the users are able to expand sections. But in the custom component we are not able to add other Salesforce standard components like Knowledge, single related lists, etc.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">179a0a7e739a4c504653effb56555c9a</guid>
				<title>Piyush started the discussion Explain the use of custom settings in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-you-explain-the-use-of-custom-settings/</link>
				<pubDate>Fri, 29 Nov 2019 05:34:49 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/explain-the-use-of-custom-settings-in-salesforce/">Explain the use of custom settings in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Can you explain the use of custom settings?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b820fab245012c6badc1e0b2dfeacc0a</guid>
				<title>Piyush started the discussion What is a wrapper class? Give one use case where you would use a wrapper class in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-a-wrapper-class-give-one-use-case-where-you-would-use-a-wrapper-class/</link>
				<pubDate>Fri, 29 Nov 2019 05:26:17 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-a-wrapper-class-give-one-use-case-where-you-would-use-a-wrapper-class-in-salesforce/">What is a wrapper class? Give one use case where you would use a wrapper class in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>What is a wrapper class? Give one use case where you would use a wrapper class.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8f2edccf13ffb1e2ee74ed80eec5bbe3</guid>
				<title>Piyush started the discussion What is protocal in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-protocal-in-salesforce/</link>
				<pubDate>Fri, 29 Nov 2019 05:22:24 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-protocal-in-salesforce/">What is protocal in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>What Is Protocal in salesforce?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a8e54097c7ebaa969e381051bff39ffd</guid>
				<title>Piyush started the discussion What are methods in rest in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-methods-in-rest-in-salesforce/</link>
				<pubDate>Fri, 29 Nov 2019 05:20:59 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-are-methods-in-rest-in-salesforce/">What are methods in rest in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>What Are Methods In Rest in salesforce?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cf071a48d816341c8435dbe844613495</guid>
				<title>Piyush replied to the discussion Is it possible to programatically change Salesforce connectedApp Settings in production in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-it-possible-to-programatically-change-connectedapp-settings-in-production/#post-65719</link>
				<pubDate>Fri, 29 Nov 2019 05:11:57 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/is-it-possible-to-programatically-change-salesforce-connectedapp-settings-in-production-in-salesforce/#post-65719"><span class="bb-reply-lable">Reply to</span> Is it possible to programatically change Salesforce connectedApp Settings in production in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>The general rule is that you can&#8217;t package any settings that would allow granting &#8216;system&#8217; permissions. That is, permissions that affect more than just the objects/schema that your package contains.</p>
<p>For example, you can&#8217;t package CRUD/FLS on Standard Objects and you can&#8217;t grant System Permissions like ModifyAllData via a Profile or Perm&hellip;<span class="activity-read-more" id="activity-read-more-98291"><a href="https://www.forcetalks.com/salesforce-topic/is-it-possible-to-programatically-change-connectedapp-settings-in-production/#post-65719" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">223b5c9f523ab05da6108e7125a85478</guid>
				<title>Piyush replied to the discussion How can I use Salesforce Marketing cloud Rest API in Client side? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-use-marketing-cloud-rest-api-in-client-side/#post-65718</link>
				<pubDate>Fri, 29 Nov 2019 04:49:31 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-use-salesforce-marketing-cloud-rest-api-in-client-side/#post-65718"><span class="bb-reply-lable">Reply to</span> How can I use Salesforce Marketing cloud Rest API in Client side?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Check the following Url for your query to use Marketing cloud Rest API:-</p>
<p><a target='_blank' href="https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/index-api.htm" rel="nofollow">https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/index-api.htm</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a7019cdfab6f1dc74dbcbe6b776e1b6b</guid>
				<title>Piyush started the discussion Which two types of record access should an administrator grant through sharing rules in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/which-two-types-of-record-access-should-an-administrator-grant-through-sharing-rules/</link>
				<pubDate>Thu, 28 Nov 2019 09:23:54 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/which-two-types-of-record-access-should-an-administrator-grant-through-sharing-rules-in-salesforce/">Which two types of record access should an administrator grant through sharing rules in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Which two types of record access should an administrator grant through sharing rules?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7a3eb1b32ccf367c99f4f4e0e08fd2b8</guid>
				<title>Piyush replied to the discussion How to make header values dynamic in a table of records while showing in a Salesforce Visualforce page? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-make-header-values-dynamic-in-a-table-of-records-while-showing-in-a-vf-page/#post-65673</link>
				<pubDate>Thu, 28 Nov 2019 09:19:48 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-make-header-values-dynamic-in-a-table-of-records-while-showing-in-a-salesforce-visualforce-page/#post-65673"><span class="bb-reply-lable">Reply to</span> How to make header values dynamic in a table of records while showing in a Salesforce Visualforce page?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>To make header values dynamic in a table of records while showing in a vf page CHECK THE uRL:-</p>
<p><a target='_blank' href="https://developer.salesforce.com/forums/?id=906F00000008pDtIAI" rel="nofollow">https://developer.salesforce.com/forums/?id=906F00000008pDtIAI</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">73a1d848550d7520e4b331c2ab27f3b4</guid>
				<title>Piyush started the discussion what is the maximum no. of objects that can be added to a custom report type in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-maximum-no-of-objects-that-can-be-added-to-a-custom-report-type-in-salesforce/</link>
				<pubDate>Thu, 28 Nov 2019 09:17:27 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-the-maximum-no-of-objects-that-can-be-added-to-a-custom-report-type-in-salesforce/">what is the maximum no. of objects that can be added to a custom report type in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>what is the maximum number of objects that can be added to a custom report type in salesforce?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a34f850452e105df7a430c468cae73d4</guid>
				<title>Piyush started the discussion What settings controlled by user profile in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-settings-controlled-by-user-profile-in-salesforce/</link>
				<pubDate>Thu, 28 Nov 2019 09:15:31 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-settings-controlled-by-user-profile-in-salesforce/">What settings controlled by user profile in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>What settings controlled by user profile in salesforce?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d539a202272ef83c3e89c87da6cbac15</guid>
				<title>Piyush replied to the discussion How to write map and list with country and languages in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-write-map-and-list-with-country-and-languages-in-salesforce/#post-65670</link>
				<pubDate>Thu, 28 Nov 2019 09:13:11 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-write-map-and-list-with-country-and-languages-in-salesforce/#post-65670"><span class="bb-reply-lable">Reply to</span> How to write map and list with country and languages in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Prachi,</p>
<p>please gave the proper description of your question /Elavorate you question . I am not getting your question.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ee0caaaa1588b9880be454678ce33edd</guid>
				<title>Piyush replied to the discussion How to save data in custom setting from a Salesforce lightning component? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-save-data-in-custom-setting-from-a-lightning-component/#post-65669</link>
				<pubDate>Thu, 28 Nov 2019 09:10:13 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-save-data-in-custom-setting-from-a-salesforce-lightning-component/#post-65669"><span class="bb-reply-lable">Reply to</span> How to save data in custom setting from a Salesforce lightning component?</a></p> <div class="bb-content-inr-wrap"><p>Hi Yogesh,</p>
<p>Ckeck the following Url for your query:-</p>
<p><a target='_blank' href="https://developer.salesforce.com/forums/?id=9060G000000MV7vQAG" rel="nofollow">https://developer.salesforce.com/forums/?id=9060G000000MV7vQAG</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">87da93d407f8b66a5a02105fabc55ee4</guid>
				<title>Piyush replied to the discussion How to add partner members to partner community portal in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-add-partner-members-to-partner-community-portal/#post-65668</link>
				<pubDate>Thu, 28 Nov 2019 09:07:49 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-add-partner-members-to-partner-community-portal-in-salesforce/#post-65668"><span class="bb-reply-lable">Reply to</span> How to add partner members to partner community portal in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Deepak,</p>
<ol>
<li>Select the Partner Community User profile. (If you don&#8217;t see the profile, change the search to All.)</li>
<li>Click Add.</li>
<li>Click Save</li>
</ol>
<p>For more check the Url:-</p>
<p><a target='_blank' href="https://trailhead.salesforce.com/en/content/learn/projects/communities_share_crm_data/create_portal_and_users" rel="nofollow">https://trailhead.salesforce.com/en/content/learn/projects/communities_share_crm_data/create_portal_and_users</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a01c13de14024180cf015ab847d3b4b1</guid>
				<title>Piyush replied to the discussion How can I create a process builder to set multiple field values in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-create-a-process-builder-to-set-multiple-field-values-in-salesforce/#post-65665</link>
				<pubDate>Thu, 28 Nov 2019 09:04:39 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-i-create-a-process-builder-to-set-multiple-field-values-in-salesforce/#post-65665"><span class="bb-reply-lable">Reply to</span> How can I create a process builder to set multiple field values in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Deepak,</p>
<p>Have a look on following Url to create a process builder to set multiple field values in Salesforce:-</p>
<p><a target='_blank' href="https://help.salesforce.com/articleView?id=process_action_update.htm&amp;type=5" rel="nofollow">https://help.salesforce.com/articleView?id=process_action_update.htm&#038;type=5</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">69e3733d20cae65620feb6927b366c18</guid>
				<title>Piyush replied to the discussion How to implement process indicator in Salesforce lightning component? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-implement-process-indicator-in-a-lightning-component/#post-65664</link>
				<pubDate>Thu, 28 Nov 2019 09:02:25 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-implement-process-indicator-in-salesforce-lightning-component/#post-65664"><span class="bb-reply-lable">Reply to</span> How to implement process indicator in Salesforce lightning component?</a></p> <div class="bb-content-inr-wrap"><p>Hi Yogesh,</p>
<p>Check the following code for implementation of process indicator in a lightning component:-</p>
<pre>&lt;aura:component&gt;
    &lt;lightning:progressIndicator currentStep="3" type="base" hasError="true" variant="base"&gt;
        &lt;lightning:progressStep label="Step 1" value="1"/&gt;
        &lt;lightning:progressStep label="Step 2"&hellip;</pre>
<p><span class="activity-read-more" id="activity-read-more-98250"><a href="https://www.forcetalks.com/salesforce-topic/how-to-implement-process-indicator-in-a-lightning-component/#post-65664" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0317f9b0a6e32d8c93861d825807bfb2</guid>
				<title>Piyush replied to the discussion how to implement a generic header in a vf page in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-implement-a-generic-header-in-a-vf-page/#post-65608</link>
				<pubDate>Wed, 27 Nov 2019 04:55:02 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-implement-a-generic-header-in-a-vf-page-in-salesforce/#post-65608"><span class="bb-reply-lable">Reply to</span> how to implement a generic header in a vf page in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Yogesh,</p>
<p>You can see the following link for the implementation of header in visualforce page:</p>
<p><a target='_blank' href="https://developer.salesforce.com/forums/?id=906F00000008tCzIAI" rel="nofollow">https://developer.salesforce.com/forums/?id=906F00000008tCzIAI</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cb5b03e00b3395096a390f832f18f41c</guid>
				<title>Piyush started the discussion What is webservices in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-webservices-in-salesforce/</link>
				<pubDate>Wed, 27 Nov 2019 04:50:51 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-webservices-in-salesforce/">What is webservices in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>What is webservices in salesforce?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">29a74a9ee92ef71a6e6daf9583e7adc2</guid>
				<title>Piyush started the discussion What are possible Ways to Integrate with Salesforce Force.com? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-possible-ways-to-integrate-with-salesforce-force-com/</link>
				<pubDate>Wed, 27 Nov 2019 04:49:04 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-are-possible-ways-to-integrate-with-salesforce-force-com/">What are possible Ways to Integrate with Salesforce Force.com?</a></p> <div class="bb-content-inr-wrap"><p>What are possible Ways to Integrate with Salesforce Force.com?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">905d7a6b9f21c9358c5fc749f25279c7</guid>
				<title>Piyush started the discussion When to Use Chatter REST API in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/when-to-use-chatter-rest-api-in-salesforce/</link>
				<pubDate>Wed, 27 Nov 2019 04:44:42 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/when-to-use-chatter-rest-api-in-salesforce/">When to Use Chatter REST API in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>When to Use Chatter REST API in salesforce?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c3c7e862c2e41fb81bbf415737bf6294</guid>
				<title>Piyush started 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/</link>
				<pubDate>Wed, 27 Nov 2019 04:40:06 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-many-types-of-apis-avaliable-in-salesforce/">How many types of API’s avaliable in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>How many types of API’s avaliable in salesforce?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">684da621602a900188989b1837136e9c</guid>
				<title>Piyush replied to the discussion What is the use of Dell Boomi in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-dell-boomi-in-salesforce/#post-65603</link>
				<pubDate>Wed, 27 Nov 2019 04:38:25 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-dell-boomi-in-salesforce/#post-65603"><span class="bb-reply-lable">Reply to</span> What is the use of Dell Boomi in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Dell Boomi AtomSphere is an on-demand multi-tenant cloud integration platform for connecting cloud and on-premises applications and data. The platform enables customers to design cloud-based integration processes called Atoms and transfer data between cloud and on-premises applications.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9af6a8d4cf3d712bfdb922fcfd9bad36</guid>
				<title>Piyush replied to the discussion How can we automatically open a record page in salesforce using apex ? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-automatically-open-a-record-page-in-salesforce-using-apex/#post-65537</link>
				<pubDate>Tue, 26 Nov 2019 05:35:59 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-automatically-open-a-record-page-in-salesforce-using-apex/#post-65537"><span class="bb-reply-lable">Reply to</span> How can we automatically open a record page in salesforce using apex ?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Have a look to the following URL. This will help you to resolve your query:-</p>
<p><a target='_blank' href="https://developer.salesforce.com/forums/?id=9062I000000XjxMQAS" rel="nofollow">https://developer.salesforce.com/forums/?id=9062I000000XjxMQAS</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">195b7f12c421b0cd16f468e5b051e3db</guid>
				<title>Piyush replied to the discussion How to use Platform Event with rest API in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-use-platform-event-with-rest-api-in-salesforce/#post-65536</link>
				<pubDate>Tue, 26 Nov 2019 05:16:50 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-use-platform-event-with-rest-api-in-salesforce/#post-65536"><span class="bb-reply-lable">Reply to</span> How to use Platform Event with rest API in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Retrieving <strong>data/v40.0/sobjects/</strong> will give you all objects in the Org, including platform events. Since all platform events end in <strong>__e</strong>, you can just take the result and filter out those whose name ends in <strong>__e</strong>.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8b1b5e9a713893f3aad7aaeb48ed4218</guid>
				<title>Piyush started the discussion What type of relationship should be built for a one-to-one in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-type-of-relationship-should-be-built-for-a-one-to-one-in-salesforce/</link>
				<pubDate>Mon, 25 Nov 2019 06:55:10 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/what-type-of-relationship-should-be-built-for-a-one-to-one-in-salesforce/">What type of relationship should be built for a one-to-one in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>What type of relationship should be built for a one-to-one in salesforce?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e68461a9ae40aba0a3ac3a3316e02d98</guid>
				<title>Piyush started the discussion How is access granted through the Role Hierarchy in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-is-access-granted-through-the-role-hierarchy-in-salesforce/</link>
				<pubDate>Mon, 25 Nov 2019 06:53:16 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-is-access-granted-through-the-role-hierarchy-in-salesforce/">How is access granted through the Role Hierarchy in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>How is access granted through the Role Hierarchy in salesforce?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2f307c7b2b05ba9f4a6e8e4090a86f5c</guid>
				<title>Piyush replied to the discussion How to get actions on standard New button using Metadata in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-get-actions-on-standard-new-button-using-metadata-in-salesforce/#post-65464</link>
				<pubDate>Mon, 25 Nov 2019 06:29:22 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-get-actions-on-standard-new-button-using-metadata-in-salesforce/#post-65464"><span class="bb-reply-lable">Reply to</span> How to get actions on standard New button using Metadata in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Prachi,</p>
<p>Have a look to the following Url. I am sure that this will help you to find your answer:-</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e4c3515de1b5c2ad2e0bed27f9f0a820</guid>
				<title>Piyush replied to the discussion How can we catch save button action in lightning:listView in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-catch-save-button-action-in-lightninglistview/#post-65463</link>
				<pubDate>Mon, 25 Nov 2019 06:25:47 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-can-we-catch-save-button-action-in-lightning-listview-in-salesforce/#post-65463"><span class="bb-reply-lable">Reply to</span> How can we catch save button action in lightning:listView in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Yogesh,</p>
<p>Can you please elaborate more about your question /senerio that what you want to do.</p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Content Delivery Network via Amazon Web Services: CloudFront: cdn.forcetalks.com
Lazy Loading

Served from: www.forcetalks.com @ 2026-05-14 02:44:27 by W3 Total Cache
-->