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

Forum Posts

Resolved! ui policy

There is a scenario where in the incident table if the user does not belongs to service desk group then the assignment group field should be read only for that users. I tried using client script but not able to see the output and also i tried using u...

Segenenipri by Tera Contributor
  • 3266 Views
  • 4 replies
  • 1 helpfuls

SLA Repair for incidents with on hold reason

We had a pause condition looking at on hold reasons to pause the SLA.Then we changed these on hold reasons but hadn't immediately changed the pause condition which caused us to run the repair for historical incidents.But we ran it for a whole month o...

Community Alums by Community Alums  
  • 2242 Views
  • 2 replies
  • 0 helpfuls

Resolved! Hide a section in the form .

There is a section to be hidden on the form .The form should only be visible if the Channel is self service .I tried client script but it is not working .I also tried UI policy .Below is the code I tried ,Please let me know if I am missing anything.f...

Devika by Tera Expert
  • 3076 Views
  • 7 replies
  • 4 helpfuls

Testing for null in variables in ATF test

I'm running an ATF test where I am running this test.  INCIDENT MGMT: Incident creation - Self-service _Computer Hardware Issue.Location is a required field on the form, but my location value for users is 'null'.  Short of requiring this data when cr...

Record Producer --> Incident

Hello Servicenow Family,Can someone please help me on this.Thank in advance!.When the user submit the below catalogue form,.. below is the code forpopulate when user categoryvar cat = g_form.getValue('category');    if (cat == A&T Card') {        g_f...

ajaynalabol_0-1766400129985.png ajaynalabol_1-1766400222830.png
ajaynalabol by Tera Contributor
  • 1304 Views
  • 4 replies
  • 0 helpfuls

Automated Test framework

 Hi, I want to test, using ATF, that when a Change is generated from an Incident through the UI action, the Change number created matches the value populated in the Incident’s Change field under Related Records. If this is feasible in ATF, please pro...