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! Unable to fetch value of reference field using glide record in acl

Hi All,I need to display few fields on the RITM only to the members of the approval group of the ritm and to others it should be visibility restricted Fields : work notesSo I have written a field level read ACL on ritm table for the work notes field ...

Renu9 by Tera Contributor
  • 1278 Views
  • 4 replies
  • 0 helpfuls

how to create a real mttr

Hello, is there someone who has been able to solve this problem?I am using the "Incident State Duration" metric to obtain the time that each incident was in "In Progress", this is correct for incidents that passed through this state only once and I h...

HoracioVanhout_0-1668190931583.png

Resolved! Need to update records with record producer

Hi.   I need to update records on assets so it can be used for assigning assets to users.  On the portal certain users need to be able to assign an asset to others so if they look up the asset in hand by a lookup selectbox and then have another looku...

Publish knowledge article on submit

Hi, I want my knowledge article to go through the publish workflow when I press submit, and remove the publish button. My idea was to write a client script that calls a script include, but it's not working. Can anyone help please? I also tried using ...

Snow Tomcal by Tera Expert
  • 1221 Views
  • 11 replies
  • 0 helpfuls

Set values on a record using business rule

Hi,I have created a business rule to set values on the "assessment instance question" table. I am not able to set the values. I can see the values in the logs. But still i am not able to set those values.Below is my business rule. (function executeRu...

c1.JPG
Hari1 by Mega Sage
  • 1119 Views
  • 9 replies
  • 0 helpfuls

Resolved! Change field in a requested item

Hi, I'm trying to change a field in the requested item table from the workflow. Here is my script: var p = new GlideRecord('sc_req_item');p.addQuery('sys_id', current.sys_id);p.query();while(p.next()){p.requested_for = current.variables.name;p.update...

Order Guide's 'choose option' interface in service portal

I want to change interface of order guide's choose option section in service portalCurrently it is coming like this in service portal.But if I am going to order guide from navigator and clicking on try it , then selected catalog item are coming in di...

PrajwalAgrawal_0-1668322388230.png PrajwalAgrawal_1-1668322533959.png

Resolved! Major and Minor Normal changes

Hello All,We have a requirement to classify the normal CR into Major and Minor based on fields such as Risk, Impact, and Urgency.The difference is the Major CR should get additional approval and a CAB candidate. Because the difference is minimal, I d...

Create a problem ticket from change ticket

Hello All, We have a requirement to have the option of creating a problem ticket from a change ticket.First, I don't see this option available in ServiceNow so I understand we need to build a solution to achieve this requirement. Is this understandin...

Bar chart colors not consistent

Hello, I have created reports that I use in a dashboard showing service catalog requests by month by assignment group.  It appears that the order for displaying the bars (state of the requests from left to right) is consistent, but the color assigned...

John Hines by Kilo Expert
  • 1301 Views
  • 4 replies
  • 2 helpfuls