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

Forum Posts

Create New Reminder within an Incident - Permissions?

I have enabled "Reminders" within an Incident by doing the following.   This is all out of the box - no manipulation and we are on Fuji.Added the "Follow up" field to the Incident formEnabled "Reminder --> Task" as a Related List to the IncidentWhen ...

find_real_file.png find_real_file.png find_real_file.png
mattthompson by Kilo Contributor
  • 5214 Views
  • 18 replies
  • 5 helpfuls

Reports and Custom Charts

Good morning all,  Still learning ServiceNow and making my first foray into Custom Charts.   I have 2 reports that separately display the data I want to combine into 1 custom chart.   Is there any way to use those 2 reports as my Data Generators or f...

bhenson by Kilo Expert
  • 10806 Views
  • 20 replies
  • 3 helpfuls

Pull field values of form to display in UI pages

Hello,Have created a UI action (Preview button), when clicked, an UI page will pop up as preview. All this is happening before I submit the submit button.My requirement is I need to pull certain filed values to display it in UI pages. However, I am u...

gkris by Tera Contributor
  • 3394 Views
  • 6 replies
  • 0 helpfuls

Resolved! Approval table journal input field

Hi,In change module form approvers list, if   I reject the approval from list view then it should check for the comments field and if it is null, an error message should be thrown in the change form and should abort the action until I fill the commen...

asham2 by Kilo Contributor
  • 1029 Views
  • 3 replies
  • 1 helpfuls

Resolved! Preventing Duplicate CIs

We have users that are constantly adding New CIs/Phone Numbers and having an issue with duplicate phone #s being added because those are simply not being checked consistenly to see if it already exists. What is the best way to prevent this creation o...

eddiemorales by Tera Contributor
  • 1693 Views
  • 16 replies
  • 0 helpfuls

Resolved! Remove/Hide a field from the left slush bucket

Hi,I have a custom table that extends Task table and have created two new fields 'Category' and 'Subcategory' as reference fields in my custom table.While personalizing the form/list, I don't want the Task table fields with the same name (Category an...

Aparna Sharma by ServiceNow Employee
  • 5508 Views
  • 17 replies
  • 0 helpfuls

Check user exist in AD with powershell

I have a condition to check if user exist in AD so that while rehiring we do not create a new userid for the same user who has a deactivated account and reactivate the same account.I found ways to to do that via AD activities but that uses LDAP.I do ...

avanis by Kilo Contributor
  • 2761 Views
  • 13 replies
  • 1 helpfuls

Why changesTo() function does't work?

I have a UI action to set change state to pending: current.state = '-5'; then I use a business rule to check it: if (current.state.changesTo('-5')) why this doesn't work? the condition always return false...

jamesgo by Giga Contributor
  • 7957 Views
  • 11 replies
  • 0 helpfuls

Resolved! UI button on mobile app

Hi there, I have a requirement to create a UI button on mobile app, which is already available on Desktop version. When I create the UI button for mobile app, can I just copy the code available in Desktop UI button? thanks, Rohit

changing class name of records by using back group scripts

Hi Team,I am trying to write a back ground query where I would like to move all the CI records which are sitting in the base class (cmdb_ci) torespective classes like Server , Network gear etc.   Unfortunately when the data load happened one of Servi...

find_real_file.png
honey121 by Kilo Contributor
  • 3004 Views
  • 1 replies
  • 0 helpfuls

Resolved! cmdb health pricing & licensing ?

Hi all,We are willing to use CMDB Health, we have started to study it.Do we need to purchase specific licenses to use it or simply pay a premium to get it ?   Is it included in the ITSM or ITOM suites fro free ?Thank you guys !

How to determine location based on IP

Hi Team,I would like to determine a user's location based on IP Address without using any third party tool or API.Please let me know if there is a way.Thanks,Kannan