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 2ff6c3b commit 8f0ba70Copy full SHA for 8f0ba70
Custom Test Step/Get_Number_&_Short_Description
@@ -3,7 +3,7 @@
3
var recordSysId = inputs.u_sys_id; // It takes the sys_id of the incident
4
5
var finance = new GlideRecord("incident");
6
- finance.addQuery("sys_id", recordSysId);
+ finance.addQuery("sys_id", recordSysId);
7
finance.query();
8
if (finance.next()) {
9
outputs.u_number = finance.getDisplayValue("number");
0 commit comments