<?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 | Ajit | Activity</title>
	<link>http://52.205.218.194/ajitkumar/activity/</link>
	<atom:link href="http://52.205.218.194/ajitkumar/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Ajit.</description>
	<lastBuildDate>Wed, 13 May 2026 16:28:31 +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">1071faa5587e4cabd9e09ae71450cad3</guid>
				<title>Ajit started the discussion Error while making callout in salesforce in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/error-while-making-callout/</link>
				<pubDate>Mon, 09 Jan 2017 05:15:54 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/error-while-making-callout-in-salesforce/">Error while making callout in salesforce</a></p> <div class="bb-content-inr-wrap"><p>System.CalloutException: java.security.cert.CertificateException: No subject alternative DNS name matching</p>
<p>Has anybody got this issue while making a Callout</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c5db093009ce68a35e9424d6a0c0fd2f</guid>
				<title>Ajit replied to the discussion What is the data transfer limit while using REST API in salesforce in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-data-transfer-limit-while-using-rest-api-in-salesforce/#post-17728</link>
				<pubDate>Wed, 04 Jan 2017 05:46:16 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-the-data-transfer-limit-while-using-rest-api-in-salesforce/#post-17728"><span class="bb-reply-lable">Reply to</span> What is the data transfer limit while using REST API in salesforce</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>We can fetch upto 6 MB of response size in a Rest callout, and for an Asynchronus call we can have a limit of 12 MB.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5faca148a778bd36beffa9d56023980b</guid>
				<title>Ajit replied to the discussion How to convert lead to account using REST API in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-convert-lead-to-account-using-rest-api/#post-17726</link>
				<pubDate>Wed, 04 Jan 2017 05:43:40 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-convert-lead-to-account-using-rest-api-in-salesforce/#post-17726"><span class="bb-reply-lable">Reply to</span> How to convert lead to account using REST API in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi</p>
<p>try this code below and let me know it worked or not :</p>
<p>@RestResource(urlMapping=&#8217;/Lead/*&#8217;)<br />
global with sharing class RestLeadConvert {</p>
<p>@HttpGet<br />
global static String doGet() {<br />
String ret = &#8216;fail&#8217;;<br />
RestRequest req = RestContext.request;<br />
RestResponse res = RestContext.response;<br />
String leadId&hellip;<span class="activity-read-more" id="activity-read-more-14129"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-to-convert-lead-to-account-using-rest-api/#post-17726" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4897af6b00bffbaa5e6f24419edbf2b7</guid>
				<title>Ajit replied to the discussion Where is the &#039;force:slds&#039; class in my salesforce org? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/where-is-the-forceslds-class-in-my-org/#post-17725</link>
				<pubDate>Wed, 04 Jan 2017 05:38:17 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/where-is-the-forceslds-class-in-my-salesforce-org/#post-17725"><span class="bb-reply-lable">Reply to</span> Where is the 'force:slds' class in my salesforce org?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>Its not located in your org, It is an existing standard class in lightining which contains the ltest SLDS(CSS), so we have two option either use the SLDS as a static resource or extend this class.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">07ce787d19b4a6348ce61142eb1bd492</guid>
				<title>Ajit started the discussion What are the effects of enabling lightining in my salesforce managed package? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/effects-of-enabling-lightining-in-my-salesforce-managed-package/</link>
				<pubDate>Tue, 22 Nov 2016 06:48:34 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-are-the-effects-of-enabling-lightining-in-my-salesforce-managed-package">What are the effects of enabling lightining in my salesforce managed package?</a></p> <div class="bb-content-inr-wrap"><p>Hi guys,</p>
<p>I want to enable lightning in my salesforce org but confused if would effect my manged packages  that are created earlier, please help me out in this</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">26c3c0500fecbe4e3a176749eea1069d</guid>
				<title>Ajit replied to the discussion How to skip the first item while iteration through list in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-skip-the-first-item-while-iteration-through-list-in-salesforce/#post-16755</link>
				<pubDate>Thu, 20 Oct 2016 12:14:50 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-skip-the-first-item-while-iteration-through-list-in-salesforce/#post-16755"><span class="bb-reply-lable">Reply to</span> How to skip the first item while iteration through list in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi</p>
<p>counter i=0;</p>
<p>for(wraper : listOfWrapper){</p>
<p>counter++;</p>
<p>if(counter!=1){</p>
<p>//do you stuff;</p>
<p>}</p>
<p>}</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">92dc00d0bbb628eee002ccf6f3112c5c</guid>
				<title>Ajit replied to the discussion how-to-retrieve-data-from-multiple-objects-in-salesforce-with-one-query in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/soql-query-to-get-data-in-one-query/#post-16754</link>
				<pubDate>Thu, 20 Oct 2016 12:10:45 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-retrieve-data-from-multiple-objects-in-salesforce-with-one-query/#post-16754"><span class="bb-reply-lable">Reply to</span> how-to-retrieve-data-from-multiple-objects-in-salesforce-with-one-query</a></p> <div class="bb-content-inr-wrap"><p>Hey Joe,</p>
<p>If want to query records on multiple object in a single query then you have to use SOSL rather then SOQL query.</p>
<p>&nbsp;</p>
<p>eg :</p>
<p>FIND {&#8220;Joe Smith&#8221; OR &#8220;Joe Smythe&#8221;}<br />
IN Name Fields<br />
RETURNING lead(name, phone), contact(name, phone)</p>
<p>but you can not perform DML operation.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">131075e22c2af8bfb81550fdd373af6f</guid>
				<title>Ajit replied to the discussion How can we calculate number of days excluding weekend values in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-calculate-number-of-days-excluding-weekend-values-in-salesforce/#post-16729</link>
				<pubDate>Fri, 14 Oct 2016 15:47:39 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-calculate-number-of-days-excluding-weekend-values-in-salesforce/#post-16729"><span class="bb-reply-lable">Reply to</span> How can we calculate number of days excluding weekend values in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>Try this code :</p>
<p>Integer numberDays = Date.daysInMonth(2016, 2);<br />
integer counter=0;<br />
for(integer i=0; i&lt;numberDays; i++){<br />
Date dt = date.newInstance(2016, 1, 1+i);<br />
String dayOfMonth=dt.format(&#8216;EEEE&#8217;);</p>
<p>if(dayOfMonth != &#8216;Saturday&#8217; &amp;&amp; dayOfMonth != &#8216;Sunday&#8217;){<br />
counter++;</p>
<p>}<br />
}</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">63855cfbc945281da50b8584389ae5ee</guid>
				<title>Ajit replied to the discussion I want a master detail relationship in Salesforce with lead as parent and custom object as child? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/i-want-a-master-detail-relationship-with-lead-as-parent-and-custom-object-as-child/#post-16696</link>
				<pubDate>Fri, 07 Oct 2016 09:32:42 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/i-want-a-master-detail-relationship-in-salesforce-with-lead-as-parent-and-custom-object-as-child/#post-16696"><span class="bb-reply-lable">Reply to</span> I want a master detail relationship in Salesforce with lead as parent and custom object as child?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>We cannot do this, there is a Idea on Idea Exchange:</p>
<p><a target='_blank' href="https://success.salesforce.com/ideaView?id=08730000000Bq50" rel="nofollow">https://success.salesforce.com/ideaView?id=08730000000Bq50</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4fe3d5e313c364595d9a286dd14545d1</guid>
				<title>Ajit replied to the discussion Salesforce Apex Code to Post a Chatter Post in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/apex-code-to-post-a-chatter-post/#post-16695</link>
				<pubDate>Fri, 07 Oct 2016 09:29:17 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/salesforce-apex-code-to-post-a-chatter-post/#post-16695"><span class="bb-reply-lable">Reply to</span> Salesforce Apex Code to Post a Chatter Post</a></p> <div class="bb-content-inr-wrap"><p>Hi Ratan,</p>
<p>It worked for me but I found one way also by using Rest call out in my apex code</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">31d61fa8379bc4a3eeeac4085978fe49</guid>
				<title>Ajit replied to the discussion Not able to use custom setting in a Salesforce formula field in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/not-able-to-use-custom-setting-in-a-formula-field/#post-16694</link>
				<pubDate>Fri, 07 Oct 2016 09:28:02 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/not-able-to-use-custom-setting-in-a-salesforce-formula-field/#post-16694"><span class="bb-reply-lable">Reply to</span> Not able to use custom setting in a Salesforce formula field</a></p> <div class="bb-content-inr-wrap"><p>Hi Ratan</p>
<p>Thanks it worked for me</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">61c9f84efcef338898aa51cdcd776ae1</guid>
				<title>Ajit started the discussion Salesforce Apex Code to Post a Chatter Post in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/apex-code-to-post-a-chatter-post/</link>
				<pubDate>Tue, 04 Oct 2016 12:07:14 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/salesforce-apex-code-to-post-a-chatter-post/">Salesforce Apex Code to Post a Chatter Post</a></p> <div class="bb-content-inr-wrap"><p>Hi Guys,</p>
<p>I am stuck on a problem where I have to post a chatter post with @mention through apex code in salesforce</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b44594abcbdde09669ccdda95ff711f6</guid>
				<title>Ajit started the discussion Embed Visualforce Page in Salesforce Lightning Component in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/i-need-to-embed-my-visujalforce-page-in-lightining-component/</link>
				<pubDate>Mon, 03 Oct 2016 14:24:54 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/embed-visualforce-page-in-salesforce-lightning-component/">Embed Visualforce Page in Salesforce Lightning Component</a></p> <div class="bb-content-inr-wrap"><p>Hi Guys,</p>
<p>We can add our Lightning components on a visualforce page, but is it possible to use my Vf page on a lightning component.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a15e8bd6b40c23a0c09e80148c5fb4c8</guid>
				<title>Ajit started the discussion Why my Salesforce visualforce page is taking to much time to load? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/visualforce-page-taking-too-much-time-to-load/</link>
				<pubDate>Mon, 03 Oct 2016 14:18:54 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/why-my-salesforce-visualforce-page-is-taking-to-much-time-to-load/">Why my Salesforce visualforce page is taking to much time to load?</a></p> <div class="bb-content-inr-wrap"><p>Hi guys,</p>
<p>What are the parameters by which i can determine why my vf page is taking to much time(I am not facing any view state issue) .</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">568502739ba0c95563ca628993a0cfad</guid>
				<title>Ajit started the discussion What are the differences between system mode and user mode in Salesforce? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/difference-between-system-mode-and-user-mode-in-salesforce/</link>
				<pubDate>Mon, 03 Oct 2016 14:16:30 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-are-the-differences-between-system-mode-and-user-mode-in-salesforce/">What are the differences between system mode and user mode in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>I want to know some differences between system mode and user mode in salesforce, and need to know does trigger runs in system mode or in user mode.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1c2482a3e2db9c23db1ef7f6a39b2469</guid>
				<title>Ajit started the discussion Not able to use custom setting in a Salesforce formula field in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/not-able-to-use-custom-setting-in-a-formula-field/</link>
				<pubDate>Mon, 03 Oct 2016 14:13:28 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/not-able-to-use-custom-setting-in-a-salesforce-formula-field/">Not able to use custom setting in a Salesforce formula field</a></p> <div class="bb-content-inr-wrap"><p>Hi guys,</p>
<p>I am facing an issue where I am not able to access the custom setting in a formula while creating a flow.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8f4eccfd9f791eefc08f51c474ea2864</guid>
				<title>Ajit started the discussion Lead convert creating duplicate contact, Account and Opportunity in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/lead-convert-creating-duplicate-contactaccount-and-opportunity/</link>
				<pubDate>Mon, 03 Oct 2016 14:12:05 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/lead-convert-creating-duplicate-contactaccount-and-opportunity/">Lead convert creating duplicate contact, Account and Opportunity</a></p> <div class="bb-content-inr-wrap"><p>Hi guys,</p>
<p>I have an issue with standard lead convert button, when clicked multiple time while converting the lead creating duplicate account , contact and Opportunity</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f9d0719a98184038160a2fa17d76186d</guid>
				<title>Ajit replied to the discussion What is the purpose of  BATCH APEX in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-purpose-of-batch-apex-in-salesforce/#post-16581</link>
				<pubDate>Mon, 03 Oct 2016 06:11:01 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-the-purpose-of-batch-apex-in-salesforce/#post-16581"><span class="bb-reply-lable">Reply to</span> What is the purpose of  BATCH APEX in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>You can go through this link :</p>
<p><a target='_blank' href="https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_gov_limits.htm" rel="nofollow">https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_gov_limits.htm</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9b9c9062b038883268c040410d1b7c4a</guid>
				<title>Ajit replied to the discussion Sobjet detail page in lightining in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/sobjet-detail-page-in-lightining/#post-16580</link>
				<pubDate>Mon, 03 Oct 2016 06:08:23 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/sobjet-detail-page-in-lightining/#post-16580"><span class="bb-reply-lable">Reply to</span> Sobjet detail page in lightining</a></p> <div class="bb-content-inr-wrap"><p>Hi Jai,</p>
<p>Thanks for your reply</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8589b30de4b416d6777d015f1289968f</guid>
				<title>Ajit replied to the discussion In what condition we should use the set or list in SOQL in saleforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/in-what-condition-we-should-use-the-set-or-list-in-soql-in-saleforce/#post-16525</link>
				<pubDate>Fri, 30 Sep 2016 13:39:27 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/in-what-condition-we-should-use-the-set-or-list-in-soql-in-saleforce/#post-16525"><span class="bb-reply-lable">Reply to</span> In what condition we should use the set or list in SOQL in saleforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>It depends on the need, when you know that you can have duplicate values and you don not want all the values including the duplicate then Set should be used. And list can be used to  only store values.</p>
<p>&nbsp;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bb4e3717f50e1829e317d77f3631480b</guid>
				<title>Ajit replied to the discussion How can we do intersection between picklist and recordtype inside apex? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-do-intersection-between-picklist-and-recordtype-inside-apex/#post-16496</link>
				<pubDate>Thu, 29 Sep 2016 14:40:51 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-do-intersection-between-picklist-and-recordtype-inside-apex/#post-16496"><span class="bb-reply-lable">Reply to</span> How can we do intersection between picklist and recordtype inside apex?</a></p> <div class="bb-content-inr-wrap"><p>HI Mohit,</p>
<p>You have to add the values dynamically from the picklist and recordtype and can be stored in two separate list and can be merged together when the list have all the values.</p>
<p>To get values from picklist dynamically follow&hellip;<span class="activity-read-more" id="activity-read-more-13015"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-can-we-do-intersection-between-picklist-and-recordtype-inside-apex/#post-16496" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5a30e90c510ead5672c3a27fe2792154</guid>
				<title>Ajit replied to the discussion How to make an editable page for the searched values in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-make-an-editable-page-for-the-searched-values-in-salesforce/#post-16492</link>
				<pubDate>Thu, 29 Sep 2016 14:35:05 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-make-an-editable-page-for-the-searched-values-in-salesforce/#post-16492"><span class="bb-reply-lable">Reply to</span> How to make an editable page for the searched values in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav</p>
<p>For these I think you have to create a custom page to select and search products, and one a product is selected you have to create a pagereference button to redirect to the a custom edit page on the basis of selected product id.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">83535a4526721a92a32799c8fc42cbec</guid>
				<title>Ajit replied to the discussion In Salesforce, what does different debug log levels means? Why do we need different levels? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/in-salesforce-what-does-different-debug-log-levels-means-why-do-we-need-different-levels/#post-16485</link>
				<pubDate>Thu, 29 Sep 2016 14:19:59 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/in-salesforce-what-does-different-debug-log-levels-means-why-do-we-need-different-levels/#post-16485"><span class="bb-reply-lable">Reply to</span> In Salesforce, what does different debug log levels means? Why do we need different levels?</a></p> <div class="bb-content-inr-wrap"><p>Hi Paranav,</p>
<p>In Debug logs we a lot of redundant logs, so filter the logs we have certain debug labels.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">127cb3e5789fec3a212d530dcd019cae</guid>
				<title>Ajit replied to the discussion How to see the whole debug log in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-see-the-whole-debug-log-in-salesforce/#post-16482</link>
				<pubDate>Thu, 29 Sep 2016 14:18:45 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-see-the-whole-debug-log-in-salesforce/#post-16482"><span class="bb-reply-lable">Reply to</span> How to see the whole debug log in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>If you are still not able to get the log, you can create a custom object and you can store the system.debug value in it.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">461c3d65a6ddef0fa8239647093d042b</guid>
				<title>Ajit replied to the discussion How different is returning null from the returning ApexPages.currentPage() as a result of a controller action? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-different-is-returning-null-from-the-returning-apexpages-currentpage-as-a-result-of-a-controller-action/#post-16480</link>
				<pubDate>Thu, 29 Sep 2016 14:15:58 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-different-is-returning-null-from-the-returning-apexpages-currentpage-as-a-result-of-a-controller-action/#post-16480"><span class="bb-reply-lable">Reply to</span> How different is returning null from the returning ApexPages.currentPage() as a result of a controller action?</a></p> <div class="bb-content-inr-wrap"><p>Hi  Mohit ,</p>
<p>Can you please elaborate you question it is not clear to me</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">866bb90ea68123abca496eae97d3d6c0</guid>
				<title>Ajit replied to the discussion What is the difference between system.today() and date.today() in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-difference-between-system-today-and-date-today-in-salesforce/#post-16478</link>
				<pubDate>Thu, 29 Sep 2016 14:06:42 +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-system-today-and-date-today-in-salesforce/#post-16478"><span class="bb-reply-lable">Reply to</span> What is the difference between system.today() and date.today() in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>There is no difference between these two the output is same in both case.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6c14e7db65efdf751d2448149078d432</guid>
				<title>Ajit replied to the discussion How to make a roll up summary on Lookup Relationship Objects in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-make-a-roll-up-summary-on-lookup-relationship-objects/#post-16477</link>
				<pubDate>Thu, 29 Sep 2016 14:02:00 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-make-a-roll-up-summary-on-lookup-relationship-objects-in-salesforce/#post-16477"><span class="bb-reply-lable">Reply to</span> How to make a roll up summary on Lookup Relationship Objects in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>We can make rollup summries on Lookup relation, but yes we can write a trigger to fulfill your problem</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3c18bc776b79b3da72e2a705b756ffc0</guid>
				<title>Ajit replied to the discussion Help me in a trigger making rollup summary for lookup relation objects in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/help-me-in-a-trigger-making-rollup-summary-for-lookup-relation-objects-in-salesforce/#post-16476</link>
				<pubDate>Thu, 29 Sep 2016 14:00:27 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/help-me-in-a-trigger-making-rollup-summary-for-lookup-relation-objects-in-salesforce/#post-16476"><span class="bb-reply-lable">Reply to</span> Help me in a trigger making rollup summary for lookup relation objects in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>Your problem is not clear with me, rather you want the total number of related records or you want to rollup some field value of the related records.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">517822f442bd70793b2509584d03b2b2</guid>
				<title>Ajit replied to the discussion Help me in a trigger making rollup summary for lookup relation objects in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/help-me-in-a-trigger-making-rollup-summary-for-lookup-relation-objects-in-salesforce/#post-16476</link>
				<pubDate>Thu, 29 Sep 2016 14:00:27 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/help-me-in-a-trigger-making-rollup-summary-for-lookup-relation-objects-in-salesforce/#post-16476"><span class="bb-reply-lable">Reply to</span> Help me in a trigger making rollup summary for lookup relation objects in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Mohit,</p>
<p>Your problem is not clear with me, rather you want the total number of related records or you want to rollup some field value of the related records</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">56aa87dfddc5ac4861b527e5fc103ba0</guid>
				<title>Ajit replied to the discussion What is the use of recordSetVar on Salesforce visualforce page? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-recordsetvar-on-visualforce-page/#post-16475</link>
				<pubDate>Thu, 29 Sep 2016 13:57:14 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-the-use-of-recordsetvar-on-salesforce-visualforce-page/#post-16475"><span class="bb-reply-lable">Reply to</span> What is the use of recordSetVar on Salesforce visualforce page?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>RecordSetvar is used on vf page to display a list of records when using standard controller on the page</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8de2053b3bc21fd616f96403a4719ba1</guid>
				<title>Ajit replied to the discussion What is the purpose of  BATCH APEX in Salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-purpose-of-batch-apex/#post-16469</link>
				<pubDate>Thu, 29 Sep 2016 13:49:07 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-the-purpose-of-batch-apex-in-salesforce/#post-16469"><span class="bb-reply-lable">Reply to</span> What is the purpose of  BATCH APEX in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi Naveen,</p>
<p>When we have to Update or Insert  bulkdata in salesforce or we have to make web services callouts then we use the batch apex.</p>
<p>The main difference between apex and batch classes are as follows :</p>
<ol>
<li>Batch class have increased governor limits then apex classes.</li>
<li>Batch have  three methods that are mandatory (Start, Execute and finish)&hellip;</li>
</ol>
<p><span class="activity-read-more" id="activity-read-more-12997"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-the-purpose-of-batch-apex/#post-16469" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ed243b23eeffab61f9335e39995f881a</guid>
				<title>Ajit replied to the discussion Sobjet detail page in lightining in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/sobjet-detail-page-in-lightining/#post-15201</link>
				<pubDate>Fri, 12 Aug 2016 10:02:33 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/sobjet-detail-page-in-lightining/#post-15201"><span class="bb-reply-lable">Reply to</span> Sobjet detail page in lightining</a></p> <div class="bb-content-inr-wrap"><p>Hi,</p>
<p>I do not want this i want kind of apex detail in lightining</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d6bc834fa54bfade5f13c9c1c2029347</guid>
				<title>Ajit started the discussion Sobjet detail page in lightining in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/sobjet-detail-page-in-lightining/</link>
				<pubDate>Thu, 11 Aug 2016 10:11:32 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/sobjet-detail-page-in-lightining/">Sobjet detail page in lightining</a></p> <div class="bb-content-inr-wrap"><p>Hi ,</p>
<p>In salesforce classic we have a apex:detail tag to create detail page, So do we have some tag in Ligtining to create the detail page same as Apex:detail.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ed31c86fe590a6cfe38a1cf55b3a8385</guid>
				<title>Ajit replied to the discussion Is it possible to access aura:id of one component to another component ? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-it-possible-to-access-auraid-of-one-component-to-another-component/#post-15175</link>
				<pubDate>Thu, 11 Aug 2016 10:09:19 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/is-it-possible-to-access-auraid-of-one-component-to-another-component/#post-15175"><span class="bb-reply-lable">Reply to</span> Is it possible to access aura:id of one component to another component ?</a></p> <div class="bb-content-inr-wrap"><p>Hi Piyush,</p>
<p>I am not getting your actual problem but i wanted to access the a component from its Id so i did this.</p>
<p>&nbsp;</p>
<p>var test = component.find(&#8220;cmpId1&#8221;).find(&#8220;cmpid2&#8221;);</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">28d34bf42359ddd663e6087974d3b8b4</guid>
				<title>Ajit replied to the discussion What is the use of gethost() method in Salesforce apex? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-gethost-method-in-apex/#post-15151</link>
				<pubDate>Thu, 11 Aug 2016 06:55:22 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-is-the-use-of-gethost-method-in-Salesforce-apex/#post-15151"><span class="bb-reply-lable">Reply to</span> What is the use of gethost() method in Salesforce apex?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tannu,<br />
The URL instance method getHost() is used to get the hostname of the Salesforce server that you are using. For instance, if your Salesforce instance is ap1 then you would get the result as &#8220;ap1.salesforce.com&#8221;.</p>
<p>In case of custom domains, suppose your org has a custom domain &#8220;my-dev-org&#8221; the method would&hellip;<span class="activity-read-more" id="activity-read-more-12049"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-gethost-method-in-apex/#post-15151" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">42ad6435a30823e1c530a4eeedad235b</guid>
				<title>Ajit replied to the discussion How can we separate the ID&#039;s based on the record type? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-separate-the-ids-based-on-the-record-type/#post-15150</link>
				<pubDate>Thu, 11 Aug 2016 06:53:03 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-separate-the-ids-based-on-the-record-type/#post-15150"><span class="bb-reply-lable">Reply to</span> How can we separate the ID's based on the record type?</a></p> <div class="bb-content-inr-wrap"><p>Hey Mohit,</p>
<p>you will have to create number of sets equal to the record type that you have for eg: if there are two record types then create 2 sets and add values in the set on the basis of record types.</p>
<p>map&lt;id,String&gt;mapidvsRecTypeId = new map&lt;id,String&gt;();</p>
<p>for (Account acc : [select id , recordTypeId&hellip;<span class="activity-read-more" id="activity-read-more-12048"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-can-we-separate-the-ids-based-on-the-record-type/#post-15150" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">57bc1042554927e35fe6d912cd4c6691</guid>
				<title>Ajit started the discussion Can we update custom setting using flows in Salesforce? in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/update-custom-setting-using-flows-in-saleforce/</link>
				<pubDate>Thu, 11 Aug 2016 06:36:12 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/can-we-update-custom-setting-using-flows-in-salesforce/">Can we update custom setting using flows in Salesforce?</a></p> <div class="bb-content-inr-wrap"><p>Hi ,</p>
<p>can we update the custom setting using flows in salesforce, if the answer is yes then how we can do this can any body help me in  this.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6823f1e5a14ec76724ee6213b4816786</guid>
				<title>Ajit replied to the discussion How to display Account Owner name in Visualforce Page? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-display-account-owner-name-in-visualforce-page/#post-15097</link>
				<pubDate>Wed, 10 Aug 2016 12:18:13 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-display-account-owner-name-in-visualforce-page/#post-15097"><span class="bb-reply-lable">Reply to</span> How to display Account Owner name in Visualforce Page?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>&nbsp;</p>
<p>Do you have tried this</p>
<p>&lt;apex:outputfield value=”{! Account.Ownerid}”/&gt;</p>
<p>set the value of Account.Ownerid in you controller with id of current user in the constructor do let me know if it worked or not</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">10423bf4fc951b18889ef3f00d1015a3</guid>
				<title>Ajit replied to the discussion Error in printing series 1, (1+1)^2= 4, (4+1)^2 =25 upto 10 terms. in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/error-in-printing-series-1-112-4-412-25-upto-10-terms/#post-15096</link>
				<pubDate>Wed, 10 Aug 2016 12:09:13 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/error-in-printing-series-1-112-4-412-25-upto-10-terms/#post-15096"><span class="bb-reply-lable">Reply to</span> Error in printing series 1, (1+1)^2= 4, (4+1)^2 =25 upto 10 terms.</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>System.debug(n1 + ‘, (‘ + n1 + ‘+’ + n2 + ‘)^’ + n3 + ‘=’ + n4 + ‘ , ‘);</p>
<p>it is in for loop use it outside of the loop.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f515453c53f1d561659e6a1cc22d2ab2</guid>
				<title>Ajit replied to the discussion Is there any logs for Email Alerts to verify if email was delivered? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-there-any-logs-for-email-alerts-to-verify-if-email-was-delivered/#post-15095</link>
				<pubDate>Wed, 10 Aug 2016 12:02:49 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/is-there-any-logs-for-email-alerts-to-verify-if-email-was-delivered/#post-15095"><span class="bb-reply-lable">Reply to</span> Is there any logs for Email Alerts to verify if email was delivered?</a></p> <div class="bb-content-inr-wrap"><p>Hi Tanu,</p>
<p>Go to Setup Logs &gt; Email Logs there you can request for an email log that are being sent from you org will be sent on you email ID.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fca9e7ccb306f9eb823aaac1f36fd335</guid>
				<title>Ajit replied to the discussion How can we ignore spaces when comparing two values? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-we-ignore-spaces-when-comparing-two-values/#post-15094</link>
				<pubDate>Wed, 10 Aug 2016 11:55:53 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-we-ignore-spaces-when-comparing-two-values/#post-15094"><span class="bb-reply-lable">Reply to</span> How can we ignore spaces when comparing two values?</a></p> <div class="bb-content-inr-wrap"><p>Hi Pranav,</p>
<p>If you are comparing string then you can use the string methods to delete white spaces from the string</p>
<p>String s1 = &#8216; Hello Jane &#8216;;<br />
String s2 = &#8216;HelloJane&#8217;;<br />
System.assertEquals(s2, s1.deleteWhitespace());</p>
<p>it will delete all the white spaces.</p>
<p>&nbsp;</p>
<p>tring s1 = &#8216; Hello! &#8216;;<br />
String trimmed =&hellip;<span class="activity-read-more" id="activity-read-more-12013"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-can-we-ignore-spaces-when-comparing-two-values/#post-15094" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ff174c9ca47e7f87346de94a54eec064</guid>
				<title>Ajit replied to the discussion How can I enable the inline editing on custom vf page? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/enable-the-inline-editing-on-custom-vf-page/#post-12241</link>
				<pubDate>Wed, 25 May 2016 10:28:46 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-i-enable-the-inline-editing-on-custom-vf-page/#post-12241"><span class="bb-reply-lable">Reply to</span> How can I enable the inline editing on custom vf page?</a></p> <div class="bb-content-inr-wrap"><p>Hi Naman,</p>
<p>This can be done by using a apex tag : enableInlineEditing=&#8221;true&#8221; on the custom vf page.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1c6f10cd7586bf650ebb61f8b71f5e31</guid>
				<title>Ajit replied to the discussion  in the forum </title>
				<link>https://www.forcetalks.com/salesforce-topic/what-are-the-data-migration-tools-and-their-limitations/#post-12235</link>
				<pubDate>Wed, 25 May 2016 10:14:30 +0530</pubDate>

									<content:encoded><![CDATA[<p>Hi Himanshu,</p>
<p>There are lot of data migration tool which you can use to migrate data in salesforce :</p>
<ol>
<li>Data  Loader IO : Its limitation is that you can,t process records more then 50000 at a time.</li>
<li>Data Loader : Provided by salesforce and can be downloaded from your org, its limitation is that it is not much user friendly as data&hellip;</li>
</ol>
<p><span class="activity-read-more" id="activity-read-more-8714"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/what-are-the-data-migration-tools-and-their-limitations/#post-12235" rel="nofollow"> Read more</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">11d888e9499fa20ca4c4f59f1db87c8a</guid>
				<title>Ajit replied to the discussion How to get the picklist value in formula fields? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/get-the-picklist-value-in-formula-fields/#post-12232</link>
				<pubDate>Wed, 25 May 2016 09:55:24 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-get-the-picklist-value-in-formula-fields/#post-12232"><span class="bb-reply-lable">Reply to</span> How to get the picklist value in formula fields?</a></p> <div class="bb-content-inr-wrap"><p>Hi Naman,</p>
<p>You can&#8217;t use picklist values directly as TEXT(field name) , you have to use ISPICKVAL(FieldName)</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">45183ecac588d1581f3572401ecff89e</guid>
				<title>Ajit replied to the discussion Method to find corresponding value of a key in map? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/method-to-find-corresponding-value-of-a-key-in-map/#post-12176</link>
				<pubDate>Tue, 24 May 2016 10:20:42 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/method-to-find-corresponding-value-of-a-key-in-map/#post-12176"><span class="bb-reply-lable">Reply to</span> Method to find corresponding value of a key in map?</a></p> <div class="bb-content-inr-wrap"><p>HI Ajay,</p>
<p>You can use this method</p>
<p>map.get(key); it will return the value stored against this key.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5058d53c4bbf418897725766c3d5fa2f</guid>
				<title>Ajit replied to the discussion How can I get a debug log for the sites guest user/public profile? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-can-i-get-a-debug-log-for-the-sites-guest-userpublic-profile/#post-12175</link>
				<pubDate>Tue, 24 May 2016 10:13:53 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-can-i-get-a-debug-log-for-the-sites-guest-userpublic-profile/#post-12175"><span class="bb-reply-lable">Reply to</span> How can I get a debug log for the sites guest user/public profile?</a></p> <div class="bb-content-inr-wrap"><p>Steps to set the debug logs :</p>
<p>Setup &gt; Monitoring &gt; Debug log</p>
<p>where you put the user name put the name of your site, and the log is set for the site guest user.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e13b1fe52453ee41e3d63f2608f551c2</guid>
				<title>Ajit replied to the discussion How do you delete a class from production without using an IDE? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-do-you-delete-a-class-from-production-without-using-an-ide/#post-12172</link>
				<pubDate>Tue, 24 May 2016 10:09:57 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-do-you-delete-a-class-from-production-without-using-an-ide/#post-12172"><span class="bb-reply-lable">Reply to</span> How do you delete a class from production without using an IDE?</a></p> <div class="bb-content-inr-wrap"><p>Hi Ravi,</p>
<p>You can do it by using ANT script</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;<br />
&lt;Package xmlns=&#8221;http://soap.sforce.com/2016/04/metadata&#8221;&gt;<br />
&lt;fullName&gt;codepkg&lt;/fullName&gt;<br />
&lt;types&gt;<br />
&lt;members&gt;Test1&lt;/members&gt;<br />
&lt;members&gt;Test2&lt;/members&gt;<br />
&lt;name&gt;ApexClass&lt;/name&gt;<br />
&lt;/types&gt;<br />
&lt;version&gt;36.0&lt;/version&gt;<br />
&lt;/Package&gt;<br />
Run the below script in&hellip;<span class="activity-read-more" id="activity-read-more-8602"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/how-do-you-delete-a-class-from-production-without-using-an-ide/#post-12172" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3229c24c5bf9cfdf453077449551c8f1</guid>
				<title>Ajit replied to the discussion Can we create custom visualforce page for recordtype in standard object? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/can-we-create-custom-visualforce-page-for-recordtype-in-standard-object/#post-12168</link>
				<pubDate>Tue, 24 May 2016 10:06:17 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/can-we-create-custom-visualforce-page-for-recordtype-in-standard-object/#post-12168"><span class="bb-reply-lable">Reply to</span> Can we create custom visualforce page for recordtype in standard object?</a></p> <div class="bb-content-inr-wrap"><p>Hi Piyush,</p>
<p>Yes you can you have to query out all the recordtypes in your controller, and after that create a select list and pass the list in the select list.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d9d494b0275b8851685b014c2ebeab9e</guid>
				<title>Ajit replied to the discussion How to override the standard page only for specific record Type? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-override-the-standard-page-only-for-specific-record-type/#post-12165</link>
				<pubDate>Tue, 24 May 2016 09:56:32 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/how-to-override-the-standard-page-only-for-specific-record-type/#post-12165"><span class="bb-reply-lable">Reply to</span> How to override the standard page only for specific record Type?</a></p> <div class="bb-content-inr-wrap"><p>Hi Piyush,</p>
<p>You can simply do this by creating multiple page layouts and assign for all the record types and after that crate a vf page using apex detail and after that assign that page to the view button and you are done.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">40f40f605a029a4c37f2a6b2c25a7d25</guid>
				<title>Ajit replied to the discussion Why can&#039;t I use a wrapped sObject in an apex:outputField? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/why-cant-i-use-a-wrapped-sobject-in-an-apexoutputfield/#post-12163</link>
				<pubDate>Tue, 24 May 2016 09:49:02 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/why-cant-i-use-a-wrapped-sobject-in-an-apexoutputfield/#post-12163"><span class="bb-reply-lable">Reply to</span> Why can't I use a wrapped sObject in an apex:outputField?</a></p> <div class="bb-content-inr-wrap"><p>Hi Ravi</p>
<p>Need to see your code to solve this problem, from your question it is not clear that how you are using the sObject in your wrapper class.</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-13 22:13:24 by W3 Total Cache
-->