1) See SugarLog (or php error log)
2) Try to rebuild Teams (Admin->Repair->Repair Teams)
Hi Roman,
ty for your reply
i found this on sugarcrm.log: [FATAL] failed to find link for quotes_teams
tried to rebuild teams but nothing changed....
modified log level to DEBUG and the strange thing i see is that first it makes the correct call:
.load_relationships, Loading relationship (teams).
but after that call, another update is executed on same record, deleting the modifications
.load_relationships, Loading relationship (teams).
As u can see it is executed one second after the first, on the same instance... and is resetting the previous (correct) update...
1) Try to Rebuild Relationships
2) See logic hooks in custom/modules/Quotes/logic_hooks.php
U're the man!
logic hooks in custom/modules/Quotes/logic_hooks.php were added by an external agency... and was resetting the Team to the private team of the current user...
Ty again for your time and for pointing me to the right direction!!
U're the man!
logic hooks in custom/modules/Quotes/logic_hooks.php were added by an external agency... and was resetting the Team to the private team of the current user...
Ty again for your time and for pointing me to the right direction!!