We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b587d commit 61f0125Copy full SHA for 61f0125
Server-Side Components/Background Scripts/Create Problem Record/Code.js
@@ -0,0 +1,6 @@
1
+var prb = new GlideRecord('problem');
2
+prb.initialize();
3
+prb.category = 'software';
4
+prb.short_description = "creating problem record from background script";
5
+prb.description = "creating problem record from background script";
6
+prb.insert();
0 commit comments