CoreBOSBB

Full Version: Using operators in webservice query
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've noticed in my portal it takes some time to load when there are 10+ salesorders to load. I'd like to setup some javascript AJAX loader that gets them one at a time. Is there a 'greater than' of 'smaller than' operator available in the webservice query syntax? This way I could store the ID of the last one and get the one after that asynchronously.
Yes, most normal operators are supported

https://wiki.vtiger.com/index.php/Webservice_reference_manual#Query

you will probably be able to find some examples in the test file

https://wiki.vtiger.com/index.php/Webservice_reference_manual#Query
Thanks!