<?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>vTiger CRM Field Labels &#8211; VTiger Experts</title>
	<atom:link href="https://www.vtexperts.com/tag/vtiger-crm-field-labels/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.vtexperts.com</link>
	<description>VTiger Support, Development, Data Migration, Customization and Extensions, Plugins, Addons..</description>
	<lastBuildDate>Fri, 14 Oct 2016 17:52:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.4.2</generator>
	<item>
		<title>How to Change Field Labels in vTiger?</title>
		<link>https://www.vtexperts.com/how-to-change-field-labels-in-vtiger/</link>
					<comments>https://www.vtexperts.com/how-to-change-field-labels-in-vtiger/#comments</comments>
		
		<dc:creator><![CDATA[vte]]></dc:creator>
		<pubDate>Wed, 28 Aug 2013 01:31:32 +0000</pubDate>
				<category><![CDATA[vTiger 5.4]]></category>
		<category><![CDATA[vTiger Tips]]></category>
		<category><![CDATA[vTiger Tweaks]]></category>
		<category><![CDATA[vTiger CRM Custom Development]]></category>
		<category><![CDATA[vTiger CRM Customization]]></category>
		<category><![CDATA[vTiger CRM Field Labels]]></category>
		<category><![CDATA[vTiger CRM Tips/Tricks]]></category>
		<guid isPermaLink="false">https://www.vtexperts.com/?p=534</guid>

					<description><![CDATA[<p>Unfortunately vTiger does not have an option to change the field labels using the user interface. However, there are few ways to do it. Let&#8217;s say we want to modify the field label for Account field &#8220;Rating&#8221;. The first and the easiest method is to modify the vTiger language file and replace the existing field labels with new ones. Go to &#8220;/vtigercrm/modules/Accounts/language/&#8220; Open &#8220;en_us.lang.php&#8221; with your favorite text editor Find the word &#8220;Rating&#8221; and replace it with the new label. Save the file and refresh the Contact screen &#8211; the new label should show up. The second method requires knowledge of MySQL database structure, so if you are not familiar with tables and field, you are better of going with method one or three. Connect to your vTiger database Find table &#8216;vtiger_field&#8216; Run the query &#8216;select * from vtiger_field where fieldlabel=&#8217;Rating&#8217;;&#8216; Edit the row and change the fieldlabel value to</p>
<p>The post <a rel="nofollow" href="https://www.vtexperts.com/how-to-change-field-labels-in-vtiger/">How to Change Field Labels in vTiger?</a> appeared first on <a rel="nofollow" href="https://www.vtexperts.com">VTiger Experts</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.vtexperts.com/how-to-change-field-labels-in-vtiger/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
