Skip to content

Commit 61f0125

Browse files
authored
Create Code.js
1 parent 81b587d commit 61f0125

File tree

1 file changed

+6
-0
lines changed
  • Server-Side Components/Background Scripts/Create Problem Record

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)