Invalid where clause. Specified Entity: Notice[Users] is not related to lowerLevelEntity: Notice


var query1 = new Backendless.DataQuery();
query1.options = {pageSize: data[4].value, offset: data[3].value};
query1.condition=“Notice[Users].objectId=6E824C11-CA43-987C-FF97-F2E309104500”;
Store = Backendless.Persistence.of(Classes.Notice).find(query1);{“code”:1017,“message”:“Invalid where clause. Specified Entity: Notice[Users] is not related to lowerLevelEntity: Notice”}

http://support.backendless.com/public/attachments/10b5bbaf01130c000b6ceb6be2905aa6.png</img>

10b5bbaf01130c000b6ceb6be2905aa6.png

Solved