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

Forum Posts

Resolved! Override font size of text in portal from 14 to 16

Hi All, I am trying to change the font size on all text in the body widgets from 14 to 16 how can i do that? I tried adding css as below but the size is defaulting 18 for some reason. Any help on this is appreciated. body { font-size: 16px;}

find_real_file.png
Harsha M by Giga Contributor
  • 3360 Views
  • 9 replies
  • 5 helpfuls

Resolved! How to make variables in task view editable?

Hi, i created a few variables for my catalog item which is supposed to be visible only in fulfiller view under a task. A fulfiller assigned to the request can fill up the variables when the task is assigned to them. However, when I test it out, i can...

lisaO by Giga Contributor
  • 3155 Views
  • 6 replies
  • 2 helpfuls

Login Report (SSO / SNow)

Does anybody know how I can produce a report on who is logging into ServiceNow using a standard username and password, and those who are logging in via Okta SSO?Thank you.

johnpeckcvc by Giga Contributor
  • 3184 Views
  • 5 replies
  • 0 helpfuls

Resolved! Set a default date as 5 business days opposed to 5 days.

I currently have a date variable with a default value set for 5 days past the day the request is submitted. However, we would like to set this as 5 business days to not include weekends. Is this possible? Below is the script we are currently using fo...

Marc43 by Kilo Expert
  • 2025 Views
  • 5 replies
  • 0 helpfuls

Resolved! Trigger a notification 3 days before the Planned End Date?

I am working on a scheduled job which send notification based on a 'Planned Start Date' field and it sends out notification 3 days before the date mentioned in the field. I am doing the below filter to use it in the scheduled job as encoded query but...

find_real_file.png find_real_file.png
Rick54 by Tera Expert
  • 3094 Views
  • 7 replies
  • 2 helpfuls

Resolved! Importing a CSV with | (Pipe Delimiter) into a custom table

I am trying to import a csv file that is a |  delimiter file but it is not showing up in the transform map correctly.   1. I went to System Import Sets > Data Sources 2. Added the CSV file and change the delimiter to | 3. Added the IST i created  4. ...

mattrom1 by Giga Expert
  • 2143 Views
  • 2 replies
  • 0 helpfuls

Roles needed to work Requested Items?

I have several categories in our Service Catalog.  How can I restrict an employee so that they can only see one particular category in our Service Catalog?  Would I need to create a role and if so, which roles would be needed to see and work on only ...

dlively by Giga Expert
  • 2920 Views
  • 4 replies
  • 0 helpfuls

Default sorting for Gliderecord output

We have the below code in our Business Rule to set the 'assigned to' field : current.assigned_to = "";   var getgrpUsers = new GlideRecord('sys_user_grmember');   getgrpUsers.addQuery('group',current.assignment_group);   getgrpUsers.addQuery('user.ti...

Vibhuti4 by Tera Contributor
  • 2113 Views
  • 5 replies
  • 2 helpfuls