Developer Q&A
QueryExpression forcing FirstResultIndex
almost 6 years ago by Zach
Hi, I am trying to use the RetrieveMultiple expression with a QueryExpression.
When doing so, I can get information, but it requires me to specify a "FirstResultIndex". If it put in False or None, it errors, and if i put in a number(e.g. 4), it starts with WorkOrder.Id === 4, and then continues for whatever counti put in.
(e.g if i put in 4, it returns 4,5,6....,12,13, and ignores all of the other criteria i have put in.
Any thoughts?