Skip to content

Commit 39b0e6f

Browse files
authored
countRecords.js
1 parent 87c4f9e commit 39b0e6f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
(function() {
2+
var openCount = new GlideQuery('incident')
3+
.where('active' true)
4+
.count();
5+
gs.info('Open Incidents: ' + openCount):
6+
})();

0 commit comments

Comments
 (0)