<?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 | Lukesh | Activity</title>
	<link>http://52.205.218.194/lukesh-karmore/activity/</link>
	<atom:link href="http://52.205.218.194/lukesh-karmore/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Lukesh.</description>
	<lastBuildDate>Sat, 30 May 2026 02:28:01 +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">27ad8605d24ad2a4cb1f7311a8a33734</guid>
				<title>Lukesh posted an update: what does it [&#133;]</title>
				<link>http://52.205.218.194/activity/p/119387/</link>
				<pubDate>Fri, 12 Feb 2021 14:11:53 +0530</pubDate>

									<content:encoded><![CDATA[<p><b>what does it mean rendered=&#8221;{!NOT(a.isEdit)}</b><br />&lt;apex:commandlink value=&#8221;Edit&#8221; rerender=&#8221;thePB&#8221;<br />rendered=&#8221;{!NOT(a.isEdit)}&#8221; action=&#8221;{!editmethid}&#8221;&gt;<br />          &lt;apex:param name=&#8221;rowNumber&#8221; value=&#8221;{!a.rowNo}&#8221; assignTo=&#8221;{!rowIndex}&#8221;/&gt;<br />      &lt;/apex:commandLink&gt;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">767bd683e6b22543121ac6b5705e86ad</guid>
				<title>Lukesh posted an update: see below some code  of wrapper class public [&#133;]</title>
				<link>http://52.205.218.194/activity/p/119272/</link>
				<pubDate>Sun, 07 Feb 2021 18:56:55 +0530</pubDate>

									<content:encoded><![CDATA[<p><b>see below some code  of wrapper class</b><br /> public void ProcessSelected(){<br />selectedAccounts=new list&lt;account&gt;();<br />for(wrapaccount wrapobj:wrapaccountlist){ if(wrapobj.isSelected==true){<br />selectedAccounts.add(wrapobj.accn);<br />}<br />}<br />} <br />public class wrapaccount{<br />public account accn{get;set;}<br />public boolean isSelected{get;set;}<br />public&hellip;</p>
<p><span class="activity-read-more" id="activity-read-more-119272"><a href="http://52.205.218.194/activity/p/119272/" rel="nofollow"> Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">023f567db4963c78d131ab321e54c908</guid>
				<title>Lukesh replied to the discussion What does it mean in rest api in Salesforce=&#62;   RestRequest req = Restcontext.request;? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-does-it-mean-in-rest-api-in-salesforce-restrequest-req-restcontext-request/#post-88797</link>
				<pubDate>Wed, 16 Dec 2020 10:19:39 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/what-does-it-mean-in-rest-api-in-salesforce-restrequest-req-restcontext-request/#post-88797"><span class="bb-reply-lable">Reply to</span> What does it mean in rest api in Salesforce=&gt;   RestRequest req = Restcontext.request;?</a></p> <div class="bb-content-inr-wrap"><p>same  question??</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bf9de778ee5c9089092d88ff034ec22f</guid>
				<title>Lukesh posted an update: i know it is easy question but I have doubt need to clear.</title>
				<link>http://52.205.218.194/activity/p/117835/</link>
				<pubDate>Thu, 10 Dec 2020 18:05:59 +0530</pubDate>

									<content:encoded><![CDATA[<p>i know it is easy question but I have doubt need to clear.<br /> what is endPointUrl actually is I faced it in APEX REST CALLOUT , it is the link of the page  or anything ,<br />can u clear please  with simple example<br />Thank you</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7f7cec03571a58c0308f6c5846fafd93</guid>
				<title>Lukesh replied to the discussion What is the use  of setParam in Salesforce lightning Components? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-setparam-in-salesforce-lightning-components/#post-87761</link>
				<pubDate>Tue, 17 Nov 2020 17:13:07 +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-setparam-in-salesforce-lightning-components/#post-87761"><span class="bb-reply-lable">Reply to</span> What is the use  of setParam in Salesforce lightning Components?</a></p> <div class="bb-content-inr-wrap"><p>in simple words, it provide value to parameter for example-</p>
<p>var show = $A.get(&#8220;e.c:testingApplicationEvent&#8221;);</p>
<p>        show.setParams({&#8220;message&#8221;: &#8220;HeyBoy how are you &#8220;});</p>
<p>        show.fire();</p>
<p>here message is an attribute , we set the value of attribute to &#8220;HeyBoy how are you &#8220;</p>
<p>hope u understand i&#8217;am newbie&#x1f600;</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">889e81839f2c7191648795af61fd4e42</guid>
				<title>Lukesh posted an update: i have a query..when to use exclaimation mark ( ! ) [&#133;]</title>
				<link>http://52.205.218.194/activity/p/117108/</link>
				<pubDate>Tue, 17 Nov 2020 15:13:15 +0530</pubDate>

									<content:encoded><![CDATA[<p>i have a query..</p>
<p>when to use exclaimation mark ( ! ) with value provider in aura component-</p>
<p>&lt;aura:method name=&#8221;seeDetails&#8221; action=&#8221;{!c.getMessage}&#8221;</p>
<pre><code>&lt;lightning:input type="date" label="Start" name="startDate" value="{!v.rangeStart}"/&gt; </code></pre>
<p><span>can any one explain.Thank you</span><span>	</span> </p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</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-30 08:25:33 by W3 Total Cache
-->