We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

Dynamic Browser Window Title

I am wondering if anyone has dynamic browser window titles working? There are some UI Scripts from years ago that accomplished this, but they dont seem to work any longer as ServiceNow I believe has implemented something of their own.Is this accompli...

Resolved! How to auto populate logged in user details

I have a simple button to add new skills. When user clicks on this button, it takes them to the following URL. https://INSTANCE.service-now.com/esc?id=form&table=sys_user_has_skill&sys_id=-1   I want to auto populate the User with the logged in user....

vidhya_mouli_0-1729168016817.png

Resolved! CMDB Orphan Rule

I am in the CMDB Orphan rule configuration under CI Class Manager \ Health \ Correctness. How can I configure the criteria so that it looks for all servers that are not connected to any application?

Scott29_0-1729180699406.png
Scott29 by Kilo Sage
  • 1850 Views
  • 2 replies
  • 0 helpfuls

Getting only first value of list collector in an array

Requirement-->In  catalog task "affected ci" field need to set same as catalog variables for every task and in every task the ci is different because the number of catalog task is trigger based on number of asset selected in "catalog variables".issue...

Performance Analytics Script

Why does this PA script result in an error?var gr = new GlideRecord('change_request_metric'); gr.addEncodedQuery('chg_closed_atONThis month@javascript:gs.beginningOfThisMonth()@javascript:gs.endOfThisMonth()^mi_value=Normal'); gr.query();...

Resolved! Lingering phantom record

I have a record that shows up in list view but won't open and gives "record not found", the record can't be deleted how do I delete it?

Yvan1 by Tera Contributor
  • 784 Views
  • 1 replies
  • 0 helpfuls

Role-Based Catalog Visibility on Now Agent Mobile

Hey everyone, I need help finding a way to show catalog items on the service screen of the Now Agent Mobile app based on user roles and their permissions.We want to implement a user criteria on mobile app. Does anyone have any suggestions or ideas on...

Ayesha Zia by Tera Contributor
  • 733 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to change the "from" on a scheduled report?

Team, I am attempting to send out a scheduled report from a specific user with the display name being "Change Advisory Board". I saw the below script in another thread, but it is 7 years old so I'm not sure how it holds up as I am new to Java Script....

tiguin2798_0-1712598086400.png
tiguin2798 by Tera Guru
  • 2011 Views
  • 4 replies
  • 2 helpfuls

Resolved! UI Policy Not Working In Service Operations Workspace

Hey Everyone!I have a requirement where on the 'change_request' table we want to have the 'start_date' and 'end_date' fields clear if the date is between a certain period and the 'state' is '-5' (for New). I created the following UI Policy which work...

tiguin2798_0-1729114647771.png tiguin2798_1-1729114709473.png tiguin2798_2-1729114798701.png tiguin2798_3-1729114945547.png
tiguin2798 by Tera Guru
  • 7342 Views
  • 5 replies
  • 9 helpfuls

Using a prompt for user to select values

I have created a sub flow where I have mapped various values to fields via input data.  The sub flow is creating an incident task from an incident. Using the code snippet from the sub flow, I created a UI Action on Incident that collects the data I w...