Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

ITSM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Outage management and System Status page on the portal

I'm implementing Outage management for a customer with a quite advanced process in this area, and I'm a bit puzzled about how to implement it in the best way using the existing functionality of the Services -> Service Offerings and the portal System ...

valkyrichek by Tera Expert
  • 10681 Views
  • 6 replies
  • 13 helpfuls

How to get the value from the field and store in the variable

Hi Community, Im trying to get the value from the field and store it in the variable and reuse that variable in the script. Basically, In sys_email table there is field called body text i want that value to be use in the description of the incident w...

suuriya_0-1703158747219.png suuriya_2-1703158807680.png suuriya_3-1703159251640.png
suuriya by Tera Contributor
  • 1936 Views
  • 9 replies
  • 5 helpfuls

Resolved! Service Operations Workspace Status

Hello, we are working towards using Advanced Work Assignment and the Service Operations Workspace. I understand that Agent Workspace is being deprecated so that is why we chose SOW over Agent Workspace, but to use AWA, the agent needs to set their st...

DylanB_0-1703867927773.png
DylanB by Tera Guru
  • 2438 Views
  • 3 replies
  • 3 helpfuls

how to trigger a script include from background script

I have faced one interview question recently that create a script include with two functions f1 and f2 in which you have to find difference between created on and resolved fields .if you call function 2 in the background script and run then the diffe...

UI action to be disabled after executed once

Hi friends, I was thinking of one requirement.After clicking the UI action the code in UI action is executed, it creates a record in another custom table. Then control should return to the same page ----- this requirement is completed.1. Now, when th...

Asmita7 by Tera Expert
  • 417 Views
  • 1 replies
  • 0 helpfuls

Resolved! Adding record

Hi friends, I am creating insert a record. When the user clicks the record will be created in the custom table. There is a reference field Instrument. function insertDetails(){var grInsert = new GlideRecord("u_details_data");grInsert.initialize()grIn...

Asmita7 by Tera Expert
  • 1752 Views
  • 7 replies
  • 6 helpfuls

How to make a table from the variable set

Hi Team, Can someone please help me on the below query.As shown in the below image in the affected ci all the ci are visible based on the changeHow can i add a checkbox based on the below image.how can we achieve this. 

nikhitha24_0-1703833035857.png nikhitha24_1-1703833865296.png
nikhitha24 by Tera Guru
  • 350 Views
  • 1 replies
  • 0 helpfuls

How to stop mails of Exit survey process.

Hi All, I have one query like... users are getting mails of Exit Interview Survey. I want to stop it. the problem is that when FNF process is stated Exit interview process will automatically trigger. some users do Exit interview survey process offlin...

keval3 by Tera Contributor
  • 724 Views
  • 2 replies
  • 0 helpfuls

Dynamic Field creation

How to create dynamic fields on a form?For example, There is a subflow field on the form and the subflow have 3 inputs. By gliding the flow input table we can show the inputs on the record through UI page. If one input field is not matching with any ...

Swati_11 by Tera Contributor
  • 1273 Views
  • 2 replies
  • 0 helpfuls

Resolved! Priority in the request is not adhering to the matrix

Hi there, I have a problem that the Priority is not auto-update based on the Impact and Urgency. I've created a new Data Lookup Definition for the service request, and the Matcher Table is followed by the Priority Data Lookup [dl_u_priority], which t...

Snag_2f0f6174.png Snag_2f0f6df7.png Snag_2f0f75a8.png
Khalil Yuen by Tera Contributor
  • 1084 Views
  • 3 replies
  • 0 helpfuls

Resolved! server code to populated values

Hi friends, I am working on code.   assign();function assign(){gs.addInfoMessage('Hi');     ///// line 1current.u_id = '123';            ///// line 2current.u_cost = '123';         ///// line  3 } line1 : Workingline 2 : Now working ... u_id field is...

Asmita7 by Tera Expert
  • 818 Views
  • 2 replies
  • 3 helpfuls