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

Forum Posts

Strategy for Code Promotion?

We are just beginning and need a formalized way for enablement leads to request update set promotions.   What are some strategies?Should this be a Catalog Item Request or a Change Request?What are some options for keeping Stories and Update Sets asso...

Avoid duplicate incidents , requests , problems

Hi all,kindly help me to avoid the duplicate incidents , requests , problems ...either manually or through integration .we had   options like Unique button and colease make true in transform maps .   Kindly provide other alternate way ( business rule...

Resolved! How to customize the states for workflow ?

I have some knowledge articles that use OOTB review(publish) workflow and some that use two level custom review workflow. I need to show their states in the list view appropriately but there seems to be no way to control the states .   Is it possible...

states.png
malathir by Giga Contributor
  • 3018 Views
  • 5 replies
  • 3 helpfuls

Resolved! Portal Page Designer -

Hi, anyone that have knowledge to the Widgets on Service Portal, named: "Data Table from instance Definition"..?I want to change the layout in 2 ways:1) I would like to remove the breadcrumb. This is critical, because the user should not be able to s...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
pfriis by Mega Contributor
  • 1679 Views
  • 4 replies
  • 2 helpfuls

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
  • 5681 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
  • 11086 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
  • 3527 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
  • 1129 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
  • 1841 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
  • 5846 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
  • 2928 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
  • 8100 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