ServiceNow IDE, SDK, and Fluent forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Change management

We have change module where in closure code is mandatory while closing any change, however while fetching details I found there are few users are able to close the record without selecting closure code Is this some license issue or what could be the ...

KamanaM by Giga Contributor
  • 312 Views
  • 2 replies
  • 0 helpfuls

IDE configuration

When I tried create and app in the IDE, I keep getting errors like:[ide] Creating application,Application Name: 'NeedIt Training'Package Name: 'x_denismp_nt01'Description: 'NeedIt trainiing'Scope Name: 'x_denismp_nt01' [ide] [ERROR] Failed to create ...

NeedIt training

When I tried create and app in the IDE, I keep getting errors like:[ide] Creating application,Application Name: 'NeedIt Training'Package Name: 'x_denismp_nt01'Description: 'NeedIt trainiing'Scope Name: 'x_denismp_nt01' [ide] [ERROR] Failed to create ...

Dashboard access

Access to this content denied based on report_view ACLs.When user is accessing the dashboard user getting this error Access to this content denied based on report_view ACLs.please provide the solution  

shelavar by Kilo Contributor
  • 280 Views
  • 1 replies
  • 0 helpfuls

I want to implement a case in which incident should not get saved unitl and unless a kb is attached

//This should be only when assignment group is service desk.//Here's the code I have written but when using this , it is throwing the error even after attaching the kb  function onSubmit() {var kb=g_form.getValue('knowledge_base');var assignmentGroup...