Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

Forum Posts

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
  • 1844 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
  • 922 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...