The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Resolved! Variable Values NULL in RITM & task

I have a catalog request that after submission, the variables in the RITM & Task display but are NULL.  I looked through sc_item_option_mtom and can see values so i know they were captured.  My standard variable set displays correctly with values, on...

Resolved! How to get task_sla fields in sc_task report

Hi want to have task_sla fields in my sc_task table report. Report: Test_report Table: sc_task I want to have these 2 fields (task sla fields) in my report related to that task

find_real_file.png find_real_file.png
Sri63 by Mega Expert
  • 2017 Views
  • 6 replies
  • 0 helpfuls

Resolved! Can I limit a reference field with a script?

We have a custom CI table that I want to reference on a form. What I would like to do is limit the choices to only CI items that are not currently related to another asset. My fuzzy logic is  Check the relationship tableIf the current CI is listed in...

Resolved! How to lock a record in a script?

Hi I need to write a script that is executed whenever a record is inserted into my "main" table. Based on some criteria the user has selected in the form I need to Query a "counters" tableIncrement the counter valueUpdate the counters table with the ...

David165 by Mega Expert
  • 4165 Views
  • 3 replies
  • 0 helpfuls

Resolved! Call back function in client scripts

I have a client script in which i need to use call  callback function so that it will work on Portal . Can someone help  function onLoad() { adjustVariables(); function adjustVariables(){ //variables to be hidden need to be not mandatory befor...

RudhraKAM by Tera Guru
  • 13016 Views
  • 3 replies
  • 4 helpfuls

Resolved! Data missing after clone

We cloned our dev instance with production. After clone, we committed our update sets but we noticed whatever data we have loaded through import set, transform map is missing. Any idea how to retain that data?  Or should we again load the data from e...

Developer3 by Tera Expert
  • 2786 Views
  • 3 replies
  • 0 helpfuls

Resolved! Script error in function using indexOf()

Hi guys, I have a problem with the below function for parse a string and extract a part of it function grabContent(str, start, end) { var startLen = start.length; var s = str.indexOf(start); var e = str.indexOf(end); var scrape = str....

Resolved! Get List Collector selections into field on form

I'm hoping someone can help me out with an issue that I'm having that I can't seem to get working correctly. I've read a lot of posts here but nothing has quite worked the way that I'm hoping it will. I have a new Service Catalog offering that I've s...

Marcel H_ by Tera Guru
  • 5318 Views
  • 6 replies
  • 1 helpfuls

Resolved! Why user has no approver_user role can approve/reject by email?

For example:  I create group (Name = Approver user group). I create user (Name = Approver User, Email = test@email.com) and add to the group above. No any role for the group and user above. I create new change request and click Approval Request butto...

Akkapolk by Giga Expert
  • 2560 Views
  • 2 replies
  • 1 helpfuls

Resolved! How do I change the survey link in my email script?

For my email notification for surveys their is an email script shown below.  I need to change or add a survey link to it but don't know where(new to scripting).  Can someone show me where I should put my survey link at so that when the Take Survey bu...

find_real_file.png
velvet by Mega Guru
  • 2333 Views
  • 4 replies
  • 0 helpfuls

Resolved! Order Guide configuration to remove "1 Day Delivery'

I followed instructions from this thread: https://community.servicenow.com/community?id=community_question&sys_id=d2810369db98dbc01dcaf3231f961962&view_source=searchResult  (Use 'Cart Layout' for each item and remove check mark  from Delivery Time in...