<?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 | Ajay Prakash | Activity</title>
	<link>http://52.205.218.194/ajayd/activity/</link>
	<atom:link href="http://52.205.218.194/ajayd/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Ajay Prakash.</description>
	<lastBuildDate>Tue, 30 Jun 2026 22:49:41 +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">54018aae13d18b47830f9781e2ffa9ec</guid>
				<title>Ajay Prakash replied to the discussion How to take List of Account into a JavaScript variable on a Salesforce Visualforce page? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-take-list-of-account-into-a-javascript-variable-on-a-salesforce-visualforce-page/#post-70566</link>
				<pubDate>Thu, 27 Feb 2020 04:51:21 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-take-list-of-account-into-a-javascript-variable-on-a-salesforce-visualforce-page/#post-70566"><span class="bb-reply-lable">Reply to</span> How to take List of Account into a JavaScript variable on a Salesforce Visualforce page?</a></p> <div class="bb-content-inr-wrap"><p>I found this interesting topic today. Using remote action will open a different thread. I believe, The following approach will help &#8211;</p>
<p>In your javascript code parse the get set variable in the following way-</p>
<pre>var accListTemp='{!accountList}';
var accList = JSON.parse(accListTemp);</pre>
<p>Here in accList you will get a list of objects in javascript.&hellip;<span class="activity-read-more" id="activity-read-more-102203"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-take-list-of-account-into-a-javascript-variable-on-a-salesforce-visualforce-page/#post-70566" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3d53e80ec74a1b9f11225ae24bbc1762</guid>
				<title>Ajay Prakash and Divya are now connected</title>
				<link>http://52.205.218.194/activity/p/88673/</link>
				<pubDate>Mon, 12 Nov 2018 04:48:39 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">723deb98706a94d1cfd1da4af5220361</guid>
				<title>Ajay Prakash replied to the discussion How can I append entire fields at once in query? Like &#039;SELECT * FROM ACCOUNT&#039; in SQL . in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-append-entire-fields-at-once-in-query-like-select-from-account-in-sql/#post-25635</link>
				<pubDate>Wed, 28 Feb 2018 05:57:51 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-i-append-entire-fields-at-once-in-query-like-select-from-account-in-sql/#post-25635"><span class="bb-reply-lable">Reply to</span> How can I append entire fields at once in query? Like 'SELECT * FROM ACCOUNT' in SQL .</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>In SOQL you cannot use * to retrieve all the field values. You have to mention each and every fields API name in your SOQL query.</p>
<p>Thanks.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e8620153734b2378a1662efc9e12d76d</guid>
				<title>Ajay Prakash posted a new post.</title>
				<link>http://52.205.218.194/?p=25607</link>
				<pubDate>Wed, 28 Feb 2018 05:14:31 +0530</pubDate>

									<content:encoded><![CDATA[ <a class="bb-post-img-link" href="http://52.205.218.194/enhanced-lookups-in-salesforce/"><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="http://cdn.forcetalks.com/wp-content/uploads/2018/02/Enhanced-Lookups-In-Salesforce.png?x67325" /></a> <div class="bb-content-wrp"><a class="bb-post-title-link" href="http://52.205.218.194/enhanced-lookups-in-salesforce/"><span class="bb-post-title">Enhanced Lookups In Salesforce</span></a> <p>Records in custom lookup are searchable by Object Name or AutoNumber. What If we want to search the record for any other field value. Just…</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">68c700258304b841d32503a0c47a4d17</guid>
				<title>Ajay Prakash replied to the discussion How to grant permission to user through apex code? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-grant-permission-to-user-through-apex-code/#post-25628</link>
				<pubDate>Wed, 28 Feb 2018 05:10:01 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-grant-permission-to-user-through-apex-code/#post-25628"><span class="bb-reply-lable">Reply to</span> How to grant permission to user through apex code?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>You can assign permission set to user dynamically using following code in your apex &#8211;</p>
<blockquote><p>PermissionSetAssignment psa = new PermissionSetAssignment<br />
(PermissionSetId = yourPermissionSetId, AssigneeId = yourAssigneeId);<br />
insert psa;</p></blockquote>
<p>Thanks.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">90a0ae22b31f7cc35340c5410f29d07a</guid>
				<title>Ajay Prakash replied to the discussion How to create reusable methods in Lightning JS client side controller for reuse within the client side controller itself? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-create-reusable-methods-in-lightning-js-client-side-controller-for-reuse-within-the-client-side-controller-itself/#post-25627</link>
				<pubDate>Wed, 28 Feb 2018 05:03:20 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-create-reusable-methods-in-lightning-js-client-side-controller-for-reuse-within-the-client-side-controller-itself/#post-25627"><span class="bb-reply-lable">Reply to</span> How to create reusable methods in Lightning JS client side controller for reuse within the client side controller itself?</a></p> <div class="bb-content-inr-wrap"><p>I agree with Himanshu. If you write the code in the helper.js then this code will be accessible from the controller.js, renderer.js and helper.js itself. It will improve your code reusability.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">192e5401e70a36801baa7173d78702ad</guid>
				<title>Ajay Prakash replied to the discussion If we declare lightning style in a Salesforce lightning component does it affect lightning application? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/if-we-declare-lightning-style-in-lightning-component-does-it-affect-lightning-application/#post-25625</link>
				<pubDate>Wed, 28 Feb 2018 04:58:06 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/if-we-declare-lightning-style-in-a-salesforce-lightning-component-does-it-affect-lightning-application/#post-25625"><span class="bb-reply-lable">Reply to</span> If we declare lightning style in a Salesforce lightning component does it affect lightning application?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>Only including the style from the static resource in your lightning component will neither affect your lightning component nor your Lightning application. However, it will affect the preview of the lightning application if the component is included in the Lightning application and uses the CSS attributes. The scope of this static&hellip;<span class="activity-read-more" id="activity-read-more-66260"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/if-we-declare-lightning-style-in-lightning-component-does-it-affect-lightning-application/#post-25625" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ef8195aba00ffb09bdcf8a8e5dd8a6c3</guid>
				<title>Ajay Prakash posted a new post.</title>
				<link>http://52.205.218.194/?p=25614</link>
				<pubDate>Wed, 28 Feb 2018 04:52:34 +0530</pubDate>

									<content:encoded><![CDATA[ <a class="bb-post-img-link" href="http://52.205.218.194/report-and-report-type-for-a-custom-object-in-salesforce/"><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="http://cdn.forcetalks.com/wp-content/uploads/2018/02/Report-and-Report-type-for-a-Custom-Object-in-Salesforce.png?x67325" /></a> <div class="bb-content-wrp"><a class="bb-post-title-link" href="http://52.205.218.194/report-and-report-type-for-a-custom-object-in-salesforce/"><span class="bb-post-title">Report and Report Type for a Custom Object in Salesforce</span></a> <p>It’s an easy task to create a Report for a Standard Object because salesforce provides some standard report types for the standard object,  But when…</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1d301955a2bd77c326275d0f3fe2a685</guid>
				<title>Ajay Prakash replied to the discussion Is there any method to limit the maximum number of characters that can be typed into input field in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-there-any-method-to-limit-the-maximum-number-of-characters-that-can-be-typed-into-input-field-in-salesforce/#post-25619</link>
				<pubDate>Wed, 28 Feb 2018 04:39:55 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/is-there-any-method-to-limit-the-maximum-number-of-characters-that-can-be-typed-into-input-field-in-salesforce/#post-25619"><span class="bb-reply-lable">Reply to</span> Is there any method to limit the maximum number of characters that can be typed into input field in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>You should use maxlength attribute of the input field instead of calling a method for the validation. If you want to write some custom logic or you want to show a message to the user then you can call a method and follow the approach provided by Abhinav.</p>
<p>Thanks.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a000792e5aacdcfad46df33ea247545a</guid>
				<title>Ajay Prakash replied to the discussion How to get the old value of a field in a Salesforce Apex Controller? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-get-the-old-value-of-a-field-in-apex-controller/#post-25590</link>
				<pubDate>Tue, 27 Feb 2018 04:06:09 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-get-the-old-value-of-a-field-in-a-salesforce-apex-controller/#post-25590"><span class="bb-reply-lable">Reply to</span> How to get the old value of a field in a Salesforce Apex Controller?</a></p> <div class="bb-content-inr-wrap"><p>The above solution will help you definitely. There can be one more possible approach that you can perform a SOQL query on the object in the current transaction where you want old values of any record.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f7138b3dbad1d1006cf2740976cb5722</guid>
				<title>Ajay Prakash replied to the discussion Calling Batch class with Salesforce Apex Trigger in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/calling-batch-class-with-salesforce-apex-trigger/#post-25521</link>
				<pubDate>Thu, 22 Feb 2018 18:47:50 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/calling-batch-class-with-salesforce-apex-trigger/#post-25521"><span class="bb-reply-lable">Reply to</span> Calling Batch class with Salesforce Apex Trigger</a></p> <div class="bb-content-inr-wrap"><p>Hi Anish,</p>
<p>As I can see <strong>Stage__c </strong>is an custom Object and you are referring object label <strong>Stage </strong>in your batch class. You should refer API name <strong>Stage__c</strong> of the <strong>Stage</strong> object in your batch class as well.</p>
<p>One more mistake I can see in your code that you have defined <strong>setQry(string soqlquery) </strong>method in your batch class but this method is not called&hellip;<span class="activity-read-more" id="activity-read-more-66185"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/calling-batch-class-with-salesforce-apex-trigger/#post-25521" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d58e501f13742eca61a4e78eed01bfc5</guid>
				<title>Ajay Prakash replied to the discussion Need help in changing Standard Price Book in Salesforce in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/selection-of-price-book/#post-25520</link>
				<pubDate>Thu, 22 Feb 2018 17:23:12 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/need-help-in-changing-standard-price-book-in-salesforce/#post-25520"><span class="bb-reply-lable">Reply to</span> Need help in changing Standard Price Book in Salesforce</a></p> <div class="bb-content-inr-wrap"><p>Hi Ravi,</p>
<p>Unfortunately it is not possible to change Price Book for existing Order, like on Opportunity. This Feature is not delivered by Salesforce and still is in <a target='_blank' href="https://success.salesforce.com/ideaView?id=08730000000DhEkAAK" rel="nofollow">Idea</a>.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">69b0e7e5c4f1d93b56713e4e7832b526</guid>
				<title>Ajay Prakash started the discussion Window.location.href is not working in Microsoft edge in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/window-location-href-is-not-working-in-microsoft-edge/</link>
				<pubDate>Mon, 19 Feb 2018 15:44:53 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/window-location-href-is-not-working-in-microsoft-edge/">Window.location.href is not working in Microsoft edge</a></p> <div class="bb-content-inr-wrap"><p>I have used <strong>window.location.href</strong> in my lightning component javascript controller. It is working fine in Chrome/Mozilla but not in Microsoft edge. Is there any alternate solution?</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">50bcf171fbfe90ac292c3ccc68761eb4</guid>
				<title>Ajay Prakash replied to the discussion Is there any method to test a Visualforce page like an apex class? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-there-any-method-to-test-a-visualforce-page-like-an-apex-class/#post-25397</link>
				<pubDate>Sun, 18 Feb 2018 07:27:32 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/is-there-any-method-to-test-a-visualforce-page-like-an-apex-class/#post-25397"><span class="bb-reply-lable">Reply to</span> Is there any method to test a Visualforce page like an apex class?</a></p> <div class="bb-content-inr-wrap"><p>You need to do unit testing for apex classes not for visualforce pages. Yes you will need to write test classes for visualforce page controller before deployment.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f82a7d98c897904d5e2ed24f6cd2fd60</guid>
				<title>Ajay Prakash replied to the discussion Permission set is assigned to user, how does it assign to a particular profile not user in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/permission-set-is-assigned-to-user-how-does-it-assign-to-a-particular-profile-not-user/#post-25396</link>
				<pubDate>Sun, 18 Feb 2018 07:21:59 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/permission-set-is-assigned-to-user-how-does-it-assign-to-a-particular-profile-not-user-in-salesforce/#post-25396"><span class="bb-reply-lable">Reply to</span> Permission set is assigned to user, how does it assign to a particular profile not user in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>There is no sense of assigning the permission set to a profile. The permission set is for adding an exception on the profiles means providing additional access. You can add permission set&#8217;s permission on the profile directly.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">18e48402e57f6a07b6dc0a0e837beae9</guid>
				<title>Ajay Prakash replied to the discussion What is the difference between Readable,Visible and Read Only in permission set? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-difference-between-readablevisible-and-read-only-in-permission-set/#post-25395</link>
				<pubDate>Sun, 18 Feb 2018 07:11:54 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-the-difference-between-readablevisible-and-read-only-in-permission-set/#post-25395"><span class="bb-reply-lable">Reply to</span> What is the difference between Readable,Visible and Read Only in permission set?</a></p> <div class="bb-content-inr-wrap"><p>Read-Only: If you check the &#8220;Read-Only&#8221; checkbox, that field will be read-only for the users of that profile. The user can only see that field, he can&#8217;t edit. The field must be Visible to be Read-Only.</p>
<p>Visible: If you check the &#8220;Visible&#8221; checkbox, that field will be visible to that profile. User can read &amp; edit that field</p>
<p>Readable: Read&hellip;<span class="activity-read-more" id="activity-read-more-66127"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-the-difference-between-readablevisible-and-read-only-in-permission-set/#post-25395" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cac321f192a1402a6a02d2c8aff1d79b</guid>
				<title>Ajay Prakash replied to the discussion Can I use Map in dynamic query in Apex? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-i-use-map-in-dynamic-query-in-apex/#post-25394</link>
				<pubDate>Sun, 18 Feb 2018 06:45:24 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/can-i-use-map-in-dynamic-query-in-apex/#post-25394"><span class="bb-reply-lable">Reply to</span> Can I use Map in dynamic query in Apex?</a></p> <div class="bb-content-inr-wrap"><p>You can not use a map in a dynamic query because you can only use variables and collections in the dynamic query. map.Keyset() and map.Values() are the methods that you can not use directly inside a dynamic query.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0fb9b50dd4cb5cdb33142d65546f6c13</guid>
				<title>Ajay Prakash replied to the discussion Want to take values as parameters from one page to another but this is working in Salesforce classic but not in lightning.How to overcome this issue? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/want-to-take-values-as-parameters-from-one-page-to-another-but-this-is-working-in-salesforce-classic-but-not-in-lightning-how-to-overcome-this-issue/#post-25393</link>
				<pubDate>Sun, 18 Feb 2018 06:32:09 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/want-to-take-values-as-parameters-from-one-page-to-another-but-this-is-working-in-salesforce-classic-but-not-in-lightning-how-to-overcome-this-issue/#post-25393"><span class="bb-reply-lable">Reply to</span> Want to take values as parameters from one page to another but this is working in Salesforce classic but not in lightning.How to overcome this issue?</a></p> <div class="bb-content-inr-wrap"><p>You can get the URL Parameters using window.location in your javascript.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dace8ab00c0e2d9c2f70179c1601871d</guid>
				<title>Ajay Prakash replied to the discussion How can I implement lookup filters for custom objects in lightning experience? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-implement-lookup-filters-for-custom-objects-in-lightning-experience/#post-25392</link>
				<pubDate>Sun, 18 Feb 2018 06:10:46 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-i-implement-lookup-filters-for-custom-objects-in-lightning-experience/#post-25392"><span class="bb-reply-lable">Reply to</span> How can I implement lookup filters for custom objects in lightning experience?</a></p> <div class="bb-content-inr-wrap"><p>Salesforce has released this feature in Lightning as well in Spring &#8217;17. You can create lookup filter in lightning in the same way as you create in the Salesforce Classic.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e8e0d461e5f526cce12703431719ebf2</guid>
				<title>Ajay Prakash replied to the discussion Update Parent Record from a Salesforce trigger in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/update-parent-record-from-trrigger/#post-25391</link>
				<pubDate>Sun, 18 Feb 2018 06:05:35 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/update-parent-record-from-a-salesforce-trigger/#post-25391"><span class="bb-reply-lable">Reply to</span> Update Parent Record from a Salesforce trigger</a></p> <div class="bb-content-inr-wrap"><p>In this scenario, if criteria are met every time a parent record is updated means you will insert a new child record, it will exceed the maximum depth limit of a trigger and will throw a maximum trigger depth exception.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dc83d21df3569034bed6551189af25b4</guid>
				<title>Ajay Prakash replied to the discussion How to resolve UNABLE TO LOCK ROW error in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-resolve-unable-to-lock-row-error-in-salesforce/#post-25390</link>
				<pubDate>Sun, 18 Feb 2018 04:52:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-resolve-unable-to-lock-row-error-in-salesforce/#post-25390"><span class="bb-reply-lable">Reply to</span> How to resolve UNABLE TO LOCK ROW error in salesforce?</a></p> <div class="bb-content-inr-wrap"><p><strong>Reason and Resolution- </strong></p>
<p>When you have multiple jobs running that update the same set of records, it&#8217;s recommended to lock the records using the <strong>FOR UPDATE</strong> keyword. It will ensure that the record is locked and no other job can update the same record at that point in time. The conflicting job will then wait until the locking on the record&hellip;<span class="activity-read-more" id="activity-read-more-66122"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-resolve-unable-to-lock-row-error-in-salesforce/#post-25390" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2553ab4e4a205c7853e1ac5d84151f2d</guid>
				<title>Ajay Prakash replied to the discussion Can I grant different field-level security based on record ownership? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-i-grant-different-field-level-security-based-on-record-ownership/#post-25350</link>
				<pubDate>Thu, 15 Feb 2018 11:52:43 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/can-i-grant-different-field-level-security-based-on-record-ownership/#post-25350"><span class="bb-reply-lable">Reply to</span> Can I grant different field-level security based on record ownership?</a></p> <div class="bb-content-inr-wrap"><p>There can be one possible solution. You can hide the field visibility from the profile and create a permission set having field level security based on the requirement and assign this permission set to the desired user.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1505394ae70be49e5aff38f4169346a4</guid>
				<title>Ajay Prakash replied to the discussion How to enable lightning app builder in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-enable-lightning-app-builder-in-salesforce/#post-25253</link>
				<pubDate>Mon, 12 Feb 2018 14:43:59 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-enable-lightning-app-builder-in-salesforce/#post-25253"><span class="bb-reply-lable">Reply to</span> How to enable lightning app builder in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Lightning app builder is enabled by default. You need to go to quick search box and search for &#8220;lightning app builder&#8221; . There you can see a new button. By clicking new you can create new lightning page.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ef75aff8d12b872933f484b12b566d40</guid>
				<title>Ajay Prakash replied to the discussion How can I fetch the list views columns in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-fetch-the-list-views-columns/#post-25252</link>
				<pubDate>Mon, 12 Feb 2018 14:34:51 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-i-fetch-the-list-views-columns-in-salesforce/#post-25252"><span class="bb-reply-lable">Reply to</span> How can I fetch the list views columns in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>We can retrieve list view column or the records based on the list view id using HTTP request. The response contains the query string that contains columns of the list view.  Below code is for reference –</p>
<p>public static List&lt;Account&gt; getFilteredAccounts(String filterId){<br />
HttpRequest req = new HttpRequest();<br />
String baseUrl =&hellip;<span class="activity-read-more" id="activity-read-more-66047"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-can-i-fetch-the-list-views-columns/#post-25252" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c6976f5bcd0afcd0e98f57567ec812ea</guid>
				<title>Ajay Prakash replied to the discussion Can we have look up filter in Salesforce lightning? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-have-look-up-filter-in-lightning/#post-25251</link>
				<pubDate>Mon, 12 Feb 2018 14:09:52 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/can-we-have-look-up-filter-in-salesforce-lightning/#post-25251"><span class="bb-reply-lable">Reply to</span> Can we have look up filter in Salesforce lightning?</a></p> <div class="bb-content-inr-wrap"><p>This feature has been delivered in Spring &#8217;17.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8eccc3bb5807879f34235bf7632f323e</guid>
				<title>Ajay Prakash replied to the discussion Pre-populating fields at record creation in Salesforce Lightning Experience in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/pre-populating-fields-at-record-creation-in-lightning-experience/#post-25223</link>
				<pubDate>Mon, 12 Feb 2018 09:37:56 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/pre-populating-fields-at-record-creation-in-salesforce-lightning-experience/#post-25223"><span class="bb-reply-lable">Reply to</span> Pre-populating fields at record creation in Salesforce Lightning Experience</a></p> <div class="bb-content-inr-wrap"><p>If you want to fetch the field value dynamically the use &#8211;</p>
<blockquote><p>&lt;aura:handler name=&#8221;init&#8221; value=&#8221;{!this}&#8221; action=&#8221;{!c.doInit}&#8221;/&gt;</p></blockquote>
<p>If you want to provide static value then give default values in the attribute.</p>
<blockquote><p>&lt;aura:attribute name=&#8221;attributeName&#8221; type=&#8221;AttributeType&#8221; default=&#8221;default value&#8221; /&gt;</p></blockquote>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4151d7ffa8bd4a04ed4a10085cbdb571</guid>
				<title>Ajay Prakash replied to the discussion How can i debug the javascript code in Salesforce Lightning? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-debug-the-javascript-code-in-lightning/#post-25221</link>
				<pubDate>Mon, 12 Feb 2018 09:17:15 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-i-debug-the-javascript-code-in-salesforce-lightning/#post-25221"><span class="bb-reply-lable">Reply to</span> How can i debug the javascript code in Salesforce Lightning?</a></p> <div class="bb-content-inr-wrap"><p>Lightning component java script can be debug in following manner-</p>
<ul>
<li>Use Chrome + built in Dev Tools + Lightning Component Inspector</li>
<li>Make sure that debug mode is enabled in your org (Setup: Lightning Components).</li>
<li>Make sure that caching is disabled in your org (Setup: Session Settings -&gt; uncheck &#8220;Enable secure and persistent browser caching to&hellip;</li>
</ul>
<p><span class="activity-read-more" id="activity-read-more-66038"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-can-i-debug-the-javascript-code-in-lightning/#post-25221" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aa6e282d2a06891ba85071b2310bb447</guid>
				<title>Ajay Prakash replied to the discussion How can i debug the javascript code in Salesforce Lightning? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-debug-the-javascript-code-in-lightning/#post-25221</link>
				<pubDate>Mon, 12 Feb 2018 09:17:15 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-i-debug-the-javascript-code-in-salesforce-lightning/#post-25221"><span class="bb-reply-lable">Reply to</span> How can i debug the javascript code in Salesforce Lightning?</a></p> <div class="bb-content-inr-wrap"><p>There are multiple ways to debug lightning component-</p>
<ul>
<li>Use Chrome + built in Dev Tools + Lightning Component Inspector</li>
<li>Make sure that debug mode is enabled in your org (Setup: Lightning Components).</li>
<li>Make sure that caching is disabled in your org (Setup: Session Settings -&gt; uncheck &#8220;Enable secure and persistent browser caching to improve performance&#8221;</li>
</ul>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2f35a9327e207cb1ed52535de49f6dbd</guid>
				<title>Ajay Prakash posted a new post.</title>
				<link>http://52.205.218.194/?p=25192</link>
				<pubDate>Mon, 12 Feb 2018 07:40:23 +0530</pubDate>

									<content:encoded><![CDATA[ <a class="bb-post-img-link" href="http://52.205.218.194/channelonline-to-salesforce-integration-setup-episode-2/"><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="http://cdn.forcetalks.com/wp-content/uploads/2018/02/ChannelOnline-To-Salesforce-Integration-Setup-–-Episode-2.png?x67325" /></a> <div class="bb-content-wrp"><a class="bb-post-title-link" href="http://52.205.218.194/channelonline-to-salesforce-integration-setup-episode-2/"><span class="bb-post-title">ChannelOnline To Salesforce Integration Setup [EPISODE -2]</span></a> <p>Integration Setup In Salesforce Resellers must perform the following setup steps in Salesforce in order to exchange data Enable the correct employee for use with…</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fa9de11117c5401aaf8da69273e67bfc</guid>
				<title>Ajay Prakash posted a new post.</title>
				<link>http://52.205.218.194/?p=25187</link>
				<pubDate>Mon, 12 Feb 2018 07:36:11 +0530</pubDate>

									<content:encoded><![CDATA[ <a class="bb-post-img-link" href="http://52.205.218.194/channelonline-to-salesforce-integration-episode-1/"><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="http://cdn.forcetalks.com/wp-content/uploads/2018/02/ChannelOnline-To-Salesforce-Integration-EPISODE-–-1.png?x67325" /></a> <div class="bb-content-wrp"><a class="bb-post-title-link" href="http://52.205.218.194/channelonline-to-salesforce-integration-episode-1/"><span class="bb-post-title">ChannelOnline To Salesforce Integration [EPISODE-1]</span></a> <p>We will complete this integration configuration into two phase. Phase 2 is available in EPISODE – 2. ChannelOnline offers customers the ability to integrate with Salesforce.…</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">36a6cc4bbd18c5e6174bee45d4544d76</guid>
				<title>Ajay Prakash replied to the discussion How do I deploy Lightning components to my production org? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-do-i-deploy-lightning-components-to-my-production-org/#post-25205</link>
				<pubDate>Sun, 11 Feb 2018 17:07:09 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-do-i-deploy-lightning-components-to-my-production-org/#post-25205"><span class="bb-reply-lable">Reply to</span> How do I deploy Lightning components to my production org?</a></p> <div class="bb-content-inr-wrap"><p>The lightning component can be deployed to production like any other component like apex,visualforce etc.</p>
<p>Lightning components are available in the Lightning Component Bundle in the drop-down list of the changeset.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c3684f6cd4b816a369067c94b0815afe</guid>
				<title>Ajay Prakash replied to the discussion Where Lightning Components can be displayed? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/where-lightning-components-can-be-displayed/#post-25204</link>
				<pubDate>Sun, 11 Feb 2018 17:02:11 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/where-lightning-components-can-be-displayed/#post-25204"><span class="bb-reply-lable">Reply to</span> Where Lightning Components can be displayed?</a></p> <div class="bb-content-inr-wrap"><p>Lightning component can be displayed in the following ways-</p>
<ol>
<li>Run Lightning Components Apps Inside Visualforce Pages</li>
<li>Run Lightning Components Apps on Other Platforms with Lightning Out</li>
<li>Create Drag-and-Drop Components for Lightning App Builder and Community Builder</li>
<li>Launch a Lightning Component as a Quick Action</li>
<li>Add Lightning Components&hellip;</li>
</ol>
<p><span class="activity-read-more" id="activity-read-more-66025"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/where-lightning-components-can-be-displayed/#post-25204" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">22f2faab5e95f609198208b6573854a5</guid>
				<title>Ajay Prakash replied to the discussion How to open popup in Lightning Component? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-open-popup-in-lightning-component/#post-25203</link>
				<pubDate>Sun, 11 Feb 2018 16:46:03 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-open-popup-in-lightning-component/#post-25203"><span class="bb-reply-lable">Reply to</span> How to open popup in Lightning Component?</a></p> <div class="bb-content-inr-wrap"><p>You can create modal provided by Salesforce</p>
<blockquote><p>&lt;div class=&#8221;demo-only&#8221; style=&#8221;height: 640px;&#8221;&gt;<br />
&lt;section role=&#8221;dialog&#8221; tabindex=&#8221;-1&#8243; aria-labelledby=&#8221;modal-heading-01&#8243; aria-modal=&#8221;true&#8221; aria-describedby=&#8221;modal-content-id-1&#8243; class=&#8221;slds-modal slds-fade-in-open&#8221;&gt;<br />
&lt;div class=&#8221;slds-modal__container&#8221;&gt;<br />
&lt;header&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-66024"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-open-popup-in-lightning-component/#post-25203" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c0002098c3c02dab161cd1defdd61b09</guid>
				<title>Ajay Prakash replied to the discussion How to assign permission set to a public group? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-assign-permission-set-to-a-public-group/#post-25201</link>
				<pubDate>Sun, 11 Feb 2018 16:24:10 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-assign-permission-set-to-a-public-group/#post-25201"><span class="bb-reply-lable">Reply to</span> How to assign permission set to a public group?</a></p> <div class="bb-content-inr-wrap"><p>Hi Hazel,</p>
<p>You can not assign a permission set to a public group directly. This is still an idea &#8220;Permission Sets For Pubic Groups&#8221;.that salesforce has not released. You can assign the permission set to users as described by Abhinav or Ajit.</p>
<p>Hope this helps.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f01b9a673b8b920f3ef82bea762a0009</guid>
				<title>Ajay Prakash replied to the discussion How to assign permission set to a public group? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-assign-permission-set-to-a-public-group/#post-25201</link>
				<pubDate>Sun, 11 Feb 2018 16:24:10 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-assign-permission-set-to-a-public-group/#post-25201"><span class="bb-reply-lable">Reply to</span> How to assign permission set to a public group?</a></p> <div class="bb-content-inr-wrap"><p>Hi Hazel,</p>
<p>You can not assign a permission set to a public group directly. This is still an idea &#8220;Permission Sets For Pubic Groups&#8221;.</p>
<p>that salesforce has not released. You can assign the permission set to users as described by Abhinav or Ajit.</p>
<p>Hope this helps.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9842d5cf8ffc6f6767dddb275349a8b5</guid>
				<title>Ajay Prakash replied to the discussion Do we have some step-by-step guide to create Lightning Components? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/do-we-have-some-step-by-step-guide-to-create-lightning-components/#post-25200</link>
				<pubDate>Sun, 11 Feb 2018 15:54:27 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/do-we-have-some-step-by-step-guide-to-create-lightning-components/#post-25200"><span class="bb-reply-lable">Reply to</span> Do we have some step-by-step guide to create Lightning Components?</a></p> <div class="bb-content-inr-wrap"><p>You can follow below steps-</p>
<p>In your DE org, open the Developer Console under Your Name or the quick access menu (Setup gear icon).</p>
<p><a target='_blank' href="http://www.forcetalks.com/wp-content/uploads/2018/02/Light1.png" rel="attachment wp-att-25198" rel="nofollow"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20750%20285'%3E%3C/svg%3E" data-src="http://www.forcetalks.com/wp-content/uploads/2018/02/Light1.png" alt="Light1" width="750" height="285" class="alignnone size-full wp-image-25198 lazy" /></a></p>
<p>Now Select <strong>File</strong> | <strong>New</strong> | <strong>Lightning Component</strong> to create a new Lightning component. In the New Lightning Bundle panel, enter &#8220;HelloWorld&#8221; for the component name, and click Submit.</p>
<p>It will look like &#8211;</p>
<p><a target='_blank' href="http://www.forcetalks.com/wp-content/uploads/2018/02/Light2.png" rel="attachment wp-att-25199" rel="nofollow"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20841%20276'%3E%3C/svg%3E" data-src="http://www.forcetalks.com/wp-content/uploads/2018/02/Light2.png" alt="Light2" width="841" height="276" class="alignnone size-full wp-image-25199 lazy" /></a></p>
<p>If you&hellip;<span class="activity-read-more" id="activity-read-more-66021"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/do-we-have-some-step-by-step-guide-to-create-lightning-components/#post-25200" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0d68bc01125d89f87a85972ecadd423f</guid>
				<title>Ajay Prakash replied to the discussion How to fetch list view columns without using MetaData Api Call? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-fetch-list-view-columns-without-using-metadata-api-call/#post-25197</link>
				<pubDate>Sun, 11 Feb 2018 15:23:17 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-fetch-list-view-columns-without-using-metadata-api-call/#post-25197"><span class="bb-reply-lable">Reply to</span> How to fetch list view columns without using MetaData Api Call?</a></p> <div class="bb-content-inr-wrap"><p>Hi Neha,</p>
<p>You can retrieve the records based on the list view id using HTTP request. It can be done without consuming WSDL. You can use below code for reference &#8211;</p>
<blockquote><p>public static List&lt;Account&gt; getFilteredAccounts(String filterId){<br />
HttpRequest req = new HttpRequest();<br />
String baseUrl = URL.getSalesforceBaseUrl().toExternalForm();<br />
String endPoinURL&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-66020"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-fetch-list-view-columns-without-using-metadata-api-call/#post-25197" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3e199b8dda89fa875829b49c19ca62bf</guid>
				<title>Ajay Prakash replied to the discussion Is there a way companies can use Lightning component even if they don&#039;t use Apex code? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-there-a-way-companies-can-use-lightning-componenents-even-if-they-dont-use-apex-code/#post-25196</link>
				<pubDate>Sun, 11 Feb 2018 14:46:00 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/is-there-a-way-companies-can-use-lightning-componenents-even-if-they-dont-use-apex-code/#post-25196"><span class="bb-reply-lable">Reply to</span> Is there a way companies can use Lightning component even if they don&#039;t use Apex code?</a></p> <div class="bb-content-inr-wrap"><p>Hi Nauman,</p>
<p>Salesforce has released Lightning Data Services in Summer ’17 release. Using Lightning Data Services you can perform CRUD operation without using any APEX code. Lightning Data Services is very similar to the Standard controller of Salesforce Classic.</p>
<p>If you want to use this, go through the Trailhead for basics.</p>
<p>Hope this helps you.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3b8ad2774e7f6aded16db61ccb0df13c</guid>
				<title>Ajay Prakash replied to the discussion Which order does the workflow field update executes &#34;when workflow criteria is satisfied&#34; in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/workflow-field-update-order-of-execution/#post-25195</link>
				<pubDate>Sun, 11 Feb 2018 14:26:17 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/which-order-does-the-workflow-field-update-executes-when-workflow-criteria-is-satisfied-in-salesforce/#post-25195"><span class="bb-reply-lable">Reply to</span> Which order does the workflow field update executes "when workflow criteria is satisfied" in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Saurabh,</p>
<p>If the workflow action has multiple field updates then The field updates occur &#8220;simultaneously&#8221; it does not follow any order. However, if we talk about other actions &#8211;</p>
<ol>
<li>Email Alerts</li>
<li>Tasks</li>
<li>Field Updates</li>
<li>Outbound Messages</li>
</ol>
<p>Field update actions are executed first among the above actions. The order for rest of the other action is&hellip;<span class="activity-read-more" id="activity-read-more-66018"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/workflow-field-update-order-of-execution/#post-25195" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dc1c19331b43cfa55bd0ea5d6340f7d3</guid>
				<title>Ajay Prakash started the discussion How can we handle error/exception in force record edit tag in custom Lightning Component? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-handle-errorexception-in-force-record-edit-tag-in-custom-lightning-component/</link>
				<pubDate>Sun, 11 Feb 2018 09:11:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-handle-errorexception-in-force-record-edit-tag-in-custom-lightning-component/">How can we handle error/exception in force record edit tag in custom Lightning Component?</a></p> <div class="bb-content-inr-wrap"><p>I Have used f<strong>orce:</strong>recordEdit tag for editing a record in custom component. It is working fine if there is no exception or validation error while saving the record. It also provides an event named &#8220;onSaveSuccess&#8221; after a successful transaction. But in the case of an exception or validation error, it does not provide any error message or any&hellip;<span class="activity-read-more" id="activity-read-more-66016"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-can-we-handle-errorexception-in-force-record-edit-tag-in-custom-lightning-component/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c27a6b7265005619e3f8008da0e8b14f</guid>
				<title>Ajay Prakash and Deepti are now connected</title>
				<link>http://52.205.218.194/activity/p/33109/</link>
				<pubDate>Thu, 01 Feb 2018 06:51:41 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9e0645fc089bf501d850fd2763c1c1c8</guid>
				<title>Ajay Prakash posted a new post.</title>
				<link>http://52.205.218.194/?p=24510</link>
				<pubDate>Mon, 29 Jan 2018 04:11:20 +0530</pubDate>

									<content:encoded><![CDATA[ <a class="bb-post-img-link" href="http://52.205.218.194/unboxing-salesforce-spring-18-new-lightning-features/"><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="http://cdn.forcetalks.com/wp-content/uploads/2018/01/Unboxing-Salesforce-Spring-18-new-Lightning-Features.png?x67325" /></a> <div class="bb-content-wrp"><a class="bb-post-title-link" href="http://52.205.218.194/unboxing-salesforce-spring-18-new-lightning-features/"><span class="bb-post-title">Unboxing Salesforce Spring &#039;18 New Lightning Features</span></a> <p>Salesforce has released a new feature in spring-18 by which You can Personalize an app’s navigation bar to suit the unique way You work. You can…</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e62186659a4a76cbf9812c4ca4029c34</guid>
				<title>Ajay Prakash and Rohit Mourya are now connected</title>
				<link>http://52.205.218.194/activity/p/28741/</link>
				<pubDate>Sun, 21 Jan 2018 18:15:59 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">630adf9f108888e84811e31a0c617c03</guid>
				<title>Ajay Prakash replied to the discussion What is difference between Global and Public keywords in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-difference-between-global-and-public-keywords-in-salesforce/#post-24233</link>
				<pubDate>Fri, 19 Jan 2018 06:53:24 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-difference-between-global-and-public-keywords-in-salesforce/#post-24233"><span class="bb-reply-lable">Reply to</span> What is difference between Global and Public keywords in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Ankit,</p>
<p>These both are the access modifiers of apex class, methods, variables. <strong>Public</strong> means the method or variable can be used by any Apex in this same application or in the same namespace. <strong>Global</strong> provides a hieger level of access than Public.Any global method or variable can be accessed by any apex code that has access to the class not&hellip;<span class="activity-read-more" id="activity-read-more-28740"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-difference-between-global-and-public-keywords-in-salesforce/#post-24233" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c99e66f13408701952cd76425f83ddf6</guid>
				<title>Ajay Prakash replied to the discussion What is difference between Global and Public keywords in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-difference-between-global-and-public-keywords-in-salesforce/#post-24233</link>
				<pubDate>Fri, 19 Jan 2018 06:53:24 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-difference-between-global-and-public-keywords-in-salesforce/#post-24233"><span class="bb-reply-lable">Reply to</span> What is difference between Global and Public keywords in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Ankit,</p>
<p>These both are the access modifiers of apex class, methods, variables.<strong>Public</strong> means the method or variable can be used by any Apex in this same application or in the same namespace. <strong>Global</strong> provides a hieger level of access than Public.Any global method or variable can be accessed by any apex code that has access to the class not&hellip;<span class="activity-read-more" id="activity-read-more-28706"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-difference-between-global-and-public-keywords-in-salesforce/#post-24233" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ce9a1d2a1bc83cf89c46e8c58b1ffdf6</guid>
				<title>Ajay Prakash posted a new post.</title>
				<link>http://52.205.218.194/?p=23776</link>
				<pubDate>Mon, 15 Jan 2018 11:09:20 +0530</pubDate>

									<content:encoded><![CDATA[ <a class="bb-post-img-link" href="http://52.205.218.194/inline-edit-support-in-custom-component-in-salesforce-lightning/"><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="http://cdn.forcetalks.com/wp-content/uploads/2018/01/Inline-edit-support-in-custom-component-in-Salesforce-Lightning-1.png?x67325" /></a> <div class="bb-content-wrp"><a class="bb-post-title-link" href="http://52.205.218.194/inline-edit-support-in-custom-component-in-salesforce-lightning/"><span class="bb-post-title">Inline Edit Support in Custom Component in Salesforce Lightning</span></a> <p>If you have a situation where you need to create a custom component with inline edit functionality then this article will help you. However inline…</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">884a4b7af2ab75703ccd56d4cca539b7</guid>
				<title>Ajay Prakash posted a new post.</title>
				<link>http://52.205.218.194/?p=23862</link>
				<pubDate>Mon, 15 Jan 2018 09:50:39 +0530</pubDate>

									<content:encoded><![CDATA[ <a class="bb-post-img-link" href="http://52.205.218.194/salesforce-lightning-customization-related-list-quick-links/"><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="http://cdn.forcetalks.com/wp-content/uploads/2018/01/Salesforce-Lightning-customization-Related-List-Quick-Links.png?x67325" /></a> <div class="bb-content-wrp"><a class="bb-post-title-link" href="http://52.205.218.194/salesforce-lightning-customization-related-list-quick-links/"><span class="bb-post-title">Salesforce Lightning customization - Related List Quick Links</span></a> <p>Related List Quick Links-  We are familiar with looking at any record in salesforce lightning. If you want to see all the related list record then you…</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6794ad8336cea919a64a1e540dc20c5e</guid>
				<title>Ajay Prakash replied to the discussion How can we insert multiple sObjects in a single DML operation? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/insert-multiple-sobject-in-one-dml/#post-23881</link>
				<pubDate>Mon, 15 Jan 2018 06:59:25 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-insert-multiple-sobjects-in-a-single-dml-operation/#post-23881"><span class="bb-reply-lable">Reply to</span> How can we insert multiple sObjects in a single DML operation?</a></p> <div class="bb-content-inr-wrap"><p>Hi Subhendu,</p>
<p>Yes, you can insert multiple sObjects in single DML Operation. Refer below code &#8211;</p>
<blockquote><p>list&lt;sobject&gt; sObjList = new list&lt;sObject&gt;();<br />
Account acc = new Account(name=&#8217;testAcc&#8217;);<br />
Contact con = new Contact(lastName =&#8217;TestCon&#8217;);<br />
sObjList.add(acc);<br />
sObjList.add(con);<br />
insert sObjList;</p></blockquote>
<p>You can not insert parent and child record both in single&hellip;<span class="activity-read-more" id="activity-read-more-28548"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/insert-multiple-sobject-in-one-dml/#post-23881" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4e7c6ed2fcedecd6c7e794528c6beedd</guid>
				<title>Ajay Prakash replied to the discussion Is it possible to run a SOQL Query and get a MAP returned? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-it-possible-to-run-a-soql-query-and-get-a-map-returned/#post-23873</link>
				<pubDate>Sat, 13 Jan 2018 15:16:53 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/is-it-possible-to-run-a-soql-query-and-get-a-map-returned/#post-23873"><span class="bb-reply-lable">Reply to</span> Is it possible to run a SOQL Query and get a MAP returned?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>Yes, You can run SOQL query and return into a map. You can refer below code it will return a map of Account id vs Account map-</p>
<blockquote><p>Map&lt;id,Account&gt; mapOfAccountIdVsAccount = new Map&lt;Id,Account&gt;([SELECT Id, Name FROM Account]);<br />
system.debug(&#8216;mapOfAccountIdVsAccount::&#8217;+mapOfAccountIdVsAccount);</p></blockquote>
<p>Thanks.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">47e4e46b04cdce3f3861e06d4f4ae712</guid>
				<title>Ajay Prakash replied to the discussion How to insert Account and its related contacts through Salesforce Visualforce page? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-insert-account-and-its-related-contacts-through-visualforce-page/#post-23871</link>
				<pubDate>Sat, 13 Jan 2018 15:05:34 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-insert-account-and-its-related-contacts-through-salesforce-visualforce-page/#post-23871"><span class="bb-reply-lable">Reply to</span> How to insert Account and its related contacts through Salesforce Visualforce page?</a></p> <div class="bb-content-inr-wrap"><p>Hi Shariq,</p>
<p>You can not insert Account and its related contacts in the single transaction. You need to insert account first and then its related contacts. To insert related contacts you need the id of the parent Account.</p>
<p>Please let us know what you have tried so far, in your scenario then we may be more helpful.</p>
<p>Thanks.</p>
<p>&nbsp;</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-07-01 04:36:41 by W3 Total Cache
-->