Multi-user sync with render_sql on 2 tables

Hi,

I got an sql error when I’m trying to use multi-user sync with a gridConnector using render_sql on 2 tables.

Here my code :

And the error from the log file :

Any idea about the way to fix it ?

Thanks.

Hi,
try to use render_complex_sql method instead of render_sql.