You need to sign in to do that
Don't have an account?

how does the header 'QueryOption' take effect in a Retrieve call?
We noticed that, there is a header 'QueryOption' in retrive. But it seems that it is different to the one in query/queryMore.
We tried to retireve more than 800 sObjects and set the batchSize to 600, but nothing happened, all the 800+ sObjects were returned.
We also looked up the apex_api document, but gained nothing useful.
So why there is a 'QueryOption' header for retrieve, and how does it took effect?
Thanks

is there anyone who could answer this question?
QueryOptions doesn't do anything for retrieve yet.

thanks for your reply.
Does this mean there is not batch size for retrive call?
You get as many rows back as IDs you pass in.

Thanks for you reply!