<?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 Contact Image Field &#8211; VTiger Experts</title>
	<atom:link href="https://www.vtexperts.com/tag/vtiger-crm-contact-image-field/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:00 +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 Hide &#8220;Contact Image&#8221; Field in vTiger?</title>
		<link>https://www.vtexperts.com/how-to-hide-contact-image-field-in-vtiger/</link>
					<comments>https://www.vtexperts.com/how-to-hide-contact-image-field-in-vtiger/#respond</comments>
		
		<dc:creator><![CDATA[vte]]></dc:creator>
		<pubDate>Thu, 29 Aug 2013 12:24:41 +0000</pubDate>
				<category><![CDATA[vTiger 5.4]]></category>
		<category><![CDATA[vTiger Tips]]></category>
		<category><![CDATA[vTiger Tweaks]]></category>
		<category><![CDATA[vTiger CRM Contact Image Field]]></category>
		<category><![CDATA[vTiger CRM Hide Fields]]></category>
		<category><![CDATA[vTiger CRM Tips/Tricks]]></category>
		<guid isPermaLink="false">https://www.vtexperts.com/?p=558</guid>

					<description><![CDATA[<p>By default the &#8220;Contact Image&#8221; field on the Contact screen is active, and unfortunately you can not hide or deactivate it using the Field &#8220;Layout Editor&#8220;. Most business don&#8217;t collect contact images and this field/section just takes up valuable screen space. In order to remove it, you will have connect to the MySQL Database and run the query which will hide the field. Make sure you have a backup before you run any queries on the database. UPDATE `vtiger_field` SET `presence`=&#8217;1&#8242; WHERE `fieldlabel` =&#8217;Contact Image&#8217; AND `tabid`=&#8217;4&#8242; AND `fieldname`=&#8217;imagename&#8217; AND `fieldid`=&#8217;108&#8242;;</p>
<p>The post <a rel="nofollow" href="https://www.vtexperts.com/how-to-hide-contact-image-field-in-vtiger/">How to Hide &#8220;Contact Image&#8221; Field 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-hide-contact-image-field-in-vtiger/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
