I can't find anything on how quickbooks orders results when querying with qbXML. It seems like at the very least it would be mentioned in this section:
For example, in that section it says:
"To continue looking at objects that match the query’s criteria ... if you are dealing with an alphabetized list of customer names, use NameRangeFilter:FromName"
Is this saying that by virtue of using the NameRangeFilter, the results are guaranteed to be ordered by FromName? If I use a ModifiedDateRangeFilter, does that assure that the results are ordered by modified date?
I'm trying to figure out how to know where to pick up from the last time a connector transaction ran, but without knowing how results are ordered it seems like I can't confidently know.