<?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 | Deepak | Activity</title>
	<link>http://52.205.218.194/depakmaurya/activity/</link>
	<atom:link href="http://52.205.218.194/depakmaurya/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Deepak.</description>
	<lastBuildDate>Wed, 13 May 2026 18:30:19 +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">f9b571309a85651c38e0868a80a1dab6</guid>
				<title>Deepak replied to the discussion How does system change event not work for change in object type attribute in Salesforce lightning? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/does-system-change-event-not-work-for-change-in-object-type-attribute-in-lightning/#post-66440</link>
				<pubDate>Thu, 12 Dec 2019 17:14:48 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-does-system-change-event-not-work-for-change-in-object-type-attribute-in-salesforce-lightning/#post-66440"><span class="bb-reply-lable">Reply to</span> How does system change event not work for change in object type attribute in Salesforce lightning?</a></p> <div class="bb-content-inr-wrap"><p>component.set(&#8216;v.acc.Name&#8217;, &#8216;Name from 3!&#8217;);<br />
To:</p>
<p>var acc = component.get(&#8216;v.acc&#8217;);<br />
acc.Name = &#8216;Name from 3!&#8217;;<br />
component.set(&#8216;v.acc&#8217;, acc);<br />
And everything will work.</p>
<p>Here is why you are seeing this behavior, and why the workaround is working:</p>
<p>The rule to remember: all changes are propagated down, but only propagated up when they affect the&hellip;<span class="activity-read-more" id="activity-read-more-98758"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/does-system-change-event-not-work-for-change-in-object-type-attribute-in-lightning/#post-66440" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7d2fe366dd0160290f62504dbfa11e25</guid>
				<title>Deepak replied to the discussion What is the case of system change event in Salesforce lightning? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-case-of-system-change-event-in-lightning/#post-66439</link>
				<pubDate>Thu, 12 Dec 2019 17:12:23 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-the-case-of-system-change-event-in-salesforce-lightning/#post-66439"><span class="bb-reply-lable">Reply to</span> What is the case of system change event in Salesforce lightning?</a></p> <div class="bb-content-inr-wrap"><p>understanding System Events In Lightning Components – Part 1<br />
In this blog we&#8217;ll explore how System events in Lightning Components work to help write better code and solve potential performance issues due to race condition and rerendering of components.<br />
Lightning Components Framework comes with a set of “system” events to notify components&hellip;<span class="activity-read-more" id="activity-read-more-98757"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-the-case-of-system-change-event-in-lightning/#post-66439" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b383cf493d070bb1bc77ea9dd55c0c85</guid>
				<title>Deepak started the discussion How can you associate multiple standard list controller with a visualforce page in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-you-associate-multiple-standard-list-controller-with-a-visualforce-page/</link>
				<pubDate>Thu, 12 Dec 2019 15:51:02 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-you-associate-multiple-standard-list-controller-with-a-visualforce-page-in-salesforce/">How can you associate multiple standard list controller with a visualforce page in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>How can you associate multiple standard list controller with a visualforce page?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e300b89f63ae1072cbf78fc43201790a</guid>
				<title>Deepak started the discussion How to set Task Reminder Date/Time using apex in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-set-task-reminder-date-time-using-apex-in-salesforce/</link>
				<pubDate>Thu, 12 Dec 2019 15:49:43 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-set-task-reminder-date-time-using-apex-in-salesforce/">How to set Task Reminder Date/Time using apex in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>How to set Task Reminder Date/Time using apex in salesforce?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">26682207821f806996492d535ca53c0d</guid>
				<title>Deepak started the discussion How to set body of the HTTP request in Salesforce Apex? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-set-body-of-the-http-request-in-apex/</link>
				<pubDate>Thu, 12 Dec 2019 15:48:36 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-set-body-of-the-http-request-in-salesforce-apex/">How to set body of the HTTP request in Salesforce Apex?</a></p> <div class="bb-content-inr-wrap"><p>How to set body of the HTTP request in Apex?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">640afee94167b2f1a0bdb3eca985ac77</guid>
				<title>Deepak started the discussion How to loop over child objects of master object in batch object in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-loop-over-child-objects-of-master-object-in-batch-object-in-salesforce/</link>
				<pubDate>Thu, 12 Dec 2019 15:46:43 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-loop-over-child-objects-of-master-object-in-batch-object-in-salesforce/">How to loop over child objects of master object in batch object in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>How to loop over child objects of master object in batch object in salesforce?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0d6c6dd212d07a0afe8d2d8dadaec11e</guid>
				<title>Deepak replied to the discussion What does it actually mean by the error “Arithmetic expressions must use numeric arguments”in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-does-it-actually-mean-by-the-error-arithmetic-expressions-must-use-numeric-arguments/#post-66418</link>
				<pubDate>Thu, 12 Dec 2019 07:16:09 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-does-it-actually-mean-by-the-error-quot-arithmetic-expressions-must-use-numeric-arguments-quot-in-salesforce/#post-66418"><span class="bb-reply-lable">Reply to</span> What does it actually mean by the error “Arithmetic expressions must use numeric arguments”in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>You nearly made me forget the syntax there !! I&#8217;ve corrected the trigger above, try that to see if it works.</p>
<p>&nbsp;</p>
<p>You need to have a for loop to iterate over all the records that have invoked the trigger.</p>
<p>Also a before trigger makes more sense, since you&#8217;re manipulating values on the triggering records.</p>
<p>&nbsp;</p>
<p>trigger Peachtree_items_process&hellip;<span class="activity-read-more" id="activity-read-more-98737"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-does-it-actually-mean-by-the-error-arithmetic-expressions-must-use-numeric-arguments/#post-66418" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2630aa4b4e568b01d9b9d6d50eb4e5a4</guid>
				<title>Deepak replied to the discussion What are apex best ways of parsing new line delimited json in apex in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/apex-best-way-to-parse-large-new-line-delimited-json/#post-66416</link>
				<pubDate>Thu, 12 Dec 2019 07:13:10 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-are-apex-best-ways-of-parsing-new-line-delimited-json-in-apex-in-salesforce/#post-66416"><span class="bb-reply-lable">Reply to</span> What are apex best ways of parsing new line delimited json in apex in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>JSON Deserialization Techniques in Salesforce<br />
Brenda FinnIf you have ever been given a JSON object and needed to parse it in Apex, then you may have run into some of the same issues I did so read on. JSON, which stands for JavaScript Object Notation, is widely used due to its ability to define the structure of an object and its values at the&hellip;<span class="activity-read-more" id="activity-read-more-98735"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/apex-best-way-to-parse-large-new-line-delimited-json/#post-66416" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">342a49294358df6e2189fdce94b0e945</guid>
				<title>Deepak replied to the discussion How to create the below Appointment table in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-create-it/#post-66412</link>
				<pubDate>Thu, 12 Dec 2019 07:10:25 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-create-the-below-appointment-table-in-salesforce/#post-66412"><span class="bb-reply-lable">Reply to</span> How to create the below Appointment table in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>VF page:</p>
<p>&lt;apex:page controller=&#8221;Account_Filter&#8221; docType=&#8221;html-5.0&#8243;&gt;<br />
&lt;apex:form &gt;<br />
&lt;apex:pageBlock &gt;</p>
<p>&lt;!&#8211;Search and filter button&#8211;&gt;<br />
&lt;apex:pageBlockButtons location=&#8221;top&#8221;&gt;<br />
&lt;apex:commandButton value=&#8221;Search&#8221; action=&#8221;{!searchaccounts}&#8221; /&gt;<br />
&lt;apex:commandButton value=&#8221;Show Selected Accounts&#8221;&hellip;<span class="activity-read-more" id="activity-read-more-98733"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-create-it/#post-66412" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">49cd20504e5faf3791a911fe992b1ea8</guid>
				<title>Deepak replied to the discussion How to use apex:actionsupport such that it only saves the last radiobutton in repeat in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/apexactionsupport-only-save-the-last-radiobutton-in-repeat/#post-66394</link>
				<pubDate>Wed, 11 Dec 2019 16:30:50 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-use-apex-actionsupport-such-that-it-only-saves-the-last-radiobutton-in-repeat-in-salesforce/#post-66394"><span class="bb-reply-lable">Reply to</span> How to use apex:actionsupport such that it only saves the last radiobutton in repeat in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>&lt;apex:outputPanel id=”repeating”&gt;<br />
&lt;apex:repeat value=”{!change}” var=”c”&gt;<br />
&lt;apex:selectRadio value=”{!save}”  action=”{!saveInformation}”&gt;<br />
&lt;apex:selectOption itemValue=”{!c}” itemLabel=”{!c}”  /&gt;<br />
&lt;/apex:selectRadio&gt;<br />
&lt;/apex:repeat&gt;<br />
&lt;apex:actionSupport event=”onchange” reRender=”repeating”&hellip;<span class="activity-read-more" id="activity-read-more-98719"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/apexactionsupport-only-save-the-last-radiobutton-in-repeat/#post-66394" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">83be267a3ea82714cf4bc4e0d7de4187</guid>
				<title>Deepak replied to the discussion How to identify a User from 3-rd party in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-identify-a-user-from-3-rd-party-in-salesforce/#post-66393</link>
				<pubDate>Wed, 11 Dec 2019 16:27:05 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-identify-a-user-from-3-rd-party-in-salesforce/#post-66393"><span class="bb-reply-lable">Reply to</span> How to identify a User from 3-rd party in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Use Third-Party Data to Update and Add Records to Salesforce<br />
A rule set up by your Salesforce admin compares your accounts, contacts, and leads to data from a third-party source—Lightning Data or Data.com. Depending on how your admin sets up the rule, your records are updated as information changes. Or your admin can give you purchase credits to&hellip;<span class="activity-read-more" id="activity-read-more-98718"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-identify-a-user-from-3-rd-party-in-salesforce/#post-66393" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">90460a30159810f977389334c58d502d</guid>
				<title>Deepak replied to the discussion How to insert a csv file &#34;OrderProduct&#34; related list of &#34;Order&#34; standard object with apex in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-insert-a-csv-file-orderproduct-related-list-of-order-standard-object-with-apex/#post-66392</link>
				<pubDate>Wed, 11 Dec 2019 16:24:48 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-insert-a-csv-file-quot-orderproduct-quot-related-list-of-quot-order-quot-standard-object-with-apex-in-salesforce/#post-66392"><span class="bb-reply-lable">Reply to</span> How to insert a csv file &quot;OrderProduct&quot; related list of &quot;Order&quot; standard object with apex in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Fulfill Orders Faster<br />
Seamlessly generate orders from quotes to quickly get products and services delivered to your customers.<br />
Flexible for Evolving Customer Needs<br />
Split quotes into multiple orders, manage future dated orders, and modify with point- and-click.<br />
360-Degree View of the Customer<br />
Quickly generate contracts with all contract&hellip;<span class="activity-read-more" id="activity-read-more-98717"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-insert-a-csv-file-orderproduct-related-list-of-order-standard-object-with-apex/#post-66392" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">eceed03685201ca456f5429d83435abc</guid>
				<title>Deepak replied to the discussion How to read email and Phone number in pdf or any attachment file and save Data in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-read-email-and-phone-number-in-pdf-or-any-attachment-file-and-save-data-in-salesforce/#post-66391</link>
				<pubDate>Wed, 11 Dec 2019 16:18:44 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-read-email-and-phone-number-in-pdf-or-any-attachment-file-and-save-data-in-salesforce/#post-66391"><span class="bb-reply-lable">Reply to</span> How to read email and Phone number in pdf or any attachment file and save Data in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>for (Messaging.Inboundemail.BinaryAttachment bAttachment : email.binaryAttachments) {</p>
<p>Attachment attachment = new Attachment();<br />
// attach to the newly created contact record<br />
attachment.ParentId = contact.Id;<br />
attachment.Name = bAttachment.filename;<br />
attachment.Body = bAttachment.body;<br />
insert attachment;<br />
}</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8d32e764d4c29e1f56ed7d030bd4f110</guid>
				<title>Deepak replied to the discussion How to fix lookup filter issue which turns into picklist in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-fix-lookup-filter-issue-which-turns-into-picklist/#post-66390</link>
				<pubDate>Wed, 11 Dec 2019 14:57:50 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-fix-lookup-filter-issue-which-turns-into-picklist-in-salesforce/#post-66390"><span class="bb-reply-lable">Reply to</span> How to fix lookup filter issue which turns into picklist in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Considerations for Lookup Filters<br />
REQUIRED EDITIONS AND USER PERMISSIONS<br />
Available in: both Salesforce Classic (not available in all orgs) and Lightning Experience<br />
Available in: All Editions except for Database.com.</p>
<p>USER PERMISSIONS NEEDED<br />
To manage lookup filters:<br />
Customize Application<br />
On the Fields page, the   icon indicates all fields&hellip;<span class="activity-read-more" id="activity-read-more-98715"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-fix-lookup-filter-issue-which-turns-into-picklist/#post-66390" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8806831dd854b99f2b1be953bf7acc23</guid>
				<title>Deepak replied to the discussion How to build Quote view page and editable view page in Salesforce lighting? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-build-quote-view-page-and-editable-view-page-in-lighting/#post-66389</link>
				<pubDate>Wed, 11 Dec 2019 14:56:21 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-build-quote-view-page-and-editable-view-page-in-salesforce-lighting/#post-66389"><span class="bb-reply-lable">Reply to</span> How to build Quote view page and editable view page in Salesforce lighting?</a></p> <div class="bb-content-inr-wrap"><p>Create, Preview, and Activate Quote Templates<br />
Define the look of your company’s quote PDFs by creating templates that your sales reps can choose when they create quote PDFs.</p>
<p>REQUIRED EDITIONS AND USER PERMISSIONS<br />
Available in: Salesforce Classic (not available in all orgs) and Lightning Experience<br />
Available&hellip;<span class="activity-read-more" id="activity-read-more-98714"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-build-quote-view-page-and-editable-view-page-in-lighting/#post-66389" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aff5d28104ee13c16bb3ff5c449349cf</guid>
				<title>Deepak replied to the discussion How to schedule apex to update related records based on the Parent in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/schedule-apex-to-update-related-records-based-on-the-parent-object/#post-66388</link>
				<pubDate>Wed, 11 Dec 2019 14:45:17 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-schedule-apex-to-update-related-records-based-on-the-parent-in-salesforce/#post-66388"><span class="bb-reply-lable">Reply to</span> How to schedule apex to update related records based on the Parent in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>We generally avoid applying for loop in apex code as it will break governer rule so do the query for your program.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aade55d82f5d7d7074e6bde96a385033</guid>
				<title>Deepak replied to the discussion How can we use same aura:id for multiple Salesforce lightning tags in a component? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-use-same-auraid-for-multiple-lightning-tags-in-a-component/#post-66387</link>
				<pubDate>Wed, 11 Dec 2019 14:43:10 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-use-same-aura-id-for-multiple-salesforce-lightning-tags-in-a-component/#post-66387"><span class="bb-reply-lable">Reply to</span> How can we use same aura:id for multiple Salesforce lightning tags in a component?</a></p> <div class="bb-content-inr-wrap"><p>Presuming that you&#8217;re dynamically creating components (e.g. c1 and c2), you have total control over the aura:id. A component cannot define its own aura:id, only the aura:id for children within itself. From here, it follows that you&#8217;re trying to figure out what type of component you&#8217;re dealing with. For that, we use Component#getType. This&hellip;<span class="activity-read-more" id="activity-read-more-98710"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/can-we-use-same-auraid-for-multiple-lightning-tags-in-a-component/#post-66387" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2592c6d6df0495da13e6402a4ac2e48c</guid>
				<title>Deepak replied to the discussion What is the use case of &#60;lightning:notificationsLibrary /&#62; tag in Salesforce lightning? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-use-case-of-lightningnotificationslibrary-tag-in-lightning/#post-66386</link>
				<pubDate>Wed, 11 Dec 2019 14:42:10 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-the-use-case-of-lt-lightning-notificationslibrary-gt-tag-in-salesforce-lightning/#post-66386"><span class="bb-reply-lable">Reply to</span> What is the use case of &lt;lightning:notificationsLibrary /&gt; tag in Salesforce lightning?</a></p> <div class="bb-content-inr-wrap"><p>Messages can be displayed in notices and toasts. Notices alert users to system-related issues and updates. Toasts enable you to provide feedback and serve as a confirmation mechanism after the user takes an action.</p>
<p>Include one &lt;lightning:notificationsLibrary aura:id=&#8221;notifLib&#8221;/&gt; tag in the component that triggers the notifications,&hellip;<span class="activity-read-more" id="activity-read-more-98709"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-the-use-case-of-lightningnotificationslibrary-tag-in-lightning/#post-66386" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cfcef8097455cb4d7207d1762f1325b5</guid>
				<title>Deepak replied to the discussion How to Create a Batch class which append Account&#039;s name after each related contact in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-create-a-batch-class-which-append-accounts-name-after-each-related-contact/#post-66325</link>
				<pubDate>Tue, 10 Dec 2019 14:44:29 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-create-a-batch-class-which-append-account-s-name-after-each-related-contact-in-salesforce/#post-66325"><span class="bb-reply-lable">Reply to</span> How to Create a Batch class which append Account's name after each related contact in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>I believe you are trying to associate a single contact to multiple accounts. This functionality was released in Spring 16&#8242; and is implemented through a Salesforce Junction object &#8211; AccountContactRelation.</p>
<p>I assume you have already enabled this functionality through the UI and a parent Account is declared for this Contact.</p>
<p>I have modified your&hellip;<span class="activity-read-more" id="activity-read-more-98671"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-create-a-batch-class-which-append-accounts-name-after-each-related-contact/#post-66325" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cb36d4d8d3ec0aad115fa252208ca80b</guid>
				<title>Deepak replied to the discussion How to share downloadable link of file to external system in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-share-downloadable-link-of-file-to-external-system/#post-66324</link>
				<pubDate>Tue, 10 Dec 2019 14:41:26 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-share-downloadable-link-of-file-to-external-system-in-salesforce/#post-66324"><span class="bb-reply-lable">Reply to</span> How to share downloadable link of file to external system in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Share Files Via Link<br />
Available in: Salesforce Classic<br />
Available in: Essentials, Group, Enterprise, Professional, Performance, Unlimited, Contact Manager, and Developer Editions<br />
You can share a file with anyone by creating a file link and sending it through email or IM. Creating a link generates an encrypted URL that you can send to any&hellip;<span class="activity-read-more" id="activity-read-more-98670"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-share-downloadable-link-of-file-to-external-system/#post-66324" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cc40d8c3ab9e9a60bd95d55e7fe8e651</guid>
				<title>Deepak replied to the discussion How to get standard date picker custom Visualforce in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/ability-to-input-a-time-duration/#post-66323</link>
				<pubDate>Tue, 10 Dec 2019 14:40:26 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-get-standard-date-picker-custom-vf-in-salesforce/#post-66323"><span class="bb-reply-lable">Reply to</span> How to get standard date picker custom Visualforce in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Please find the below examples to display the date field with date pickers.</p>
<p>Ex 1 :<br />
Visual Force Page :<br />
&lt;apex:page docType=&#8221;html-5.0&#8243; controller=&#8221;Sample&#8221;&gt;<br />
&lt;apex:form &gt;<br />
&lt;apex:pageBlock &gt;<br />
&lt;apex:pageBlockSection&gt;<br />
&lt;apex:pageBlockSectionItem&gt;<br />
Date: &lt;apex:input&hellip;<span class="activity-read-more" id="activity-read-more-98669"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/ability-to-input-a-time-duration/#post-66323" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bc1e50553b403252f8bde786a0bfe384</guid>
				<title>Deepak replied to the discussion How to alert users assigned to a territory when accounts that belong to their territory are merged in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-alert-users-assigned-to-a-territory-when-accounts-that-belong-to-their-territory-are-merged/#post-66322</link>
				<pubDate>Tue, 10 Dec 2019 14:32:00 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-alert-users-assigned-to-a-territory-when-accounts-that-belong-to-their-territory-are-merged-in-salesforce/#post-66322"><span class="bb-reply-lable">Reply to</span> How to alert users assigned to a territory when accounts that belong to their territory are merged in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Managing Account Assignment Rules<br />
Create account assignment rules that automatically move accounts and their associated opportunities and cases into territories based on any standard or custom account field, such as zip code, state, industry, revenue, or number of employees. Each rule consists of multiple rows of criteria that specify exactly&hellip;<span class="activity-read-more" id="activity-read-more-98668"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-alert-users-assigned-to-a-territory-when-accounts-that-belong-to-their-territory-are-merged/#post-66322" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">40cdd261f5d0a509e004c74bd6fa974e</guid>
				<title>Deepak replied to the discussion How would anyone have an Apex trigger that simply rolls up the Opporunty Primary partner name up to the Opportunity record in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/rollup-opportunity-primary-partner-to-opportunity-record/#post-66321</link>
				<pubDate>Tue, 10 Dec 2019 14:28:55 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/rollup-opportunity-primary-partner-to-opportunity-record/#post-66321"><span class="bb-reply-lable">Reply to</span> How would anyone have an Apex trigger that simply rolls up the Opporunty Primary partner name up to the Opportunity record in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>trigger rollupopp on Opportunity (after delete,after update,after insert,after undelete) {</p>
<p>set&lt;ID&gt;AccIds = new set&lt;ID&gt;();</p>
<p>if(trigger.isinsert || trigger.isundelete){<br />
for(opportunity opp : trigger.new){<br />
AccIds.add(opp.AccountId);<br />
}<br />
}<br />
if(trigger.isdelete){<br />
for(opportunity opp&hellip;<span class="activity-read-more" id="activity-read-more-98667"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/rollup-opportunity-primary-partner-to-opportunity-record/#post-66321" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f338579e5d6b224ad2cb177faaad84ad</guid>
				<title>Deepak replied to the discussion Do you know how to get the thumbs up/down icon for the Einstein bot response in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/do-you-know-how-to-get-the-thumbs-up-down-icon-for-the-einstein-bot-response/#post-66319</link>
				<pubDate>Tue, 10 Dec 2019 14:10:16 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/do-you-know-how-to-get-the-thumbs-up-down-icon-for-the-einstein-bot-response-in-salesforce/#post-66319"><span class="bb-reply-lable">Reply to</span> Do you know how to get the thumbs up/down icon for the Einstein bot response in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Chatbot Terminology<br />
Sita Nagappan-Alvarez, the CEO of Ursa Major Solar, is curious to learn more about what Maria Jimenez, her Salesforce admin, has discovered about chatbots. After Maria mentions that bots are a smart customer channel that requires a lot of content, Sita’s confused. Bot content? She thought you simply click a button or write&hellip;<span class="activity-read-more" id="activity-read-more-98665"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/do-you-know-how-to-get-the-thumbs-up-down-icon-for-the-einstein-bot-response/#post-66319" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">56716862e688e9fa24c63609326531b4</guid>
				<title>Deepak replied to the discussion How to schedule batch class based on country in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-schedule-batch-class-based-on-country/#post-66318</link>
				<pubDate>Tue, 10 Dec 2019 14:08:54 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-schedule-batch-class-based-on-country-in-salesforce/#post-66318"><span class="bb-reply-lable">Reply to</span> How to schedule batch class based on country in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>ust saving the class does not schedule it. You still need to tell the DB to schedule it. I generally write a schedule function within my class so that I can easily call it in one line, that uses my static chron string within the class. Something like this should work</p>
<p>global class Scheduler_class implements Schedulable{</p>
<p>public static String&hellip;<span class="activity-read-more" id="activity-read-more-98664"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-schedule-batch-class-based-on-country/#post-66318" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a186384e706eded2ddde084ce2399501</guid>
				<title>Deepak replied to the discussion How to set default value in &#60;lightning:select&#62; in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-set-default-value-in-lightningselect/#post-66317</link>
				<pubDate>Tue, 10 Dec 2019 14:07:29 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-set-default-value-in-lt-lightning-select-gt-in-salesforce/#post-66317"><span class="bb-reply-lable">Reply to</span> How to set default value in &lt;lightning:select&gt; in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>&lt;aura:application extends=&#8221;force:slds&#8221; controller=&#8221;LightningAccountController&#8221;&gt;<br />
&lt;aura:attribute name=&#8221;accounts&#8221; type=&#8221;Account[]&#8221; /&gt;<br />
&lt;aura:handler name=&#8221;init&#8221; value=&#8221;{!this}&#8221; action=&#8221;{!c.doInit}&#8221; /&gt;</p>
<p>&lt;lightning:select label=&#8221;Choose 1&#8243; name=&#8221;a_opt&#8221; aura:id=&#8221;a_opt&#8221; onchange=&#8221;{!c.change}&#8221;&gt;<br />
&lt;aura:iteration items=&#8221;{!v.accounts}&#8221;&hellip;<span class="activity-read-more" id="activity-read-more-98663"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-set-default-value-in-lightningselect/#post-66317" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">02c67f5f8aa7fc51123dfdb1b8ed163c</guid>
				<title>Deepak replied to the discussion How to implement a custom toast message without firing a event in a Salesforce lightning component? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-implement-a-custom-toast-message-without-firing-a-event-in-a-lightning-component/#post-66316</link>
				<pubDate>Tue, 10 Dec 2019 14:05:52 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-implement-a-custom-toast-message-without-firing-a-event-in-a-salesforce-lightning-component/#post-66316"><span class="bb-reply-lable">Reply to</span> How to implement a custom toast message without firing a event in a Salesforce lightning component?</a></p> <div class="bb-content-inr-wrap"><p>The correct method would be to use the lightning:overlayLibrary (or create your own modal dialog). How it works is given in the documentation. First, you include overlay library:</p>
<p>&lt;lightning:overlayLibrary aura:id=&#8221;overlayLib&#8221;/&gt;<br />
And then you call it when you need it:</p>
<p>var modalBody;<br />
$A.createComponent(&#8220;c:modalContent&#8221;, {},<br />
function(content,&hellip;<span class="activity-read-more" id="activity-read-more-98662"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-implement-a-custom-toast-message-without-firing-a-event-in-a-lightning-component/#post-66316" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6aeacce672994fd073a8fba98c838272</guid>
				<title>Deepak replied to the discussion How to write Apex trigger for the given requirement in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-write-apex-trigger-for-the-given-requirement/#post-66315</link>
				<pubDate>Tue, 10 Dec 2019 14:04:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-write-apex-trigger-for-the-given-requirement-in-salesforce/#post-66315"><span class="bb-reply-lable">Reply to</span> How to write Apex trigger for the given requirement in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Write a trigger on lead for after insert and after update. Write your condition for update the lead status in if block and write the code for lead status updation.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ac5b234b8936dd03fb360f1aa922733c</guid>
				<title>Deepak replied to the discussion How to assign Connected App to any desired profile programatically by using apex or metadataapi in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-assign-connected-app-to-any-desired-profile-programatically-by-using-apex-or-metadataapi/#post-66314</link>
				<pubDate>Tue, 10 Dec 2019 14:00:18 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-assign-connected-app-to-any-desired-profile-programatically-by-using-apex-or-metadataapi-in-salesforce/#post-66314"><span class="bb-reply-lable">Reply to</span> How to assign Connected App to any desired profile programatically by using apex or metadataapi in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>You can use the Salesforce Metadata API(<a target='_blank' href="http://www.salesforce.com/us/developer/docs/api_meta/" rel="nofollow">http://www.salesforce.com/us/developer/docs/api_meta/</a>) to create a Connected App(<a target='_blank' href="https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_connectedapp.htm" rel="nofollow">https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_connectedapp.htm</a>), it provides the ConnectedApp metadata type for this purpose. You can either use the File Based&hellip;<span class="activity-read-more" id="activity-read-more-98660"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-assign-connected-app-to-any-desired-profile-programatically-by-using-apex-or-metadataapi/#post-66314" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e074913bf7eafaea52dfde3270bc4ebe</guid>
				<title>Deepak replied to the discussion How can I test Messaging.MassEmailMessage with checking targetobjectids in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-test-messaging-massemailmessage-with-checking-targetobjectids/#post-66313</link>
				<pubDate>Tue, 10 Dec 2019 13:59:18 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-i-test-messaging-massemailmessage-with-checking-targetobjectids-in-salesforce/#post-66313"><span class="bb-reply-lable">Reply to</span> How can I test Messaging.MassEmailMessage with checking targetobjectids in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Messaging.MassEmailMessage massEmail = new Messaging.MassEmailMessage();<br />
massEmail.setTargetObjectIds(userIds);<br />
massEmail.setSaveAsActivity(false);<br />
massEmail.setTemplateId(templateId);<br />
List&lt;Messaging.Email&gt; emails = new List&lt;Messaging.Email&gt;{massEmail};<br />
emails.add(‘your email id’);<br />
Messaging.SendEmailResult[] results =&hellip;<span class="activity-read-more" id="activity-read-more-98659"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-can-i-test-messaging-massemailmessage-with-checking-targetobjectids/#post-66313" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a5363e9856f127ed957af588ee51145e</guid>
				<title>Deepak replied to 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/#post-66249</link>
				<pubDate>Mon, 09 Dec 2019 14:28:21 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-feature-would-you-use-to-track-changes-to-settings-in-salesforce/#post-66249"><span class="bb-reply-lable">Reply to</span> What feature would you use to track changes to settings in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Earlier this week a friend wanted to know how best to troubleshoot an error message he, and his users, were getting.  Every time anyone tried to access ANY record, they got an error that looked like this:</p>
<p>“UNABLE_TO_LOCK_ROW : unable to obtain exclusive access to this record”</p>
<p>That’s bad!  No one could work inside Salesforce!</p>
<p>This meant that&hellip;<span class="activity-read-more" id="activity-read-more-98635"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-feature-would-you-use-to-track-changes-to-settings-in-salesforce/#post-66249" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4311f3e75f4820742f983c0a5ecaa69d</guid>
				<title>Deepak started the discussion How to do a button that get&#039;s current time and save the value in a Salesforce Custom object? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/lwc-how-to-do-a-button-that-gets-current-time-and-save-the-value-in-a-custom-object/</link>
				<pubDate>Mon, 09 Dec 2019 14:26:34 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-do-a-button-that-get-s-current-time-and-save-the-value-in-a-salesforce-custom-object/">How to do a button that get's current time and save the value in a Salesforce Custom object?</a></p> <div class="bb-content-inr-wrap"><p>LWC: How to do a button that get&#8217;s current time and save the value in a Custom object?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e19b8e1b853aa2773a9688f4f7478fcd</guid>
				<title>Deepak started the discussion How to create animation effect like standard list view page on refresh button in Salesforce lightning? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-create-animation-effect-like-standard-list-view-page-on-refresh-button-in-lightning/</link>
				<pubDate>Mon, 09 Dec 2019 14:24:54 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-create-animation-effect-like-standard-list-view-page-on-refresh-button-in-salesforce-lightning/">How to create animation effect like standard list view page on refresh button in Salesforce lightning?</a></p> <div class="bb-content-inr-wrap"><p>How to create animation effect like standard list view page on refresh button in lightning?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4a891ffbfb6981ad347a8a30ea28b8ab</guid>
				<title>Deepak started the discussion How to delete uploaded files from community attachments in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-delete-uploaded-files-from-community-attachments/</link>
				<pubDate>Mon, 09 Dec 2019 14:23:47 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-delete-uploaded-files-from-community-attachments-in-salesforce/">How to delete uploaded files from community attachments in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>How to delete uploaded files from community attachments?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">17182167eebe662078079a2d34dc1e69</guid>
				<title>Deepak started the discussion Can we open marketing cloud in Salesforce playground without asking login details In LWC? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-open-marketing-cloud-in-salesforce-playground-without-asking-login-details-in-lwc/</link>
				<pubDate>Mon, 09 Dec 2019 14:22:39 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/can-we-open-marketing-cloud-in-salesforce-playground-without-asking-login-details-in-lwc/">Can we open marketing cloud in Salesforce playground without asking login details In LWC?</a></p> <div class="bb-content-inr-wrap"><p>Can we open Marketing cloud in salesforce playground without asking login details In LWC?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ce83b0302d84e4d28c915df2c222f933</guid>
				<title>Deepak started the discussion How to ShowToast duration parameter not working in Salesforce Lightning Web Component? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/showtoast-duration-parameter-not-working-in-lightning-web-component/</link>
				<pubDate>Mon, 09 Dec 2019 14:21:26 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-showtoast-duration-parameter-not-working-in-salesforce-lightning-web-component/">How to ShowToast duration parameter not working in Salesforce Lightning Web Component?</a></p> <div class="bb-content-inr-wrap"><p>handleToast(){<br />
if(this.showToast){<br />
//console.log(&#8216;calling case comments&#8217;);<br />
getCaseComment({caseId: this.recordId})<br />
.then(result =&gt; {<br />
if(result){<br />
this.dispatchEvent(<br />
showToast(&#8216;Info&#8217;,&#8217;pester&#8217;, &#8216;Latest Case Comment&#8217;, result, 75000)<br />
);<br />
}<br />
})<br />
.catch(error =&gt; {<br />
console.log(&#8216;Error occured in showing case&hellip;<span class="activity-read-more" id="activity-read-more-98630"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/showtoast-duration-parameter-not-working-in-lightning-web-component/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e297def524dce577c55b1243b3a538c2</guid>
				<title>Deepak started 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/</link>
				<pubDate>Mon, 09 Dec 2019 14:06:01 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/is-there-a-way-to-check-a-debug-statement-belongs-to-which-class-in-salesforce/">Is there a way to check a debug statement belongs to which class in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Is there a way to check a debug statement belongs to which class?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">136144c718fa052e4d186da051e9b0e0</guid>
				<title>Deepak replied to the discussion What is the return type of Trigger.Old and Trigger.OldMap in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-return-type-of-triggerold-and-triggeroldmap-in-salesforce/#post-66242</link>
				<pubDate>Mon, 09 Dec 2019 14:04:09 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-the-return-type-of-triggerold-and-triggeroldmap-in-salesforce/#post-66242"><span class="bb-reply-lable">Reply to</span> What is the return type of Trigger.Old and Trigger.OldMap in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Trigger.old: Returns a list of the old versions of the sObject records. Trigger.old should return a type ofList&lt;sObject__c&gt;.Note that this sObject list is only available in the update and delete triggers.</p>
<p>Trigger.oldMap: A map of IDs to the old versions of the sObject records. Trigger.oldMap should return a type of Map&lt;Id, sObject__c&gt;.Note&hellip;<span class="activity-read-more" id="activity-read-more-98628"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-the-return-type-of-triggerold-and-triggeroldmap-in-salesforce/#post-66242" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">295ba6a951d9d4173f3af6c91e3b8186</guid>
				<title>Deepak replied to the discussion How to insert a list custom setting record from apex in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-insert-a-list-custom-setting-record-from-apex/#post-66217</link>
				<pubDate>Mon, 09 Dec 2019 10:05:17 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-insert-a-list-custom-setting-record-from-apex-in-salesforce/#post-66217"><span class="bb-reply-lable">Reply to</span> How to insert a list custom setting record from apex in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Custom Settings Methods<br />
Custom settings are similar to custom objects and enable application developers to create custom sets of data, as well as create and associate custom data for an organization, profile, or specific user. All custom settings data is exposed in the application cache, which enables efficient access without the cost of&hellip;<span class="activity-read-more" id="activity-read-more-98618"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-insert-a-list-custom-setting-record-from-apex/#post-66217" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2763bd1d452a01b89779b74a7778e8c4</guid>
				<title>Deepak replied to the discussion How to receive an error while attempting to mass edit contacts in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/has-anyone-received-an-error-while-attempting-to-mass-edit-contacts/#post-66187</link>
				<pubDate>Sun, 08 Dec 2019 17:44:14 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-receive-an-error-while-attempting-to-mass-edit-contacts-in-salesforce/#post-66187"><span class="bb-reply-lable">Reply to</span> How to receive an error while attempting to mass edit contacts in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Have you checked that all VF Pages and Classes are added to their Profiles? You can find that when you go to the profile and scroll down to the bottom. I hope this helps.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">95f5b809eae920845d540becd96c574d</guid>
				<title>Deepak replied to the discussion How to rename multiple box folders through apex in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-rename-multiple-box-folders-through-apex/#post-66186</link>
				<pubDate>Sun, 08 Dec 2019 17:43:16 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-rename-multiple-box-folders-through-apex-in-salesforce/#post-66186"><span class="bb-reply-lable">Reply to</span> How to rename multiple box folders through apex in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>This can be done by creating a script using our API. The specific endpoint you would need to update the name would be: https://developer.box.com/reference#update-information-about-a-folder. However, you would first need to find all the folder IDs of the folders with the same name. Perhaps someone else might be able to provide more details on that piece!</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6a294d36857d45a21612518764225fa9</guid>
				<title>Deepak replied to the discussion How to assign upcoming chat request to the Agent based on Skills using Apex in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-assign-upcoming-chat-request-to-the-agent-based-on-skills-using-apex/#post-66185</link>
				<pubDate>Sun, 08 Dec 2019 17:41:58 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-assign-upcoming-chat-request-to-the-agent-based-on-skills-using-apex-in-salesforce/#post-66185"><span class="bb-reply-lable">Reply to</span> How to assign upcoming chat request to the Agent based on Skills using Apex in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Transfer Chats to an Agent, Skill, or Button<br />
Chats can be transferred to another agent, skill, or button so your customers always receive the highest-quality help from the most relevant sources. This information applies to chats routed with Chat routing only.</p>
<p>Available in: Salesforce Classic<br />
Available in: Performance Editions and&hellip;<span class="activity-read-more" id="activity-read-more-98602"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-assign-upcoming-chat-request-to-the-agent-based-on-skills-using-apex/#post-66185" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">05c71e658a04551a7ab514c1aa8dbb87</guid>
				<title>Deepak replied to the discussion How to add a new tab to Case Activity tabs in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-add-a-new-tab-to-case-activity-tabs/#post-66184</link>
				<pubDate>Sun, 08 Dec 2019 17:40:31 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-add-a-new-tab-to-case-activity-tabs-in-salesforce/#post-66184"><span class="bb-reply-lable">Reply to</span> How to add a new tab to Case Activity tabs in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Whats&#8217; the custom tab? Keep in mind those tabs are meant for specific actions. Here&#8217;s the trailhead that should help:</p>
<p>Actions and Lightning Experience:<br />
<a target='_blank' href="https://developer.salesforce.com/trailhead/lex_migration_customization/lex_migration_customization_actions" rel="nofollow">https://developer.salesforce.com/trailhead/lex_migration_customization/lex_migration_customization_actions</a></p>
<p>Here&#8217;s a quick summary of how you&#8217;d customize the actions:</p>
<p>You&#8217;ll be creating&hellip;<span class="activity-read-more" id="activity-read-more-98601"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-add-a-new-tab-to-case-activity-tabs/#post-66184" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2e528f3e4b63c312d35152d9b08356b0</guid>
				<title>Deepak replied to the discussion How to upload files in community using Salesforce lightning? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-upload-files-in-community-using-lightning/#post-66183</link>
				<pubDate>Sun, 08 Dec 2019 17:38:55 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-upload-files-in-community-using-salesforce-lightning/#post-66183"><span class="bb-reply-lable">Reply to</span> How to upload files in community using Salesforce lightning?</a></p> <div class="bb-content-inr-wrap"><p>Use lightning:fileUpload component in your page to upload files in salesforce object.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">485bab3a517e26ab76c6cf421e6a45b0</guid>
				<title>Deepak replied to the discussion How to create Global folders within account via Visualforce or apex trigger in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/create-global-folders-within-account-via-visual-force-or-apex-trigger/#post-66182</link>
				<pubDate>Sun, 08 Dec 2019 17:36:48 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-create-global-folders-within-account-via-visualforce-or-apex-trigger-in-salesforce/#post-66182"><span class="bb-reply-lable">Reply to</span> How to create Global folders within account via Visualforce or apex trigger in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Please go through this link:</p>
<p><a target='_blank' href="https://developer.salesforce.com/forums/?id=906F0000000DCBBIA4" rel="nofollow">https://developer.salesforce.com/forums/?id=906F0000000DCBBIA4</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fe93c0a4214b5c571e305067dae804e6</guid>
				<title>Deepak started the discussion How can I edit components in a managed package installed in the Salesforce org? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-edit-components-in-a-managed-package-installed-in-the-org/</link>
				<pubDate>Fri, 06 Dec 2019 12:36:04 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-i-edit-components-in-a-managed-package-installed-in-the-salesforce-org/">How can I edit components in a managed package installed in the Salesforce org?</a></p> <div class="bb-content-inr-wrap"><p>How can I edit components in a managed package installed in the org?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">23c5147e0d2a546c7b3e258c40c99c34</guid>
				<title>Deepak replied to the discussion How we can create google chart from apex class in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-we-can-create-google-chart-from-apex-class/#post-66163</link>
				<pubDate>Fri, 06 Dec 2019 12:34:39 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-we-can-create-google-chart-from-apex-class-in-salesforce/#post-66163"><span class="bb-reply-lable">Reply to</span> How we can create google chart from apex class in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>&lt;apex:page &gt;<br />
&lt;apex:includeScript id=&#8221;a&#8221; value=&#8221;https://www.google.com/jsapi&#8221; /&gt;<br />
&lt;apex:sectionHeader subtitle=&#8221;Reactive Call Outs Per Day&#8221;/&gt;<br />
&lt;!&#8211; Google Charts will be drawn in this DIV &#8211;&gt;<br />
&lt;div id=&#8221;chart_div&#8221; /&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;/soap/ajax/20.0/connection.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script&hellip;<span class="activity-read-more" id="activity-read-more-98573"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-we-can-create-google-chart-from-apex-class/#post-66163" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7638fbe92370cc1fb442b07ea29b0402</guid>
				<title>Deepak replied to the discussion How can we create workflow through apex in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-create-workflow-through-apex/#post-66161</link>
				<pubDate>Fri, 06 Dec 2019 12:32:52 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-create-workflow-through-apex-in-salesforce/#post-66161"><span class="bb-reply-lable">Reply to</span> How can we create workflow through apex in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>You can not create approval process or workflow with Apex system classes.</p>
<p>These are configurable business logics which can not be created generally in Apex.</p>
<p>But there is one way of creating these components is Metadata API. In metadata API you can create Approval process, workflows, workflow rules, Assignment rules and other admin&hellip;<span class="activity-read-more" id="activity-read-more-98572"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/can-we-create-workflow-through-apex/#post-66161" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9349931051ab62eb55a1e4fcd7dd4333</guid>
				<title>Deepak replied to the discussion How to cover a user in Salesforce test class? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-cover-a-user-in-test-class/#post-66160</link>
				<pubDate>Fri, 06 Dec 2019 12:31:51 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-cover-a-user-in-salesforce-test-class/#post-66160"><span class="bb-reply-lable">Reply to</span> How to cover a user in Salesforce test class?</a></p> <div class="bb-content-inr-wrap"><p>Create a new user and assign it a profile and role by querying and insert the user.</p>
<p>You can also cover in a different way by creating an account and a related contact. Enable account as partner user then create a user, assign it a partner profile and add contactid in user.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">32956797ca6317426117c76a9a26e472</guid>
				<title>Deepak replied to the discussion Why Static variables loose their state in batch class during every execution in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/why-static-variables-loose-their-state-in-batch-class-during-every-execution/#post-66158</link>
				<pubDate>Fri, 06 Dec 2019 12:28:32 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/why-static-variables-loose-their-state-in-batch-class-during-every-execution-in-salesforce/#post-66158"><span class="bb-reply-lable">Reply to</span> Why Static variables loose their state in batch class during every execution in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>By default salesforce excuete the batch class like this from my understanding because  it it will not initialise to null there is chance to exist previous data  then the batch class will fail.<br />
if you will not initialise to null<br />
Let us assume you have excueted the batch with 200 records by five batches after excuetion of one batch list having 200&hellip;<span class="activity-read-more" id="activity-read-more-98570"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/why-static-variables-loose-their-state-in-batch-class-during-every-execution/#post-66158" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Content Delivery Network via Amazon Web Services: CloudFront: cdn.forcetalks.com
Lazy Loading

Served from: 52.205.218.194 @ 2026-05-14 00:13:23 by W3 Total Cache
-->