Hi, Remko!
Thanks for Your help.
This is almost what i am trying to get.
To get Your expression work i had to add '|' delimiter.
expr = "@SOBJECT(complex/scenes['code', 'not in', @GET(sthpw/task['search_code','like','SCENES%'].search_code), '|'])"
sob = Search.eval(expr)
But, what i try to get, is sObject that not have ANY task assigned (this is not so clear from my first post, sorry).
I think i will manage it by myself.
Thanks!
Sooo, looks like i was wrong.
Error with Your expression:
Fault: <Fault 1: "'list' object has no attribute 'startswith'">
Tried to use something like "@JOIN(@GET(sthpw/task['search_code','like','SCENES%']['process', 'animation'].search_code), '|')", but no luck
Thanks for Your help.
This is almost what i am trying to get.
To get Your expression work i had to add '|' delimiter.
expr = "@SOBJECT(complex/scenes['code', 'not in', @GET(sthpw/task['search_code','like','SCENES%'].search_code), '|'])"
sob = Search.eval(expr)
But, what i try to get, is sObject that not have ANY task assigned (this is not so clear from my first post, sorry).
I think i will manage it by myself.
Thanks!
Sooo, looks like i was wrong.
Error with Your expression:
Fault: <Fault 1: "'list' object has no attribute 'startswith'">
Tried to use something like "@JOIN(@GET(sthpw/task['search_code','like','SCENES%']['process', 'animation'].search_code), '|')", but no luck