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

Forum Posts

Case-sensitive coalesce field values

Hi, We have a requirement to implement case sensitive value for field. For example if the existing record has value "ABCD"  and another user insert the value of same field as "abcd" or "ABcd", then the system should accept the value. But if we will a...

shallumittal by Tera Contributor
  • 2876 Views
  • 2 replies
  • 0 helpfuls

Call Script action in Business Rule

Hii All, I created the script action and tried to call into Business Rule. It doesnt working. The following condition i used. 1. Event has created 2. Wrote the script in Script action and mapped with Event. 3. Called the script action into Business...

find_real_file.png find_real_file.png find_real_file.png
ersureshbe by Giga Sage
  • 3385 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to restrict the Record Producers in the Portal Search option

Hello All, How to restrict the Record Producers to search in the Portal Page. These Records producers are from Order Guide- the users are searching with the specific Record Producer names in the Portal Search option and submitting the form. Since it ...

find_real_file.png
jaisankar by Mega Contributor
  • 3565 Views
  • 8 replies
  • 7 helpfuls

How to create a RITM without creating a REQ?

Hi All, We have a requirement to create "x" number of RITM based on the "x" number of rows used in "Multi row variable", this RITM in turn should not create multiple REQ. We had a requirement to create a multi share windows catalog request i.e. in 1 ...

Anand Kumar7 by Tera Contributor
  • 3135 Views
  • 2 replies
  • 0 helpfuls

Adding Due Date field to Visual Task Board Kanban Cards

I am trying to Create a Due Date field on my cards displayed in Visual Task Board (the Kanban wall, not table). I have it in my table as a column, but I want it to display on my Cards in my visual task board wall. is this even possible?

mattmm by Kilo Sage
  • 5072 Views
  • 5 replies
  • 1 helpfuls

How to disable Scheduling Assistant

Hi Guys, Anyone has any idea as to how to disable Scheduling Assistant in Change Management? Here is the details in the docs site: https://docs.servicenow.com/bundle/madrid-it-service-management/page/product/change-management/concept/change-conflict-...

find_real_file.png
Mussie by ServiceNow Employee
  • 2563 Views
  • 3 replies
  • 0 helpfuls

Resolved! Issue with a Fix Script for updating Incident Tickets

Within Incident Management, we turned the state of "Awaiting User Info" (created, not OTB state) to Inactive status.  There were over 400 tickets that were in that state, most of which were over 1 year old (put in that state by technician, then "forg...

terrieb by Tera Guru
  • 3892 Views
  • 14 replies
  • 1 helpfuls

wants to restrict to edit state field on list view

my concern here is , there are itil users they can edit the state field on list view. now the requirement is the itil users should not change the state field when it is in closed state. only admin should edit when the state is closed from list view. ...

lakng by Tera Contributor
  • 2523 Views
  • 2 replies
  • 0 helpfuls

select box - multiple choice - g_form.addOption

Hi, I have a catalog item where one of the variables (it is part of a variable set) will display all assets assigned to a selected user, but then I need the requestor to select only one of the assets, so I would ideally like to use a multiple choice ...

Resolved! How to hide radio button option.

Hi All, How can we hide radio button option on the basis of users country code. I tried using g_form.removeOption() but it doesn't worked. What do we use to hide Radio Button option in client script? Note : Also tried using -  if(result == 'US') { //...