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

reassignments count report

Hi I want to create a report.I need to count the number of reassignments from a specific group to other groups.Do you have an idea ? thank you 

kmickael by Kilo Sage
  • 1517 Views
  • 3 replies
  • 0 helpfuls

How to access Catalog item variables in Order guide??

Hi All,   How we can access the catalog item varibles in order guide. I need to make some of the variables make read only  when i use that particluar cat item in order guide , It should reflect only when i use  that order guide . How i can achieve th...

Naren7 by Tera Contributor
  • 894 Views
  • 1 replies
  • 0 helpfuls

Resolved! DPM a part of ITSM or SPM? where does license fall

Hello Alltrying to get clarification on exactly where Digital Portfolio Mgt falls? under ITSM or SPM/ITBM?Im looking at the attached at the Admin is stating its part of ITBM license??also the organization is very immature with Demand/project mgt, no ...

Mary by Mega Guru
  • 1508 Views
  • 1 replies
  • 0 helpfuls

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
  • 576 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
  • 1384 Views
  • 3 replies
  • 3 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
  • 1587 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...