<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://sugarclub.sugarcrm.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Where i can found a git workflow exmaple of an sugarCrm application ?</title><link>https://sugarclub.sugarcrm.com/dev-club/f/questions-answers/7619/where-i-can-found-a-git-workflow-exmaple-of-an-sugarcrm-application</link><description>Hello everyone, 
 At our company, we have implemented a Git system for our client applications. However, we are experiencing challenges with database changes across our three types of environments: development, staging, and production (master). 
 We&amp;#39;re</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Where i can found a git workflow exmaple of an sugarCrm application ?</title><link>https://sugarclub.sugarcrm.com/thread/31804?ContentTypeID=1</link><pubDate>Fri, 30 Aug 2024 07:23:33 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:93a78d02-b43b-4c96-a2c8-05228ab935e6</guid><dc:creator>Raul Bethencourt Gonzalez</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/frinaldi"&gt;Frédéric Rinaldi&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for your answer Fr&amp;eacute;d&amp;eacute;ric but is not exactly what i&amp;#39;m looking for.&lt;/p&gt;
&lt;p&gt;In our team we have non devs that do many things in the sugar Instances. So we search for a way to handle all this changes.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where i can found a git workflow exmaple of an sugarCrm application ?</title><link>https://sugarclub.sugarcrm.com/thread/31794?ContentTypeID=1</link><pubDate>Wed, 28 Aug 2024 14:36:25 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:95c14b51-16df-49eb-b3d5-67ee0b11067a</guid><dc:creator>Fr&amp;#233;d&amp;#233;ric Rinaldi</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/raulbethencourt"&gt;Raul Bethencourt Gonzalez&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;according to your 3rd point, when we manage multiple environnements, we rather create field though a basic vardef definition in custom/Extension/&amp;lt;module&amp;gt;/Ext/Vardefs/sugarfield_&amp;lt;fieldname&amp;gt;.php with only the field definition (name, type, label etc.) and then the repair will create the field into the Sugar model.&lt;/p&gt;
&lt;p&gt;So you only have to create several snippet in your dev tool to easily create the basic structure for each type of field.&lt;/p&gt;
&lt;p&gt;Then you can update the field from the studio and all the additionnal properties will be in the file, not in the field meta data table&lt;/p&gt;
&lt;p&gt;Going that way&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;no custom table with a 1-1 link&lt;/li&gt;
&lt;li&gt;no possibility to delete the field from the studio&lt;/li&gt;
&lt;li&gt;easy to deploy with git : the file contains all the field definition&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hope it helps&lt;/p&gt;
&lt;p&gt;Fred&lt;/p&gt;
&lt;div id="ext-mouse-move"&gt;&lt;/div&gt;
&lt;div id="ext-mouse-down"&gt;&lt;/div&gt;
&lt;div id="ext-mouse-up"&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>