We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000698f commit a93ae0eCopy full SHA for a93ae0e
1 file changed
Server-Side Components/Business Rule/Real Contribution LOL/code.js
@@ -0,0 +1,4 @@
1
+const incGr = new GlideRecord('incident');
2
+incGr.query();
3
+
4
+// so helpful
0 commit comments