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

Forum Posts

Regex script logic to parse

Hi Team,I have below script which i am using to parse host name and group name from a column in staging table.This is working fine in some cases where alert tags have defined position (0 for host names and 2 for support group).There are many other al...

dvelloriy by Kilo Sage
  • 1155 Views
  • 6 replies
  • 2 helpfuls

Resolved! How to limit a user to create only 5 incident a day

Hi All, We have a requirement to limit the creation of incident in a day for a user.A user can only create five incident a day for a particular category and on 6th attempt an error should pop up.How can I achieve this one.Any help would be appreciate...

Resolved! Widget Not remaining in column and overlapping another widget

Hello I am having an issue in the portal where I am trying to add this widget to 9 by 3 container layout but one of my widgets isnt respecting that layout and is taking up the entire length of the container and overlapping another widget. Its a new c...

dagarson_1-1729180105292.png dagarson_2-1729180220359.png dagarson_3-1729180310781.png
dagarson by Tera Guru
  • 1405 Views
  • 2 replies
  • 0 helpfuls

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
  • 1827 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();...