<div dir="ltr"><div><div>phpmyadmin says: "This table does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features are not available"<br></div>Is it deliberate to not add primary key to this table?<br><br></div>Stacey<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 31, 2015 at 10:11 PM, Oleg <span dir="ltr"><<a href="mailto:Oleg.a@pinstudio.ru" target="_blank">Oleg.a@pinstudio.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi!<br>
<br>
This is possible. Relations 1:m between modules are determined by records in<br>
/vtiger_fieldmodulerel/ table. There are fields [fieldid, module, relmodule,<br>
status, sequence]. In order to create two relation you should create two<br>
fields (UI type 10) in SalesOrder module and add two records to<br>
/vtiger_fieldmodulerel/ table like<br>
<br>
[fieldid], SalesOrder, Accounts, null, null<br>
<br>
Where  [fieldid] you should get from /vtiger_field/ table.<br>
<br>
Alternatively, you can try to create in SalesOrder module one more field<br>
UiType 73, which corresponds to mandatory field for Account selection, or<br>
UiType 68, which corresponds to field for Contact or Account selection.<br>
<br>
<br>
Preexo wrote<br>
<span class="">> Has anyone ever managed to get more than one relationship of the same<br>
> kind?<br>
> So for example I would like to have two Organization (Accounts) fields in<br>
> the SalesOrder.<br>
> Anyone ever done that? Seems like vtiger has some trouble if more than one<br>
> field exists with the same relationship.<br>
<br>
<br>
<br>
<br>
<br>
</span>--<br>
View this message in context: <a href="http://vtiger-crm.2324883.n4.nabble.com/Vtigercrm-developers-Relating-tickets-with-projects-without-using-Related-list-tp17192p17206.html" rel="noreferrer" target="_blank">http://vtiger-crm.2324883.n4.nabble.com/Vtigercrm-developers-Relating-tickets-with-projects-without-using-Related-list-tp17192p17206.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the vtigercrm-developers mailing list archive at Nabble.com.<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
</div></div></blockquote></div><br></div>