Hello,
I'm trying to perform a search_read RPC with the following domain matching on employee_id. Typically the return value from employee_id is:
employee_id: [ 274, 'Doe, John G' ]
I've tried lots of combinations such as:
[ 'employee_id', '=', '274' ]
[ 'employee_id', '=', '[274]' ]
[ 'employee_id', '=', '[274, 'Doe, John G' ]
etc.
What would be the correct domain match string?
Thanks!
Thank you, When I was trying it earlier it wasn't working , but it might be that I was trying a "get" command instead of a "search_read". It seems to be working now.
Thanks