If you want to get the total number of records from a query run object, which can be used to set total count in a progress bar (progress indication framework).
Solution: Use SysQuery::countloop([QueryRun _queryRun]). this will return the total number of records in a query object
Solution: Use SysQuery::countloop([QueryRun _queryRun]). this will return the total number of records in a query object
No comments:
Post a Comment