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

Forum Posts

Resolved! Flow Designer set error state not showing

Hi, I can no longer see the option to set the flow designer action state to error, normally it is right next to the add a stage button but not anymore. The flow already contains an error state , but I cant set any more. Please can someone advise how...

find_real_file.png
Khalnayak by Kilo Sage
  • 3305 Views
  • 7 replies
  • 1 helpfuls

Jira Spoke Comment field not coming over as rich text

Hi, We are working on a Jira issue integration using IntegrationHub and Jira Spoke v2.6.8 and cannot get the comment field to come into ServiceNow with correct format. On the OOTB action, its assuming the field is a string field and doesnt allow for ...

find_real_file.png find_real_file.png find_real_file.png

Resolved! How to Show/Hide Options using g_form in client script.

Hi, Actually I need to show/hide options on one field based on another field. I can achieve this using g_form.clearOptions() , addOption() & removeOption(). But, its actually removing or adding  options. Is there any other way available to show or hi...

Prabhu20 by Tera Contributor
  • 7168 Views
  • 9 replies
  • 2 helpfuls

Resolved! Update Parent record State

Hi All, I want to update Parent record state when one or more child records state changed to Rework state then I need to update parent state also Rework, Like wise I want to do it for 2 states : Rework and Reinstall.  Kindly help me how to achieve th...

Lean S by Mega Expert
  • 2820 Views
  • 6 replies
  • 4 helpfuls

Client Scripts UI Type - Desktop, Mobile, or Both?

We've recently discovered the issue with Client Scripts not functioning properly in our Service Portal. The fix seems to be simple- switch the UI Type from "Desktop" to "Both" for the Client Script. My question is, why wouldn't this be the default? I...

Resolved! User unable to see the task assigned to him

I have a catalog item request with a workflow process associated with it.After the request is approved, it sends a notification and creates a catalog task that is assigned to a Group.However, none of the users listed in the group are able to see the ...

abcmh by Giga Contributor
  • 5273 Views
  • 11 replies
  • 0 helpfuls

Resolved! Can't call a script include from a UI page.

Hi!I'm trying to execute a script include inside a UI page.I followed this guide: https://docs.servicenow.com/bundle/paris-application-development/page/script/ajax/topic/p_AJAX.htmland I'm trying to make the example work.This is my script includeand ...

find_real_file.png find_real_file.png find_real_file.png
Nicol_ by Giga Contributor
  • 2144 Views
  • 3 replies
  • 3 helpfuls

Resolved! How to hide the personalized list

Hi Community I'm looking for a way to prevent certain users from using the personalized list (gear icon) of related tables. Is there a way to hide the gear icon or prevent it from landing in a personalized list by changing the columns? Best regards s...

senon by Tera Sage
  • 2553 Views
  • 4 replies
  • 6 helpfuls

Resolved! Delete items via Import Set

Hi,   according to the Service Now rules to interact with Service Now tables via REST API one has to use Import Sets which work fine as long as people need to insert data but how can I delete a record ? Table API supports DELETE verb but Import Set d...