Different methods to fetch the Query search result

Run the Query search to get the result This will return a maximum of 5000 results.  var resultSet = requisitionQuery.run(); let resultasObject= resultSet.asMappedResults();// return the result as array of object. Where the key in the object will be the alias or fieldid and the value will be the field value. Paginated Query search result The… Continue reading Different methods to fetch the Query search result