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...
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