<?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 | ANISH KUMAR | Activity</title>
	<link>http://52.205.218.194/anish-kumar1/activity/</link>
	<atom:link href="http://52.205.218.194/anish-kumar1/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for ANISH KUMAR.</description>
	<lastBuildDate>Thu, 18 Jun 2026 07:50:09 +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">65acb818498634c6bf3f4002a4b6d3eb</guid>
				<title>ANISH KUMAR and Abhishek are now connected</title>
				<link>http://52.205.218.194/activity/p/80704/</link>
				<pubDate>Tue, 25 Sep 2018 11:14:44 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b1aaec2e4e9d2538d229ea33d0ad49b5</guid>
				<title>ANISH KUMAR and ☁Nitish are now connected</title>
				<link>http://52.205.218.194/activity/p/80696/</link>
				<pubDate>Tue, 25 Sep 2018 11:07:39 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5d33c442d8ae6499ba3bb97bbde2aa63</guid>
				<title>ANISH KUMAR and ABHISHEK SHAHI are now connected</title>
				<link>http://52.205.218.194/activity/p/66399/</link>
				<pubDate>Wed, 14 Mar 2018 12:30:49 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d23c5a1c8021f7efacbb90af28c2eaf0</guid>
				<title>ANISH KUMAR and Abhay are now connected</title>
				<link>http://52.205.218.194/activity/p/66181/</link>
				<pubDate>Thu, 22 Feb 2018 05:00:24 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">564d6b2104c93f69d6a1b6584c19ba92</guid>
				<title>ANISH KUMAR and 0to1Code.Com are now connected</title>
				<link>http://52.205.218.194/activity/p/66082/</link>
				<pubDate>Wed, 14 Feb 2018 15:40:37 +0530</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8e17d3e7802e3a272930c4484a3eecb8</guid>
				<title>ANISH KUMAR started the discussion Adding account team member on account object in Salesforce in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/adding-account-team-member-on-account-object/</link>
				<pubDate>Tue, 30 Jan 2018 06:11:01 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/adding-account-team-member-on-account-object-in-salesforce/">Adding account team member on account object in Salesforce</a></p> <div class="bb-content-inr-wrap"><p>trigger TeamMember on Account (after insert) {<br />
if(trigger.isinsert){<br />
for(account acct:trigger.new){<br />
if(acct.ParentId!=null &amp;&amp; acct.VPA__c==false){<br />
Account Parentacct=[select id,ownerid from Account where id=:acct.ParentId limit 1];<br />
system.debug(Parentacct +&#8217;parentaccount&#8217;);<br />
Accountteammember&hellip;<span class="activity-read-more" id="activity-read-more-28904"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/adding-account-team-member-on-account-object/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">77621d2a063f9e76ff2ddf3c1f521c72</guid>
				<title>ANISH KUMAR started the discussion Salesforce Trigger to convert leads into accounts and contacts and add task to it in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/trigger-5/</link>
				<pubDate>Sat, 13 Jan 2018 13:30:40 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="http://52.205.218.194/salesforce-topic/salesforce-trigger-to-convert-leads-into-accounts-and-contacts-and-add-task-to-it/">Salesforce Trigger to convert leads into accounts and contacts and add task to it</a></p> <div class="bb-content-inr-wrap"><p>Trigger to convert leads into accounts and contacts and add task to it</p>
<p>trigger LeadConvert on Lead (after insert,after update) {<br />
//Bulkified<br />
for (Lead lead : Trigger.new) {<br />
if (lead.isConverted == false) //to prevent recursion</p>
<p>{</p>
<p>Database.LeadConvert lc = new Database.LeadConvert();<br />
lc.setLeadId(lead.Id);</p>
<p>String oppName&hellip;<span class="activity-read-more" id="activity-read-more-28532"><a target='_blank' href="https://www.forcetalks.com/salesforce-topic/trigger-5/" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">44f4195b6c884ebfb2975f6ce2aca4b8</guid>
				<title>ANISH KUMAR became a registered member</title>
				<link>http://52.205.218.194/activity/p/28530/</link>
				<pubDate>Sat, 13 Jan 2018 13:29:36 +0530</pubDate>

				
									<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-06-18 13:22:13 by W3 Total Cache
-->