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

Forum Posts

Resolved! Increasing export limit in Excel

Hi all,   We are running Istanbul and it looks like we have a hard limit of 10,000 rows for Excel. I found a setting in the ServiceNow console under System Properties --> Import Export with a Save button but I cannot change anything even with a privi...

How does Timezone work for Change request?

Hello ,   Recently one of our CAB member posed this question, when user creates a change request they put in planned start date and planned end date. So if the user is in a different timezone than that of the system default time zone, then the schedu...

Anuraag by Kilo Contributor
  • 1670 Views
  • 1 replies
  • 2 helpfuls

Resolved! How to change to actual date in service portal

Hi, I need to change the display in the service portal from 'X days ago' to the actual date time stamp. This is populated in quite a few OOB widgets and i know i need to clone them and edit the HTML just not sure what too. Thanks

find_real_file.png find_real_file.png
JDickson by Kilo Expert
  • 3137 Views
  • 6 replies
  • 4 helpfuls

Resolved! The useage of g_form.removeOption()

Hello, I have a requirement to hide a choice value 'Preview' from a 'category' field on the incident form for newly creating tickets without affecting the older tickets that is already being created in the system. I tried using g_form.removeOption() ...

Supreeth R2 by Kilo Contributor
  • 4400 Views
  • 4 replies
  • 2 helpfuls

How to display the multi row variable in the widget on portal

Hi All,                I am using the custom widget in portal, which is displaying the normal variables on it. Now I want to display the Multi row variables in the same widget. I am having the catalog, where we are using multi row variable. Is there ...

Resolved! Email Notification Customization

Dear All, I've been requested to customize all notification emails that send to the users (all type of emails in including approval and assignment, and other tasks) to a more user friendly and good looking emails that have images and more organized t...

Yaseen2 by Mega Expert
  • 4218 Views
  • 6 replies
  • 1 helpfuls

Resolved! How to change the text color for Widget's title?

Hi All, Is there any possible to change the text color of the widget's title if there please help me with this requirement i need to change the text color from white to black.   Thanks & Regards, Lavanya

find_real_file.png
Lavanya34 by Giga Contributor
  • 3935 Views
  • 7 replies
  • 6 helpfuls

Resolved! How to convert String value to Object

Hi,   I have String value which i want to convert as Object.   string =  "user firstname" : "first name", "user lastname" :"last name",  "user fullname" :"full name"   I want to convert this string into an object. Challenge is we may lot many values ...