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

Forum Posts

Is Editing OOB ACLs a good practice ??

I need to change create ACL conditions for a table and there are 4 create ACLs available OOB so can i edit those ACLs or will there be any issue while doing upgrades if we edit OOB ACLs ?? Please suggest best practice for editing ACLs ..Should I deac...

RC19 by Tera Contributor
  • 1023 Views
  • 3 replies
  • 3 helpfuls

Resolved! Convert a GlideDate into a GlideDateTime

Hey Everybody, I want to compare two Dates with the after() and before() methods from the GlideDateTime type. But my dates have the type GlideDate. Can I covert a GlideDate into a GlideDateTime date? Thanks already!rasnadro

rasandro1407 by Tera Contributor
  • 3583 Views
  • 3 replies
  • 1 helpfuls

Explain startsWith() function

Hi all,   I have a requirement to check a string field (compare with another field which is on another form)  and if it starts with certain word then execute a else if() block.   function onLoad() {   //Type appropriate comment here, and begin script...

Sid_Takali by Kilo Patron
  • 6601 Views
  • 5 replies
  • 4 helpfuls

HOW TO MODITY THE URL LINK IN SERVICEPORTAL ?

I have a requirement if I click request in serviceportal then in the request if I select any record in that time the url need change  If I select any of the incident in the url link https://dev1027.service-now.com/sp?id=ticket&table=incident&sys_id=f...

Screenshot_20221206_103609.png KISHORRAJ_0-1670303521285.png
KISHORRAJ by Tera Contributor
  • 1546 Views
  • 5 replies
  • 1 helpfuls

How to Assign Nodes to Schedule jobs dynamically.

Hi,I have a requirement to balance the load we need to assign the Nodes to Schedule jobs dynamically.For Ex: Assume i have 5 nodes and 18 schedule jobs, based on the Node status (online/offline) we need to assign those 5 nodes which are in online to ...

giribabu1 by Giga Contributor
  • 817 Views
  • 1 replies
  • 0 helpfuls

Is there a ServiceNow data dictionary or wiki?

Hi ServiceNow experts, I've been trawling the ServiceNow website looking for a page/document that describes the fields associated to a table but have only been able to find pieces of information. I'm after something like this:Field Name:Field Label:D...

SB87 by Tera Expert
  • 1816 Views
  • 4 replies
  • 2 helpfuls

Reference Variable Performance Issue

We have a Performance issue with a reference variable on sys_user table. We need to restrict the selectable users to the users who belongs to a set of groups of certain type (14000 users).If we use a reference variable and develope an advanced qualif...