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

Forum Posts

Map imported HTML to Source Code in Knowledge?

We have X amount of articles to import into our system, we want to achieve the data import using a transform map, but we can only map to say the "Text" field in terms of displaying data.Our issue is the data is already in HTML format, with tags, is t...

regftw by Kilo Contributor
  • 1759 Views
  • 5 replies
  • 1 helpfuls

UI policies/Client scripts too slow

Hi,I am trying to use UI polices or client scripts to hide values on a catalog order guide. But when I go to the pages, and catalog items, it lags when the page loads, and I can see the values briefly before they hide. Is there a way to hide the item...

vibee by Kilo Expert
  • 2173 Views
  • 12 replies
  • 0 helpfuls

Resolved! dynamic population of a selectbox with 'none'

I have a catalog item that has 2 dependent selectbox variables.   When the first variable (Environment) changes, it should populate the options in the second variable (Application).   I have an onChange catalog client script that does this, and it al...

timhorn by Kilo Expert
  • 4592 Views
  • 6 replies
  • 2 helpfuls

Schedule follow up task

Received the below from one of my colleagues today and am looking for help on how to accomplish this. Thanks!You know what I wish Service Now had? (and maybe it does, I just dont know about it).   The ability to schedule tickets to be created in the ...

LMHoffman by Kilo Expert
  • 1023 Views
  • 2 replies
  • 0 helpfuls

Resolved! How can I minimize the variables section that is inserted into and incident form from a record producer?

This might not be the right place but here goes.     I have a record producer on a portal that creates an incident record and puts the fields from the record producer in a Variables area on the form.   It sounds like I should be able to collapse this...

Disable renaming attachment

Hi, is it possible to disable the renaming of the attachment? Because i have disabled the attachment when the request is closed. using g_form.disableAttachments();The g_form.disableAttachments(); works but I can still rename the attachment.Is there a...

attachment_renaming.PNG
Tadz by Tera Guru
  • 3170 Views
  • 10 replies
  • 8 helpfuls

Catalog request without RITM

I have created a catalog item that allows users to deactive records in a table (a user defined table that contains a list of file sources). It presents a list collector that contains active values from the table, the user can then move values to the ...

rhofing by Tera Contributor
  • 2603 Views
  • 12 replies
  • 3 helpfuls

how to control tab key movement

I have a requirement from client that by pressing the   TAB key it should move from left field to rught side field , but as we used container start it is moving downwards irrespect to order.     is there any solution to control the TAB key movement ?

saisurendra by Tera Contributor
  • 2475 Views
  • 2 replies
  • 1 helpfuls

Awaiting customer stage/Status

Hello All,We are currently looking for the best way of doing this and I wasn't sure if anyone could help.We have created a number of catalogue items which we require an awaiting customer stage or status just incase we need further information from a ...

carlm1984 by Mega Contributor
  • 1515 Views
  • 1 replies
  • 0 helpfuls

Resolved! Business Rule Ordering a request catalog item

Hi,I am trying to generate a request/task using a business rule based on predefined values from another form.     I am having issues setting the "requested_for" value.     Everything seems to work fine, it creates the request, request item, and task....