Hi I have created a SOAP web service call using ODI's invoke web service to crm on demand but I can only retrieve 100 records maximum to any object eg Account.
Does anyone know how I can retrieve all records using a for loop or while command until we reach lastpage='true'?
so far I've experimented with the below
<quer:ListOfAccount StartRowNum="PageSize+1" pagesize="100" lastpage="true">
Thanks in Advance