<div dir="ltr">Hello everyone.<div>Everyone has made excellent suggestions regarding features.</div><div>I would like to suggest some database schema rationalisations as well. For example, addresses</div><div>There is lane / street, code/zip and others too.</div><div><br></div><div>Another is to lose the _seq tables, not if many of them are use. crmentity it does use.</div><div><br></div><div>I also recently gave it a spin on mySQL 8, performance was better,  but some QueryGenerator query build failed.</div><div>Particularly, ones that use date comparators as <span style="background-color:rgb(255,255,0)">== ''</span></div><div><span style="background-color:rgb(255,255,0)"><br></span></div><div>Also, the check for Birthday is today, is a hack. Hasn't improved in ages. We should have an <span style="background-color:rgb(255,255,0)">is Anniversary</span>, so any date can be checked against today, ignoring the year component. Could be Date of Joining is Anniversary and so on.</div><div><br></div><div>The picklist type fields also are created by default as large VARCHAR(255)s. This eats up lots of space in table row sizes, sometimes requiring manual intervention to prevent mysql from crashing.</div><div>VARCHAR(32) should be enough, IMHO. </div><div>We did have one client who had long answers to questions made as a picklist,  and he had some 200 questions. Table died and mySQL crashed. The solution was to use short labels for answers, reduce the column size and use language labels created specific to fix his need. Thats an extreme case, but I guess VARCHAR 255 is too much</div><div><br></div><div>Thanks everyone</div><div><br></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>With best regards,<br><br>S.T.Prasad (Skype: <a href="mailto:stprasad@stprasad.com" target="_blank">stprasad@stprasad.com</a>)</div><div>Founder and Chief Shikari<br><a href="http://www.vtigress.com" target="_blank">http://www.vtigress.com</a><br>The Purr-fect mate for vTiger<br></div><div>Certified Solution Partner for Asia and Africa</div></div></div></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 17, 2020 at 12:22 AM Alan Lord <<a href="mailto:alanslists@gmail.com">alanslists@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 16/09/2020 15:46, Martin Allen wrote:<br>
> A feature that several of my team has come to me with recently to add to <br>
> 7.4 is the ability to duplicate an existing workflow! Would save a lot <br>
> of time!<br>
> <br>
> Martin Allen<br>
<br>
+1 - That's a great suggestion.<br>
<br>
Al<br>
<br>
<br>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div>