We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Resolved! Script Include returns a string instead of an array

Hi All,I have a script include that query a table and fill an array with all the records from the query. When I try to use the array from the client script (using glide Ajax) the type of the response is string instead of array. Does anyone knows what...

Resolved! How to trigger notification

Hello everyone. I have a requirement. I have configured one notification template on "sysapproval_approver" table. When an RITM generates, this mail triggers to the approver. Now the requirement is if the approver does not approve for 48 hours, then ...

How to call the decision table on the varibale level

I have a requirement with the below attcahed screenshot with more options, so I have created a decision table for the varible..How to call the decision table on the variable level, please suggest.  

Archana23_0-1691489980948.png
Archana23 by Tera Contributor
  • 709 Views
  • 4 replies
  • 0 helpfuls

Resolved! How to copy whole work note from task to incident

Hi Team, I am converting task to incident in which I am copying work notes from task to incidentI have written ss rule on incident with below code var sTask = new GlideRecord("sc_task");if (sTask.get(current.parent)) {current.work_notes = sTask.work_...

lucky24 by Tera Contributor
  • 1661 Views
  • 3 replies
  • 4 helpfuls

Resolved! Scheduled Jobs every 6 months

I have a job that needs to be run on Jan 6th and July 6th. How can I configure a Scheduled Job to meet that requirement.

John H1 by Tera Guru
  • 1896 Views
  • 2 replies
  • 0 helpfuls

ITSM Roles

Has anybody used the new ITSM roles?  I gave a user sn_incident_read and sn_request_read.  The incident role seems to work fine and gives them read access to all incidents and the incident left nav menu.  However the request role does not give them a...

brianlan25 by Kilo Patron
  • 3033 Views
  • 9 replies
  • 1 helpfuls

Resolved! Catalog builder multi-select question

Hello,  I am attempting to create a new service catalog item with a question that is a multi-select choice. However in the additional details tab it will only let me pull those options from a source table, and not custom list of options like I can do...

Make Email Notification visible in work notes

Hello,  How do i add email notifications to the work note of an incident record.I have included it in the filter activity, i still cant view email notification in the activity 

Linda Eju by Tera Contributor
  • 3991 Views
  • 4 replies
  • 4 helpfuls

Resolved! Order of items in a catalog task

Hello, I have a question about the order of the items that appear in a Catalog Task. Is this controlled by how order that they are listed in the workflow of the task or by other means?We have a Catalog Item where the items/variables in the RITM appea...

davidsmith by Tera Expert
  • 1013 Views
  • 1 replies
  • 1 helpfuls

Resolved! Setting domain scope in ServiceNow API calls

Hello, I am trying to make an API call in an MSP instance in ServiceNow. While trying to retrieve some records like groups and domains I am getting only the records that are stored globally. Is there any way I can set the domain as global before maki...

hrushi1 by Tera Contributor
  • 945 Views
  • 1 replies
  • 0 helpfuls

Resolved! Reports

I want to change the owner of few reports as the previous owner has left the organization. How can I do this? I tried to change the crated by user from the list view but it's not clickable although the list editing is checked.Any suggestions on this?...

HTML Additional Comments issue in Activity Stream

Hello All,We have created an HTML field type called "Additional Comment" field. When a user enters any comment and saves the form, please check the attached image, in the activity  "was" statement and the previous comment is shown.   We do not want t...

P1_0-1691411032768.png
prasadsawan by Tera Contributor
  • 981 Views
  • 3 replies
  • 0 helpfuls

Resolved! Notification @Mention : Add details

Hi, The @Mention notification is not really effective!!! I would like to add additional details to the @Mention Notification. How can I do via the "ng_activity_mention_body" script to add the title and description of the INT/SCTASK/INC concerned as w...