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

Forum Posts

Resolved! How to update domain name in the URL for ServiceNow instance

Currently client is having ServiceNow instance URL as https://clientA.service-now.com/, it has to be updated to https://clientB.service-now.com/. What is the process for that? Do we need to raise any request to ServiceNow through HI portal or we can ...

Mihir YSSS by Tera Contributor
  • 1962 Views
  • 1 replies
  • 0 helpfuls

Resolved! Activating Slack Spoke on PDI

Hello Everyone,I am trying to install slack spoke in order to test it on my PDI but I cannot find a way to install it.I have activated the ServiceNow IntegrationHub Installer and ServiceNow IntegrationHub Standard Pack Installer. If I go to the store...

Vinicius2 by Kilo Sage
  • 1445 Views
  • 3 replies
  • 3 helpfuls

Script for Unique number generation with 6 digit limit

Hi Forum, Thanks in advance for helping me. I have some requirement, we have some custom table with one custom number field, so would like to generate a unique number for this field based on the other reference field value, on the reference field we ...

Devi16 by Tera Contributor
  • 5141 Views
  • 10 replies
  • 0 helpfuls

Resolved! HTML link in showfieldmsg()

Hello all,I have a requirement where in if a user selects a particular category, a message with a HTML link should pop up below this category field.I tried using the showfieldmsg() but that does not add the HTML  link.I have used the addinfomessage()...

zeist_ by Tera Expert
  • 2692 Views
  • 4 replies
  • 1 helpfuls

state should not change to open when assigned to is empty

Hi,When dealer creates a case (state =new) when added an attachment , the state changes to open (as it assumes the attachment is reply from dealer). But the issue is that the assigned to is still empty ,, so the changes need not to be changed to open...

Buddy 1 by Tera Contributor
  • 1214 Views
  • 6 replies
  • 0 helpfuls

Resolved! updating dot walked field through transform map

HiI am loading data to a table(name: OLA score) using Transform map.OLA score table has a dot walked field in its list view called "Function name" which is a reference field.When I try to map using mapping assist, the "function name" field doesn't sh...

manasa0590 by Tera Contributor
  • 2014 Views
  • 2 replies
  • 1 helpfuls

sc.CartJS() Unable to find workflow version

Dear all,I have an issue when creating a request record and RITM when using sn_sc.CartJS()var cart = new sn_sc.CartJS();var newItem = cart.addToCart({"sysparm_id": "017594ae0ff25b00a919f68ce1050e04","sysparm_quantity": "1","sysparm_requested_for": "a...

Dotaz by Tera Contributor
  • 1009 Views
  • 4 replies
  • 0 helpfuls

Resolved! When RITM state is Set to Close Complete/Incomplete/skipped related catalog task should also close Complete/Imcomplete/skipped.

We have requirement, when we RITM state changes to Close Complete/Incomplete/skipped the its related service catalog task should also close. For that i wrote the below business rule but is is not working, can someone please assist? var gr = new Gli...

find_real_file.png

Resolved! Wait for change of state in Flow Designer

Hi, It looks like the values stored in a flow are static which is causing my flow to not execute as intended. What i'm looking to achieve is the generation of sc_task records dependent on the state value. I.e. in the scenario below, find the record i...