<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	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>Ye Meri Life Hai - Chirag Mehta &#187; Salesforce</title>
	<atom:link href="http://www.chiragmehta.info/chirag/category/salesforce/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chiragmehta.info/chirag</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 19:49:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Email to Chatter</title>
		<link>http://www.chiragmehta.info/chirag/2012/02/01/emailtochatter/</link>
		<comments>http://www.chiragmehta.info/chirag/2012/02/01/emailtochatter/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 18:42:31 +0000</pubDate>
		<dc:creator>Chirag Mehta</dc:creator>
				<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[apex]]></category>
		<category><![CDATA[chatter]]></category>
		<category><![CDATA[email2chatter]]></category>
		<category><![CDATA[emailtochatter]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://www.chiragmehta.info/chirag/?p=2421</guid>
		<description><![CDATA[Installation Url: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t30000001EoJh]]></description>
			<content:encoded><![CDATA[<p><![if !IE]><iframe src="http://docs.google.com/viewer?url=http%3A%2F%2Fwww.chiragmehta.info%2Fchirag%2Fwp-content%2Fuploads%2F2011%2F11%2FEmail2Chatter.pdf&amp;embedded=true" class="pdf" frameborder="0" style="height:600px;width:620px;border:0" width="620" height="600"></iframe><![endif]><!--[if IE]><object width="620" height="600" type="application/pdf" data="http://www.chiragmehta.info/chirag/wp-content/uploads/2011/11/Email2Chatter.pdf" class="pdf ie">
<div style="width:620;height:600;text-align:center;background:#fff;color:#000;margin:0;border:0;padding:0">Unable to display PDF<br /><a href="http://www.chiragmehta.info/chirag/wp-content/uploads/2011/11/Email2Chatter.pdf">Click here to download</a></div>
<p></object><![endif]--></p>
<p>Installation Url: <a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04t30000001EoJh">https://login.salesforce.com/packaging/installPackage.apexp?p0=04t30000001EoJh</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chiragmehta.info/chirag/2012/02/01/emailtochatter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I mass-move reports from one folder into another new folder</title>
		<link>http://www.chiragmehta.info/chirag/2011/06/24/how-do-i-mass-move-reports-from-one-folder-into-another-new-folder/</link>
		<comments>http://www.chiragmehta.info/chirag/2011/06/24/how-do-i-mass-move-reports-from-one-folder-into-another-new-folder/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 08:58:10 +0000</pubDate>
		<dc:creator>Chirag Mehta</dc:creator>
				<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[clean up]]></category>
		<category><![CDATA[mass move]]></category>
		<category><![CDATA[reports]]></category>

		<guid isPermaLink="false">http://www.chiragmehta.info/chirag/?p=2393</guid>
		<description><![CDATA[Problem Statement: We are currently cleaning up our report folders. In order to do so we want to move all unused reports into a &#8216;quarantene map&#8217; before deleting them. How can we move a large number of reports all at once into one folder? i.e., Approach1 In the Eclipse IDE Create a new project Include [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem Statement: </strong>We are currently cleaning up our report folders. In order to do so we want to move all unused reports into a &#8216;quarantene map&#8217; before deleting them. How can we move a large number of reports all at once into one folder? i.e.,</p>
<p><strong>Approach1</strong><br />
In the Eclipse IDE</p>
<ul>
<li>Create a new project</li>
<li>Include ‘reports’ or more specifically the report folders you are concerned with</li>
<li>Let Eclipse refresh the project with the reports metadata</li>
<li>In Eclipse, navigate to the reports folder you just download and then select the Report Folder you want the reports you want to move from, right click and select Properties</li>
<li>Take Note of the Location. This is the path where the metadata files are located</li>
<li>Open a windows explorer window and navigate to that path</li>
<li>Highlight all the Reports you want to move and right click Cut</li>
<li>Still in the Window explorer navigate back to the list of report folder and expand the one you want to move the reports to and right click and Paste</li>
<li>Now back in the IDE highlight the folder titled Reports and right click and Refresh and then right click again and Force.com&gt;Save to Server</li>
<li>BOOM! Now you have moved your reports.</li>
</ul>
<p>&nbsp;</p>
<p><strong>Approach2</strong></p>
<ul>
<li><span style="color: #222222;">Another alternative would be to edit each report folder on the Report page and move unused reports to the Unfiled Public Reports folder.  You can then move all the reports in your Unfiled Public Reports folder to a new &#8220;quarantine&#8221; folder.  Yeah I know, still a lot of manual effort.</span></li>
</ul>
<p>&nbsp;</p>
<p><strong>Approach3</strong></p>
<ul>
<li>A appexchange product, DashPort, allows you to mass move and delete reports and dashboards. You can check out AppExchange listing for more details: <a href="http://sites.force.com/appexchange/listingDetail?listingId=a0N300000019lulEAA" target="_blank">http://sites.force.com/appexchange/listingDetail?listingId=a0N300000019lulEAA</a></li>
</ul>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chiragmehta.info/chirag/2011/06/24/how-do-i-mass-move-reports-from-one-folder-into-another-new-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Field datatype mapping between Oracle/SQL Server and Salesforce</title>
		<link>http://www.chiragmehta.info/chirag/2011/05/16/field-datatype-mapping-between-oraclesql-server-and-salesforce/</link>
		<comments>http://www.chiragmehta.info/chirag/2011/05/16/field-datatype-mapping-between-oraclesql-server-and-salesforce/#comments</comments>
		<pubDate>Mon, 16 May 2011 12:12:35 +0000</pubDate>
		<dc:creator>Chirag Mehta</dc:creator>
				<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[create table]]></category>
		<category><![CDATA[data type]]></category>
		<category><![CDATA[field mapping]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.chiragmehta.info/chirag/?p=2383</guid>
		<description><![CDATA[Over the time I have started developing a tool that pulls salesforce metadata information and creates oracle/sql server &#8220;create table&#8221; scripts. Isn&#8217;t that really awesome!! The most useful part of the tool is field data type mapping i.e, what data type of salesforce maps to what data type of oracle/sql server. Below is the list [...]]]></description>
			<content:encoded><![CDATA[<p>Over the time I have started developing a tool that pulls salesforce metadata information and creates oracle/sql server &#8220;create table&#8221; scripts. Isn&#8217;t that really awesome!!</p>
<p>The most useful part of the tool is field data type mapping i.e, what data type of salesforce maps to what data type of oracle/sql server. Below is the list of mapping that I used while generating create table scripts &#8211; enjoy!!</p>
<table border="0" cellspacing="0" cellpadding="0" width="568" height="453">
<colgroup>
<col width="133"></col>
<col span="2" width="161"></col>
</colgroup>
<tbody>
<tr height="20">
<td width="133" height="20"><strong>salesforce   data type</strong></td>
<td width="161"><strong>sql server data   type</strong></td>
<td width="161"><strong>oracle data   type</strong></td>
</tr>
<tr height="20">
<td height="20">boolean</td>
<td>bit</td>
<td>varchar2(1)</td>
</tr>
<tr height="20">
<td height="20">date</td>
<td>smalldatetime</td>
<td>date</td>
</tr>
<tr height="20">
<td height="20">datetime</td>
<td>Datetime</td>
<td>date</td>
</tr>
<tr height="20">
<td height="20">currency</td>
<td>decimal(precision,scale)</td>
<td>number(precision,scale)</td>
</tr>
<tr height="20">
<td height="20">double</td>
<td>decimal(precision,scale)</td>
<td>number(precision,scale)</td>
</tr>
<tr height="20">
<td height="20">int</td>
<td>Int</td>
<td>number(10)</td>
</tr>
<tr height="20">
<td height="20">picklist</td>
<td>nvarchar(255)</td>
<td>varchar2(255)</td>
</tr>
<tr height="20">
<td height="20">id</td>
<td>nvarchar(18)</td>
<td>varchar2(18)</td>
</tr>
<tr height="20">
<td height="20">reference</td>
<td>nvarchar(18)</td>
<td>varchar2(18)</td>
</tr>
<tr height="20">
<td height="20">textarea</td>
<td>nvarchar(max)</td>
<td>varchar2(4000)</td>
</tr>
<tr height="20">
<td height="20">email</td>
<td>nvarchar(255)</td>
<td>varchar2(255)</td>
</tr>
<tr height="20">
<td height="20">phone</td>
<td>nvarchar(255)</td>
<td>varchar2(255)</td>
</tr>
<tr height="20">
<td height="20">url</td>
<td>nvarchar(255)</td>
<td>varchar2(255)</td>
</tr>
<tr height="20">
<td height="20">textarea</td>
<td>nvarchar(max)</td>
<td>varchar2(4000)</td>
</tr>
<tr height="20">
<td height="20">multipicklist</td>
<td>nvarchar(max)</td>
<td>varchar2(4000)</td>
</tr>
<tr height="20">
<td height="20">anyType</td>
<td>nvarchar(max)</td>
<td>varchar2(4000)</td>
</tr>
<tr height="20">
<td height="20">percent</td>
<td>decimal(5,2)</td>
<td>number(5,2)</td>
</tr>
<tr height="20">
<td height="20">combobox</td>
<td>nvarchar(max)</td>
<td>varchar2(4000)</td>
</tr>
<tr height="20">
<td height="20">base64</td>
<td>nvarchar(max)</td>
<td>varchar2(4000)</td>
</tr>
<tr height="20">
<td height="20">time</td>
<td>nvarchar(255)</td>
<td>varchar2(255)</td>
</tr>
<tr height="20">
<td height="20">string</td>
<td>nvarchar(length)</td>
<td>varchar2(length)</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chiragmehta.info/chirag/2011/05/16/field-datatype-mapping-between-oraclesql-server-and-salesforce/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apex Visualforce Code Scanning directly in Force.com IDE</title>
		<link>http://www.chiragmehta.info/chirag/2011/02/25/apex-visualforce-code-scanning-directly-in-force-com-ide/</link>
		<comments>http://www.chiragmehta.info/chirag/2011/02/25/apex-visualforce-code-scanning-directly-in-force-com-ide/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 07:37:05 +0000</pubDate>
		<dc:creator>Chirag Mehta</dc:creator>
				<category><![CDATA[Salesforce]]></category>

		<guid isPermaLink="false">http://www.chiragmehta.info/chirag/?p=2380</guid>
		<description><![CDATA[A year back Salesforce began supporting source code analysis on Force.com through http://security.force.com/sourcescanner. But there wasn&#8217;t any integration with the Force.com IDE. Checkmarx, the company Salesforce partnered with to provide Force.com source scanning, has stepped up and made an offering available to all of us. For 90 days, for the first 1000 developers, they&#8217;ll give [...]]]></description>
			<content:encoded><![CDATA[<p>A year back Salesforce began supporting source code analysis on Force.com through http://security.force.com/sourcescanner.  But there wasn&#8217;t any integration with the Force.com IDE.</p>
<p>Checkmarx, the company Salesforce partnered with to provide Force.com source scanning, has stepped up and made an offering available to all of us.  For 90 days, for the first 1000 developers, they&#8217;ll give away a free version of an Eclipse plugin that can scan all Force.com code (under 100k LoC).  The great thing about this is that you get actionable results, directly in your IDE, without having to cross reference line numbers in a report like you have to do today.  I hope this is a great resource for all of us!</p>
<p>Download a copy at http://www.apexscanner.com. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.chiragmehta.info/chirag/2011/02/25/apex-visualforce-code-scanning-directly-in-force-com-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Salesforce Ideas Coming in Spring &#8217;11 Release</title>
		<link>http://www.chiragmehta.info/chirag/2011/01/04/salesforce-ideas-coming-in-spring-11-release/</link>
		<comments>http://www.chiragmehta.info/chirag/2011/01/04/salesforce-ideas-coming-in-spring-11-release/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 11:09:31 +0000</pubDate>
		<dc:creator>Chirag Mehta</dc:creator>
				<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[apex]]></category>
		<category><![CDATA[chatter]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[spring11]]></category>

		<guid isPermaLink="false">http://www.chiragmehta.info/chirag/?p=2360</guid>
		<description><![CDATA[Check out which Ideas are Coming in the Spring &#8217;11 Release! Criteria Based Sharing (includes by Record Type) Google Chrome Web Browser makes Salesforce Faster &#8211; Make Google Chrome available &#8220;Like&#8221; button is needed in Chatter Notification Icon for Tweets / Chatter Allow for in-line editing of fields on visualforce pages Allow more than three [...]]]></description>
			<content:encoded><![CDATA[<p>Check out which Ideas are Coming in the Spring &#8217;11 Release!</p>
<p><img title="Spring'11 Logo" src="https://sites.secure.force.com/success/servlet/rtaImage?eid=08730000000KAjb&amp;feoid=Body&amp;refid=0EM30000000e4sU" alt="Spring'11 Logo" width="452" height="166" /></p>
<ul>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=08730000000BrqSAAS" target="_blank">Criteria Based Sharing (includes by Record Type)</a> <img title="Favorite" src="http://www.photoshoplady.com/wp-content/themes/PhotoshopLady/images/favourite.png" alt="Favorite" width="12" height="12" /></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=08730000000BqTxAAK" target="_blank">Google Chrome Web Browser makes Salesforce Faster &#8211; Make Google Chrome available</a> <img title="Favorite" src="http://www.photoshoplady.com/wp-content/themes/PhotoshopLady/images/favourite.png" alt="Favorite" width="12" height="12" /></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=087300000007akGAAQ" target="_blank">&#8220;Like&#8221; button is needed in Chatter</a></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=087300000007eg0AAA" target="_blank">Notification Icon for Tweets / Chatter</a> <img title="Favorite" src="http://www.photoshoplady.com/wp-content/themes/PhotoshopLady/images/favourite.png" alt="Favorite" width="12" height="12" /></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=08730000000BrrcAAC" target="_blank">Allow for in-line editing of fields on visualforce pages</a> <img title="Favorite" src="http://www.photoshoplady.com/wp-content/themes/PhotoshopLady/images/favourite.png" alt="Favorite" width="12" height="12" /></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=08730000000IWvwAAG" target="_blank">Allow more than three &#8220;Run as logged-in user&#8221; Dashboards</a></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=08730000000J80qAAC" target="_blank">Report Builder: Type to search filter fields</a> <img title="Favorite" src="http://www.photoshoplady.com/wp-content/themes/PhotoshopLady/images/favourite.png" alt="Favorite" width="12" height="12" /></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=08730000000J4HvAAK" target="_blank">salesforce for outlook &#8211; save email attachments to salesforce</a></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=08730000000JN36AAG" target="_blank">Salesforce for Outlook &#8211; selective association of emails to records</a></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=08730000000BrmvAAC" target="_blank">Rebrand Trialforce Welcome Message</a></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=087300000007XiSAAU" target="_blank">Sort Order of Quote Line Items</a></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=08730000000I6GVAA0" target="_blank">Set the dashboard Running User as &#8220;current user&#8221; (dynamic) Enable this for EE</a></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=08730000000BpF4AAK" target="_blank">RSS Feed for trust.salesforce.com</a> <img title="Favorite" src="http://www.photoshoplady.com/wp-content/themes/PhotoshopLady/images/favourite.png" alt="Favorite" width="12" height="12" /><img title="Favorite" src="http://www.photoshoplady.com/wp-content/themes/PhotoshopLady/images/favourite.png" alt="Favorite" width="12" height="12" /></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=08730000000HETQAA4" target="_blank">Add delete button for inbound change sets</a> <img title="Favorite" src="http://www.photoshoplady.com/wp-content/themes/PhotoshopLady/images/favourite.png" alt="Favorite" width="12" height="12" /></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=087300000007sRpAAI" target="_blank">SF Knowledge Articles: where is the number?</a></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=08730000000Br07AAC" target="_blank">Import / Export in the Translation Workbench</a></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=08730000000IUxdAAG" target="_blank">New Dashboard Editor: Please support Google Chrome!</a></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=08730000000HOIVAA4" target="_blank">Enable open web technologies like Google Chrome Frame in IE</a> <img title="Favorite" src="http://www.photoshoplady.com/wp-content/themes/PhotoshopLady/images/favourite.png" alt="Favorite" width="12" height="12" /></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=08730000000Bq4DAAS" target="_blank">Making the Public Knowledge Base Shell Available in Different Languages</a></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=08730000000JY1kAAG" target="_blank">Salesforce for Outlook: support for delegated authentication (SSO)</a></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=08730000000JN3BAAW" target="_blank">Make Report Builder available to the Prof. Edition Standard User profile</a></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=08730000000Bpa4AAC" target="_blank">Warning Message in Outlook when password will expire</a></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=08730000000JyTOAA0" target="_blank">Highlight the Edit Custom Filters button in the new report builder</a></li>
<li><a href="https://sites.secure.force.com/success/ideaView?c=09a30000000D9xtAAC&amp;id=08730000000KJqxAAG" target="_blank">Allow Override of Labels of Managed Custom Objects</a></li>
</ul>
<p><img class="alignnone" title="Favorite" src="http://www.photoshoplady.com/wp-content/themes/PhotoshopLady/images/favourite.png" alt="Favorite" width="12" height="12" /> : My Favorites</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chiragmehta.info/chirag/2011/01/04/salesforce-ideas-coming-in-spring-11-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Database.com Dreamforce&#8217;10 new baby &#8230;</title>
		<link>http://www.chiragmehta.info/chirag/2010/12/07/is-database-com-dreamforce10-new-baby/</link>
		<comments>http://www.chiragmehta.info/chirag/2010/12/07/is-database-com-dreamforce10-new-baby/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 17:31:02 +0000</pubDate>
		<dc:creator>Chirag Mehta</dc:creator>
				<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dreamforce]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[marc]]></category>
		<category><![CDATA[tom]]></category>

		<guid isPermaLink="false">http://www.chiragmehta.info/chirag/?p=2353</guid>
		<description><![CDATA[Came acrorss a site Database.com, is that a new baby to be delivered in Today&#8217;s Dremaforce&#8217;10 conference? Check this Read more @ http://www.database.com/]]></description>
			<content:encoded><![CDATA[<p>Came acrorss a site Database.com, is that a new baby to be delivered in Today&#8217;s Dremaforce&#8217;10 conference?</p>
<p>Check this<br />
<img src="http://blog.database.com/wp-content/uploads/2010/12/introducing.png" alt="Database.com" width="461" height="262" /><br />
<img src="http://blog.database.com/wp-content/uploads/2010/12/open.png" alt="Database.com" width="461" height="262" /></p>
<p>Read more @ <a href="http://www.database.com/">http://www.database.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chiragmehta.info/chirag/2010/12/07/is-database-com-dreamforce10-new-baby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Salesforce.com launches new HELP Site with Winter&#8217;11</title>
		<link>http://www.chiragmehta.info/chirag/2010/10/07/salesforce-com-launches-new-help-site-with-winter11/</link>
		<comments>http://www.chiragmehta.info/chirag/2010/10/07/salesforce-com-launches-new-help-site-with-winter11/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 04:04:01 +0000</pubDate>
		<dc:creator>Chirag Mehta</dc:creator>
				<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[winter11]]></category>

		<guid isPermaLink="false">http://www.chiragmehta.info/chirag/?p=2337</guid>
		<description><![CDATA[Salesforce.com launches new HELP Site with Winter&#8217;11. The new Help site brings together a rich set of resources to help you find the answers to your questions quickly and easily. With the new Help site, you can: Find Answers Fast: Use advanced search find the information you need quickly Customize Help: Personalize the Help site [...]]]></description>
			<content:encoded><![CDATA[<p>Salesforce.com launches new HELP Site with Winter&#8217;11. The new Help site brings together a rich set of resources to help you find the answers to your questions quickly and easily.</p>
<p>With the new Help site, you can:</p>
<ul>
<blockquote>
<li>Find Answers Fast: Use advanced search find the information you need quickly</li>
<li>Customize Help: Personalize the Help site to meet your specific needs by adding gadgets and customizing the layout</li>
<li>Chat: Chat with Salesforce.com Support experts in real-time</li>
<li>Work with Cases: Open and review cases faster than ever</li>
<li>Leverage New Administrator Views: Administrators gain insight with enhanced reporting on cases and organization information</li>
</blockquote>
</ul>
<p>The new Help site replaces the current Help &amp; Training site. The Winter &#8217;11 Help release is English-only, but future versions of the Help site will include content in all supported Salesforce.com languages.<br />
Note:  Chat support will be rolled out in phases and may not be available to all customers when they first begin to use Help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chiragmehta.info/chirag/2010/10/07/salesforce-com-launches-new-help-site-with-winter11/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Create Salesforce lightboxes &#8211; Modal Dialogs</title>
		<link>http://www.chiragmehta.info/chirag/2010/09/24/create-salesforce-lightboxes-modal-dialogs/</link>
		<comments>http://www.chiragmehta.info/chirag/2010/09/24/create-salesforce-lightboxes-modal-dialogs/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 13:55:48 +0000</pubDate>
		<dc:creator>Chirag Mehta</dc:creator>
				<category><![CDATA[Salesforce]]></category>

		<guid isPermaLink="false">http://www.chiragmehta.info/chirag/?p=2323</guid>
		<description><![CDATA[Lightbox components are a standard part of the Salesforce UI, but they&#8217;re not easily available (until now!) for your own code. Salesforce lightboxes have the following properties: They &#8220;grey out&#8221; the rest of the page behind the component, making the page unclickable until the lightbox is dismissed They can be dragged around the screen by [...]]]></description>
			<content:encoded><![CDATA[<p>Lightbox components are a standard part of the Salesforce UI, but they&#8217;re not easily available (until now!) for your own code.</p>
<p>Salesforce lightboxes have the following properties:</p>
<ul>
<li> They &#8220;grey out&#8221; the rest of the page behind the component, making the page unclickable until the lightbox is dismissed</li>
<li> They can be dragged around the screen by dragging on the title bar</li>
<li> They can contain any content you like, including a Visualforce page (use an iframe inside the lightbox)</li>
</ul>
<blockquote><p>Get Salesforce Lighbox component @ <a href="http://sites.force.com/appexchange/listingDetail?listingId=a0N30000001g3u0EAA#">http://sites.force.com/appexchange/listingDetail?listingId=a0N30000001g3u0EAA#</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.chiragmehta.info/chirag/2010/09/24/create-salesforce-lightboxes-modal-dialogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMforce : Cloud Computing for Java Developers : Recorded Webinar</title>
		<link>http://www.chiragmehta.info/chirag/2010/09/21/vmforce-cloud-computing-for-java-developers-recorded-webinar/</link>
		<comments>http://www.chiragmehta.info/chirag/2010/09/21/vmforce-cloud-computing-for-java-developers-recorded-webinar/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 03:10:16 +0000</pubDate>
		<dc:creator>Chirag Mehta</dc:creator>
				<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[force]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[vmforce]]></category>

		<guid isPermaLink="false">http://www.chiragmehta.info/chirag/?p=2318</guid>
		<description><![CDATA[The recorded webinar &#8220;VMforce : Cloud Computing for Java Developers&#8221; provides an introduction to Cloud Computing, overview of the Force.com platform, and a sneak peak of VMforce. The webinar was recorded, and it is available for viewing @ :: http://wiki.developerforce.com/index.php/VMforce_Webinar_Series For additional information, tutorials and tips, visit following site and blog: :: http://developer.force.com/ :: http://blog.sforce.com/]]></description>
			<content:encoded><![CDATA[<p>The recorded webinar &#8220;VMforce : Cloud Computing for Java Developers&#8221; provides an introduction to Cloud Computing, overview of the Force.com platform, and a sneak peak of VMforce.</p>
<p>The webinar was recorded, and it is available for viewing @<br />
<strong>::</strong> <span style="text-decoration: underline;"><a href="http://wiki.developerforce.com/index.php/VMforce_Webinar_Series" target="_blank">http://wiki.developerforce.com/index.php/VMforce_Webinar_Series</a></span></p>
<p>For additional information, tutorials and tips, visit following site and blog:<br />
<strong>::</strong> <span style="text-decoration: underline;"><a href="http://developer.force.com/" target="_blank">http://developer.force.com/</a><br />
</span> <strong>:: </strong><span style="text-decoration: underline;"><a href="http://blog.sforce.com/" target="_blank">http://blog.sforce.com/</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chiragmehta.info/chirag/2010/09/21/vmforce-cloud-computing-for-java-developers-recorded-webinar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What salesforce.com network IP addresses do I need to whitelist?</title>
		<link>http://www.chiragmehta.info/chirag/2010/08/17/what-salesforce-com-network-ip-addresses-do-i-need-to-whitelist/</link>
		<comments>http://www.chiragmehta.info/chirag/2010/08/17/what-salesforce-com-network-ip-addresses-do-i-need-to-whitelist/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 07:36:05 +0000</pubDate>
		<dc:creator>Chirag Mehta</dc:creator>
				<category><![CDATA[Salesforce]]></category>

		<guid isPermaLink="false">http://www.chiragmehta.info/chirag/?p=2309</guid>
		<description><![CDATA[Salesforce.com has an IP address block allocated directly to salesforce.com by the American Registry for Internet Numbers (ARIN). To provide continuity of service if you utilize email or IP address security filters, white list or otherwise add salesforce.com&#8217;s IP address space to your list of trusted addresses The IP address spaces are as follows: 204.14.232.0/25 [...]]]></description>
			<content:encoded><![CDATA[<p>Salesforce.com has an IP address block allocated directly to salesforce.com by the American Registry for Internet Numbers (ARIN). </p>
<p>To provide continuity of service if you utilize email or IP address security filters, white list or otherwise add salesforce.com&#8217;s IP address space to your list of trusted addresses </p>
<p>The IP address spaces are as follows: </p>
<blockquote><p>                204.14.232.0/25 East Coast Data Center (set one)<br />
                204.14.233.0/25 East Coast Data Center (set two)<br />
                204.14.234.0/25 West Coast Data Center (set one)<br />
                204.14.235.0/25 West Coast Data Center (set two)<br />
                202.129.242.0/25 Singapore Data Center</p></blockquote>
<p>To clarify, the &#8220;0/25&#8243; that you see in the ranges refers to an abbreviated form of Classless Inter-domain routing notation. In essence this notation is a network number followed by a &#8220;/&#8221; and a number , the latter number indicates the number of 1&#8242;s (starting a the left most bit i.e MSB &#8211; most significant bit) in the subnet mask i.e the number of bits relevant to a network portion of the IP address. So &#8220;/25&#8243; means 25 bits constitute the subnet mask of 255.255.255.128, and really 25 bits reserved for network address which is identified by performing bitwise &#8220;AND&#8221; to the full network number. </p>
<p>For example 204.14.232.0/25 means 2 possible networks in the form of 204.14.232.0 and 204.14.232.128 each having possible 126 hosts i.e total 252 hosts or IP addresses per specified range.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chiragmehta.info/chirag/2010/08/17/what-salesforce-com-network-ip-addresses-do-i-need-to-whitelist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

