After migrating espo to latest Version 8.0.6, I encountered this error (ERROR: Process 659e67c05a4f6cb76 formula error: SQLSTATE[42000]: Syntax error or access violation: 1066 Not unique table/alias) while running this formula:
$idContactPR2f68a2=record\findRelatedMany('Partena riatRD',
id,
'leads',10,'createdAt','desc',
'reportFilter61407c2b7dc93b179');
Before the migration, everything is going well.
How can I fix this please ?
$idContactPR2f68a2=record\findRelatedMany('Partena riatRD',
id,
'leads',10,'createdAt','desc',
'reportFilter61407c2b7dc93b179');
Before the migration, everything is going well.
How can I fix this please ?
Comment