using the actual jmix version:
is there a way to do update/delete via Rest API,
even when I do not know the entityid?
That entityid is not known outside the app, only combined PKs could be used like:
update table set column = 1 where col1 = ‘x’ and col2 = 122
just asking before I start to implement a workaround using temp tables and then starting the
logic in the app itself using SQLs
KR
Roland