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

Forum Posts

Loaded data cannot be recognized

Hi all, I've done data import many times using "load data" to upload csv files. sometimes I encounter this problem:after uploading showing successful, click "Loaded data", it gives a blank page with the error message below:"An invalid XML character (...

hanying by Kilo Explorer
  • 4702 Views
  • 9 replies
  • 4 helpfuls

Merge Multiple JSON key value into single array

Hi Team,   How to merge the multiple JSON key-value pair in the client-side script? Current Format:   {"name1":"test1","name2":"test2"},{"name3":"test3","name4":"test4"}   Expected Format:   [{"name1":"test1","name2":"test2"},{"name3":"test3","name4"...

rahulrockkk by Tera Contributor
  • 2068 Views
  • 1 replies
  • 1 helpfuls

Resolved! Search bar on Service portal is overlapping with widgets

Hi All,We have a requirement where we need to add a search bar (out of Box) on a background image of home page, We were able to add the image and place the search bar as required.The issue we are facing is when we type some text in search bar the sug...

zabeeulla2 by Kilo Expert
  • 4143 Views
  • 11 replies
  • 1 helpfuls

Resolved! Add user in watch list and add comments

Hi,  Please suggest, if we add a users to the incident watchlist, the user in the watch list is able to add additional comments or worknotes from the service portal to the same incident without any ITIL role. Note: -  End user who is a part of the wa...

snavuluri by Giga Contributor
  • 5374 Views
  • 15 replies
  • 1 helpfuls

Resolved! How to change hover text in portal

Hi, how to change hover text in service portal.   when I am hovering to servicenow it is showing servicenow(hover text). how can I change hover text. 

find_real_file.png
Surya67 by Tera Contributor
  • 2932 Views
  • 5 replies
  • 1 helpfuls

Add options based on choices

Hi, In a catalog item i have Multiple Choice field  (New and old choices in multiple choice field) In that catalog item i have multi row variable set(Accessing) in that there is a field access(Multiple choice field) and choices are Grade1 and Grade2....

latha13 by Tera Contributor
  • 3329 Views
  • 6 replies
  • 2 helpfuls

Import data into Group Member table

Hi, I am trying import date into group member table by using UserId . But i am not getting UserID in transform Map table. how we can achieve it

saidarao by Tera Contributor
  • 3769 Views
  • 6 replies
  • 2 helpfuls

Resolved! Validation of a date variable in a catalog client script

Hi! - I have a date field variable named change_date in a catalog item. I want to send the user an error message if the date they enter is less than the current date plus 3 days - I presume I need to do this in a catalog client script but unsure of ...