<?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>Evolution Systems &#187; Quick Create</title>
	<atom:link href="http://evolution-systems.co.uk/tag/quick-create/feed/" rel="self" type="application/rss+xml" />
	<link>http://evolution-systems.co.uk</link>
	<description>Web Development, Software Development and Linux Consultancy services</description>
	<lastBuildDate>Fri, 08 Aug 2025 09:18:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Remove Quick Create From All Modules In Sugarcrm</title>
		<link>http://evolution-systems.co.uk/2010/01/14/remove-quick-create-from-all-modules-in-sugarcrm/</link>
		<comments>http://evolution-systems.co.uk/2010/01/14/remove-quick-create-from-all-modules-in-sugarcrm/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 18:38:27 +0000</pubDate>
		<dc:creator><![CDATA[Matthew Jakeman]]></dc:creator>
				<category><![CDATA[Matts Blog]]></category>
		<category><![CDATA[SugarCRM Development]]></category>
		<category><![CDATA[Quick Create]]></category>

		<guid isPermaLink="false">http://evolution-systems.co.uk/wordpress/?p=414</guid>
		<description><![CDATA[If you need to remove the Quick Create view from every module as I recently needed to it is quite simple to do. First of all create the following file: custom/include/MVC/View/views/view.sidequickcreate.php Then all you need to do is copy the following code in: class ViewSidequickcreate extends SugarView{ function display() { return ''; }} Go to [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>If you need to remove the Quick Create view from every module as I recently needed to it is quite simple to do. First of all create the following file:</p>
<p><code>custom/include/MVC/View/views/view.sidequickcreate.php</code><br />
Then all you need to do is copy the following code in:</p>
<p><code>class ViewSidequickcreate extends SugarView<br />{<br />    function display()<br />    {<br />        return '';<br />    }<br />}<br /></code><br />
Go to the admin section and perform a &#8220;Quick Repair and Rebuild&#8221; and Quick Create should have disappeared from every module.</p>
]]></content:encoded>
			<wfw:commentRss>http://evolution-systems.co.uk/2010/01/14/remove-quick-create-from-all-modules-in-sugarcrm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
