We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27590a commit 75570a3Copy full SHA for 75570a3
Specialized Areas/Record Producer/Update Incident Record from Record Producer/code_snippet.js
@@ -0,0 +1,8 @@
1
+// This script script updates Incident Record from Record Producer
2
+// Create a Record Producer and add script under producer script
3
+
4
+new global.GlideQuery('incident').where('sys_id', producer.incident_number).update({
5
+ short_description: producer.short_description
6
+});
7
+gs.addInfoMessage('Record Updated Successfully');
8
+current.setAbortAction(true);
0 commit comments