03-31-2016, 04:16 PM
There is only support for the default filter of the connected user in each module via the GetFilterFields method:
https://github.com/tsolucio/coreBOSwsDevelopment/blob/master/testcode/320_GetFilterFields.php
From the list of fields you have to setup the query.
The conditions of the filter are not sent, this is supposed to be simply a way for the administrator to define which fields he wants to see in the webservice view, all other conditions must be manged in the client.
https://github.com/tsolucio/coreBOSwsDevelopment/blob/master/testcode/320_GetFilterFields.php
From the list of fields you have to setup the query.
The conditions of the filter are not sent, this is supposed to be simply a way for the administrator to define which fields he wants to see in the webservice view, all other conditions must be manged in the client.
Joe
TSolucio
TSolucio