ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! How to Auto-expand Knowledge Text Field?

Is it possible to auto-resize the text field in the Knowledge Article to display as large as possible from the beginning? Most knowledge articles are longer than the default display size, and it would save steps/time/usability if this change was poss...

find_real_file.png
TylerTeter by Kilo Guru
  • 3259 Views
  • 4 replies
  • 0 helpfuls

Notifications for Knowledge article feedback

I am curious what others are doing with Knowledge article feedback, comments, helpful yes/no?         Do you , as an administrator, monitor these?Do you have notification events set so that you and the author can be notified if any comments, feedback...

barbclark by Mega Expert
  • 2611 Views
  • 5 replies
  • 1 helpfuls

Resolved! The mysterious case of the disappearing workflows

I have a custom task type that generates a workflow.   In a 3 year old solution, about once a year, a bunch of tasks appear to lose their workflow context.   So two questions:1) Has anyone experienced either spontaneous droppage of a WF context *OR* ...

Uncle Rob by Kilo Patron
  • 4316 Views
  • 13 replies
  • 2 helpfuls

Resolved! Hide attachment on an incident record producer

Hi,  I am trying to hide the attachment icon on header with below code in Eureka   in an on load client script but it is not hiding the icon.  var attachment_header = document.getElementById('header_attachment_list');attachment_header.style.display='...

Recomendation / Best Practice for Cloning

Hi all,do we have some recommendation or best practice around cloning?We do recommend to our customers to clone the ServiceNow instances on a regular basis. How about keys and proxies?In order to be able to read encrypted data after a clone we will p...

Daniel Draes by ServiceNow Employee
  • 4291 Views
  • 2 replies
  • 1 helpfuls

Resolved! Related lists query

Hi,I've got a table, lets call it Shops and on the table Shops there is a field for ShopID which is the shops unique ID. The field db name is u_shopid.Then I have another table, lets call it Asset which includes the assets for the shop. On this table...