Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solve] Not list opportunity in related list
#1
In my installation, a contact has more than one opportunity, but system not exhibit yours opportunities in related list.

How I can solve that?


Attached Files Image(s)
   
Ranieri
eCRM Web
Reply
#2
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 (!)
Joe
TSolucio
Reply
#3
Sorry I don't understand your explain.
Ranieri
eCRM Web
Reply
#4
I fixed the potentials related list on contacts so it shows all the related potential records
Joe
TSolucio
Reply
#5
unfortunately not solve for me.

Sad

Maybe, if I install a fresh copy and move BD from older, could solve?
Ranieri
eCRM Web
Reply
#6
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
Joe
TSolucio
Reply
#7
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


Attached Files Image(s)
       
Ranieri
eCRM Web
Reply
#8
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
Joe
TSolucio
Reply
#9
Thanks, Joe.

After change directly line in table on DB, worked.

Smile
Ranieri
eCRM Web
Reply
#10
and how I solve for opportunity listed a contacts?

What tabid I need checked?
Ranieri
eCRM Web
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)