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

Forum Posts

Remove a scoped application from instance

I have been tasked with taking over development on an scoped application and I have now finished all deelopment and we are ready to move into production.As a security measure, I imported the application via update set to my personal developer instanc...

How to create business rule .When ever incident is created it should assign to the user who has less numbers tickets and should assign to same group.

How to  create business rule .When ever  new incident is created It should assign Assignment group to particular group and it should assigned to the group member who is having less number of tickets  NEED SCRIPT  For example; In hardware group there ...

Can I call an API from form on ServiceNow?

Hello, I'm new to ServiceNow. I'm working on integrations and requirement is can we make a call a third party API from ServiceNow via form(UI, by clicking on button, should call API and get response/render on UI). Can we do this? any reference or vid...

susmita2 by Kilo Contributor
  • 1744 Views
  • 8 replies
  • 7 helpfuls

How to increase session timeout ?

Hi Everyone, I want to increase the session time but not able to find the glide.ui.session_timeout property. Please provide your suggestions. Thanks

Community Alums by Community Alums  
  • 2280 Views
  • 4 replies
  • 5 helpfuls

Service Portal word wrapping in strange places.

This only happens in the service portal: The good news is that it wraps, the bad news is that it is not wrapping like how anyone would expect it to wrap - keep the word together... The ServiceNow (not portal) view wraps it correctly: My question is...

find_real_file.png find_real_file.png
MWright1 by Giga Guru
  • 471 Views
  • 1 replies
  • 1 helpfuls

Resolved! Client Script - Discard Changes to Record

I have a UI Page that is meant to be a re-usable recreation of the OOB "dirty page handler" Modal: The client script of the UI Page is as follows: addLoadEvent(function() { // Show message with parent record display value $j("#dirty_form_modal_conf...

find_real_file.png

Resolved! Refresh/Reload the from from an UI Page

Hi All, How to reload a form  from an UI Page. There is an OOB UI Page 'assessment_thanks' I want to reload/refresh the Risk Form on displaying this message "You have completed this Assessment" from this ui page   <div class="end-note" data-form-titl...

Uma13 by Kilo Contributor
  • 3478 Views
  • 1 replies
  • 0 helpfuls

Enable AI Search

Hi Team , We are in Quebec release now and we have enable AI search in our instance.We have enabled AI search in service portal as you can notice in the below screenshot We couldn't see any difference in the portal and we want to understand if we are...

find_real_file.png
Feddy by Kilo Sage
  • 3145 Views
  • 7 replies
  • 1 helpfuls

Advanced Work Assignment - Work Item Sort Order

Hi all, I have installed Advanced Work Assignment plugin in order to implement automatic allocation on several custom processes.   I was checking on queues configuration and I noticed that it is possible to configure a specific Work Item Sort Order f...

Camilla5 by Tera Contributor
  • 1070 Views
  • 1 replies
  • 1 helpfuls

How to hide modules for admin

Hi, They are few custom modules which needs to be restricted visibility even for the admin. Only for the xyz role user can view it. I have tried writing before business rule. but still it is not working.