Skip to content

Commit 8f0ba70

Browse files
authored
Update Get_Number_&_Short_Description
Add Custom Test Step Configuration Script to Fetch Number & Short Description
1 parent 2ff6c3b commit 8f0ba70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Custom Test Step/Get_Number_&_Short_Description

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var recordSysId = inputs.u_sys_id; // It takes the sys_id of the incident
44

55
var finance = new GlideRecord("incident");
6-
finance.addQuery("sys_id", recordSysId);
6+
finance.addQuery("sys_id", recordSysId);
77
finance.query();
88
if (finance.next()) {
99
outputs.u_number = finance.getDisplayValue("number");

0 commit comments

Comments
 (0)