Hello,
I cannot set an entity object in a parameter for a bulk update in the explorer query execution.
The format Entity#001 works well for the parameter in the WHERE clause, but it doesn't work in the SET clause.
For example, in the query:
UPDATE Account dep SET dep.status=:a WHERE dep.status=:b
Parameters:
a: Status#10002
b: Status#10003
That query updates all accounts with status Status#10003, to a NULL status.
Regards,
Pablo.