I'm receiving UNEXPECTED_ERROR for a simple query ...
# suitescript
b
I'm receiving UNEXPECTED_ERROR for a simple query at
.runPaged()
. Anyone know what's wrong?
Copy code
const testQuery = query.create({
  type: customRecordType,
});

const paged = testQuery.runPaged();
//                 here ^

const count = paged.count;