Hi,
I am consuming webservice in PHP. Using ReadMultiple and filtering on different criterias.
Everything is ok, except i cannot find a way to filter on an option field.
array('Field' => 'Status',
'Criteria' =>'VALUE'),
//This works
array('Field' => 'Status',//
'Criteria' =>'<>VALUE'),
//Fails with - The value "VALUE" can't be evaluated into type Option
For an option field, the default filtering arguments that works elsewhere ( | & <> etc) is not possible to use.
In NAV gui, this is the filter value: for "_blank_" and "VALUE" =
; VALUE
This does not work either, also not "," instead of ";"
If someone know of a method to filter option type field in webservice, i would love some input :)
--
Regards
Kim
*This post is locked for comments