Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Resolved! Creating tasks without assignment group/assigned to

Hi Team, We have a parent task and some sub tasks. The sub tasks will remain open for long as the fulfiller cannot close it for certain amount of time. So we do not want to assign it any group/user as it will show in their open items. Is it okay to h...

ShAn21 by Tera Guru
  • 791 Views
  • 1 replies
  • 1 helpfuls

"Failing widget: 'SC Order Status'" error on Service Portal

Hi all!I was performing some tests on our testing instance and realized we have issues while trying to view a RITM generated after submission. Here is a screenshot: We checked the browser console and it points out to the Server script for the mentio...

find_real_file.png

Create new record with UI action

Guys - I wanted to create custom table  record from incident form via UI action and same should be visible in related list as well for that incident record. custom table name - u_interaction_record Pls help

How to get row count in fix script

Hi All, In "certificate_cmdb_ci" table, I tried "group by" the record by serial number. There are 3 records with same serial number. when I used getRowCount, it gave me only one record. var dup = new GlideAggregate('cmdb_ci_certificate');dup.addEnco...

find_real_file.png
Sivaprasath by Tera Contributor
  • 802 Views
  • 1 replies
  • 0 helpfuls

Resolved! get field values into Ui page

Hi Community, I'm trying to fetch the Name value on User record to a field in UI page calling on same record(please find the attached screenshot) can I get some help in prepopulating the Name into the User name(see screenshot) using any script in UI ...

Resolved! Can you dot walk in server side script in Service Portal

if i wanted to get the phone number of the caller in a query to the incident table could i dot walk  var gr = new GlideRecord(incident); gr.addQuery('active', true); gr.query(); while(gr.next()){ data.caller = gr.getDisplayValue('caller.phone');   is...

Thomas Miles by Tera Contributor
  • 1065 Views
  • 2 replies
  • 1 helpfuls

Reset approvals in workflow on field change

Hi, I'm trying to restart the approvals of a workflow with advanced business rule. The script: (function executeRule(current, previous /*null when async*/){ var chng = new GlideRecord('chnage_request'); chng.addQuery('number', current.number); chng.q...

Difference between Incident_sla and task_sla Table

Hey Team, What is the Difference between Incident_sla and task_sla Table? Am I correct in assuming that task_sla will contain all the Incidents, Catalog Tasks and RITMs which have SLA attached to them? Thanks, Ekta

EKTA2 by Tera Expert
  • 7294 Views
  • 4 replies
  • 7 helpfuls

Resolved! How to get order guide sysid in on load script

Hi Everyone, How i should get order guides sysid in on load catalog client script. I tried the below code it is working for me in portal but not on native view. in native view i tried g_form.getParameter("sysparm_id") as well even this is not working...

How to find tables created with installed plugins

Hello team, How to find which table is created with which plugin  change risk assessment threshold table is created in instance when one of the plugin is installed?  Thank you,       

vamshi2 by Tera Contributor
  • 1948 Views
  • 8 replies
  • 5 helpfuls