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

Forum Posts

Resolved! What is the test step of ATF that I can set timeout?

What is the test step of ATF that I can set timeout, like below? There were some test steps that I couldn't set a timeout, so I'm curious about the difference between what I can and cannot do. Thanks,

find_real_file.png
ayano by Giga Guru
  • 1697 Views
  • 3 replies
  • 1 helpfuls

Resolved! How to set notifications turn off by default

Hi All, I want to turn off the notifications to all the users by default in servicenow. Users can turn it on later if they need. Could anyone please help me with this. Please note that I can't turn off the notification engine.

taqdeer by Tera Contributor
  • 2584 Views
  • 8 replies
  • 3 helpfuls

edit catalog variables after submit on service portal

Hi Team, We have a requirement, when if someone order an item using service portal and it got rejected by the approver, then the requester can edit the same form from service portal to resubmit it for approval, instead of creating a new for the same....

bijender1 by Tera Contributor
  • 3029 Views
  • 3 replies
  • 4 helpfuls

Resolved! Dropdown Variable for catalog item

I have one catalog item. in that catalog item variables I need one variable name "choose Year" This Choose Year Variable, have 3 options such as year 2021, year 2022, year 2023 along with none option with as default choice. How can we achieve this. f...

Amey3 by Giga Expert
  • 12530 Views
  • 4 replies
  • 8 helpfuls

Resolved! Set state field to read only for a new Incident

So, we've noticed an issue where, when creating an incident, if the state field is changed before the form is submitted/saved, the SLA timer doesn't actually start. Meaning we have had P2's technically breach the SLA, but reporting shows that it's ac...

StewartF by Tera Expert
  • 4135 Views
  • 18 replies
  • 2 helpfuls

gel is not a function in Catalog Item OnChange in ITIL

I'm using a list collector in a catalog item. I need to check if the left bucket is empty on change, if so, enable a second field. I wrote a script that tries to get the left bucket using "gel", but when I run it in the ITIL view, it throws a JavaScr...

Jertay by Tera Contributor
  • 2583 Views
  • 4 replies
  • 1 helpfuls

Resolved! How to get Day from Date

Hi, function onChange(control, oldValue, newValue, isLoading) { if (isLoading || newValue == '') { return; } var seldate=g_form.getValue('date'); var objdate=new Date(seldate); var selday=objdate.getDay(); alert(selday); if(selday==0||selday==6) { al...

chanikya by Kilo Sage
  • 7796 Views
  • 29 replies
  • 3 helpfuls