Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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

Forum Posts

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') { //...

Resolved! Hyperlink to Catalog Item Description Area

Hello, I have a requirement to add Hyperlink to the Description area of a Catalog item that says Click Here. What is the best way to achieve this? Please give examples if you have. Thank you.

WP2 by Kilo Guru
  • 2972 Views
  • 2 replies
  • 1 helpfuls

Resolved! Dynamic filter using script include to get a manager's Reportees

I am trying to create a dynamic filter for user reference field. It is meant to fetch a manager's reportees. I have written a script include for that and then called the function in the dynamic filter. Although, it does not seem to be working. I have...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Shreya2 by Giga Contributor
  • 3843 Views
  • 4 replies
  • 0 helpfuls

Resolved! How to display only the text part of the "Activity stream @mention email" notifictaion script for the worknotes of the system?

Hi ppl,   I just wanted to display only the Text mentioned in the worknotes from @ activity stream notifications preview . So I had used the journal entry of worknotes in the  mail script "ng_activity_mention_body"   script :  if (current.field_name ...

find_real_file.png find_real_file.png
SNOW_novice by Giga Contributor
  • 1911 Views
  • 1 replies
  • 1 helpfuls

g_form.setMandatory is not working in the code

Hello There,     On incident form i have a requirement like once state is changed from "Resolved" to "Assigned to" have to ask for confirmation "Do you really want to re-open incident" and after clicking ok , comments should be mandatory and should s...

Chaisai by Kilo Expert
  • 4985 Views
  • 13 replies
  • 2 helpfuls

Resolved! Reference Qualifier with dot walking or script

Hi Experts, I need help in the following case. The field invoice_address is a reference field to the table x_addressen. In the table x_addressen is the field key. A example key is: BKH-1-2 Than I have the field Group Company (it’s a mandatory field)...

find_real_file.png find_real_file.png
Raphael D_ by Kilo Sage
  • 4451 Views
  • 3 replies
  • 0 helpfuls

Guided Tour for Service Catalog Item (Specific Item)

Is it possible to provide a Guided Tour on a specific Service Catalog item? If so, how do I do that? I tried looking in the docs, but I couldn't find anything for that. It seems it has to be tied to a specific list view or other type of page. As usua...

MarkC2 by Kilo Contributor
  • 2840 Views
  • 7 replies
  • 3 helpfuls

How to change field name?

Hi, I have a field with 3 choices and 6 more fileds and if i select first choice 4 fields should be visible with some name   the field name should be changed and if i select second choice and  only 2 fileds should be visible with name changing.How ca...

prathyusha9 by Kilo Contributor
  • 1627 Views
  • 3 replies
  • 1 helpfuls

How do you Copy a Freeform Visual Task Board?

I used this script from a previous thread. But when I click the button it doesn't copy the board. I currently have it on the form view of an already created VTB but it doesnt work.  https://community.servicenow.com/community?id=community_question&sys...

workflow to be run by sepefic user ?

Hello Experts, Servicenow uses system user to run workflows. is it possible to use any specific user (other than system user) to run workflows ? Looking forward for your response. thanks in advance.   Thank You, Manish    

Resolved! Can two prefixes be added to incident table

I have a secondary field within my service ticket called "account number".  I have a request to prefix this number with the a field already on the form "branch number". ie. "Branch numberAccount Number".  I tried creating a prefix for the field but i...