<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi Ranieri,</div><div class=""><br class=""></div><div class="">I suggest we move this to the repository, not everyone on the mailing list is interested in this.</div><div class="">Please open an issue on <a href="https://github.com/preexo/vtiger-checkduplicates-extension" rel="noreferrer" target="_blank" class="" style="font-size: 13px;">https://github.com/preexo/vtiger-checkduplicates-extension</a> and put in the error and steps to reproduce.</div><div class="">The table to define the duplicate check is being created during installation and update of the module, the code line is:</div><div class=""><span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 134, 179); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; white-space: pre;">Vtiger_Utils</span><span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; white-space: pre;">::</span><span style="color: rgb(51, 51, 51); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; white-space: pre; background-color: rgb(255, 255, 255);" class="">CreateTable(</span><span class="pl-s" style="box-sizing: border-box; color: rgb(24, 54, 145); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; white-space: pre;"><span class="pl-pds" style="box-sizing: border-box;">'</span>ms_duplicatecheck<span class="pl-pds" style="box-sizing: border-box;">'</span></span><span style="color: rgb(51, 51, 51); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; white-space: pre; background-color: rgb(255, 255, 255);" class="">, </span><span class="pl-s" style="box-sizing: border-box; color: rgb(24, 54, 145); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; white-space: pre;"><span class="pl-pds" style="box-sizing: border-box;">'</span>(module varchar(50), tablename varchar(255), columnname varchar(255), field_htmlid varchar(255))<span class="pl-pds" style="box-sizing: border-box;">'</span></span><span style="color: rgb(51, 51, 51); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; white-space: pre; background-color: rgb(255, 255, 255);" class="">, </span><span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 134, 179); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; white-space: pre;">true</span><span style="color: rgb(51, 51, 51); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; white-space: pre; background-color: rgb(255, 255, 255);" class="">);</span></div><div class=""><span style="color: rgb(51, 51, 51); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; white-space: pre; background-color: rgb(255, 255, 255);" class=""><br class=""></span></div><div class="">Please check for table existance ms_duplicatecheck</div><div class=""><br class=""></div><div class="">Your other questions, I didn’t fully understand them. Let me know which field you want to check in which module, I will give your the necessary queries :) This could also be done on the repository… The module works fine, just needs initial setup by manually inserting something into the db.</div><div class=""><br class=""></div><div class="">Best regards</div><div class=""><br class=""></div><br class=""><div><blockquote type="cite" class=""><div class="">On 02.05.2016, at 20:21, Ranieri <<a href="mailto:rslemer@gmail.com" class="">rslemer@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi <div class=""><br class=""></div><div class="">@Preexo </div><div class=""><br class=""></div><div class="">I Install duplicates checks, but not created a table schema. Could you send me, please?</div><div class=""><br class=""></div><div class="">About: <a href="https://github.com/preexo/vtiger-checkduplicates-extension" rel="noreferrer" target="_blank" style="font-size:13px" class="">https://github.com/preexo/vtiger-checkduplicates-extension</a></div><div class=""><br class=""></div><div class="">Thanks!</div><div class=""><br class=""></div><div class="">Ranieri</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">2016-03-03 7:06 GMT-03:00 Preexo <span dir="ltr" class=""><<a href="mailto:preexo@googlemail.com" target="_blank" class="">preexo@googlemail.com</a>></span>:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I implemented a duplicate check module. It requires manual settings in the<br class="">
database to work, not for novices.<br class="">
But I thought I share it anyway. It's not fancy as the big expensive<br class="">
extensions you can buy in the marketplace, but it did the job for me, I<br class="">
didn't require any more.<br class="">
<br class="">
<a href="https://github.com/preexo/vtiger-checkduplicates-extension" rel="noreferrer" target="_blank" class="">https://github.com/preexo/vtiger-checkduplicates-extension</a><br class="">
<br class="">
feedback welcome<br class="">
<br class="">
<br class="">
<br class="">
--<br class="">
View this message in context: <a href="http://vtiger-crm.2324883.n4.nabble.com/duplicate-check-extension-tp18543.html" rel="noreferrer" target="_blank" class="">http://vtiger-crm.2324883.n4.nabble.com/duplicate-check-extension-tp18543.html</a><br class="">
Sent from the vtigercrm-developers mailing list archive at <a href="http://nabble.com" class="">Nabble.com</a>.<br class="">
_______________________________________________<br class="">
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank" class="">http://www.vtiger.com/</a><br class="">
</blockquote></div><br class=""></div>
_______________________________________________<br class=""><a href="http://www.vtiger.com/" class="">http://www.vtiger.com/</a></div></blockquote></div><br class=""></body></html>