01-30-2018, 07:28 PM
01-30-2018, 09:56 PM
Well, you actually found an error that we get directly from vtiger, I thought we didn't have any of those left :-)
https://github.com/tsolucio/corebos/commit/e671613f34634b726c0f15acc30f08ad2ba046c9
With this change, the potentials related list on contacts will show all related potentials, directly, related to the contact's account and related to the related list of potentials.
I'd say that you have added the related list using the layout editor. If that is the case you will have to recover the one that was there before because this is a special relation inherited from sugar crm (!)
https://github.com/tsolucio/corebos/commit/e671613f34634b726c0f15acc30f08ad2ba046c9
With this change, the potentials related list on contacts will show all related potentials, directly, related to the contact's account and related to the related list of potentials.
I'd say that you have added the related list using the layout editor. If that is the case you will have to recover the one that was there before because this is a special relation inherited from sugar crm (!)
01-30-2018, 11:07 PM
Sorry I don't understand your explain.
01-31-2018, 12:00 AM
I fixed the potentials related list on contacts so it shows all the related potential records
01-31-2018, 12:07 PM
unfortunately not solve for me.

Maybe, if I install a fresh copy and move BD from older, could solve?

Maybe, if I install a fresh copy and move BD from older, could solve?
01-31-2018, 02:55 PM
edit the related list that you have created in the database and set the function to get_opportunities
a fresh install will not work as the problem is in the database
a fresh install will not work as the problem is in the database
01-31-2018, 08:06 PM
but, how I know each line could be change?
The number is a position in related list?
I need change get_contacts to get_opportunities ( for value 1 ) ?
see my related list
The number is a position in related list?
I need change get_contacts to get_opportunities ( for value 1 ) ?
see my related list
01-31-2018, 10:25 PM
In the vtiger_relatedlist table you have a tabid and a relatedtabid column. You are looking for the row that related Contacts (tabid=4) with Potentials (tabid=2) so you are looking for the row that has:
tabid=4 and relatedtabid=2
in that row you must change the name column to get_opportunities
tabid=4 and relatedtabid=2
in that row you must change the name column to get_opportunities
02-20-2018, 05:37 PM
Thanks, Joe.
After change directly line in table on DB, worked.

After change directly line in table on DB, worked.

02-21-2018, 12:42 AM
and how I solve for opportunity listed a contacts?
What tabid I need checked?
What tabid I need checked?