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 1c9dd42 commit 367fe7bCopy full SHA for 367fe7b
1 file changed
Server-Side Components/Transform Map Scripts/Check if the Import file is valid/script.js
@@ -16,7 +16,7 @@ Active : True
16
ignore = true;
17
gs.error("File is empty. Hence aborting the transformation");
18
19
- // Creating a ticket to the Help desk team
+ // Creating a ticket to the fulfillment team. This step is optional.
20
var incident = new GlideRecord('incident');
21
incident.initialize();
22
incident.short_description = "Import failed due to empty file";
0 commit comments