Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Resolved! MS Teams Integration - Notifications Disabled

We have installed and configured the MS Teams integration for ServiceNow.  Followed the link below.  https://docs.servicenow.com/bundle/paris-it-service-management/page/product/sn-teams/task/setup-azure-app-ms-teams.html The integration appears to be...

find_real_file.png find_real_file.png
Chad F_ by Giga Contributor
  • 4269 Views
  • 4 replies
  • 1 helpfuls

Creating known error from a incident

How does one create a known error article from a incident?However there is no related link for creating a known error, I tried all incident states, but it's not there. Is it something I have to activate in the properties?

Sol Kim by Tera Contributor
  • 3484 Views
  • 1 replies
  • 0 helpfuls

Resolved! Custom type variable not visible on catalog item

Hi All, I have created one  'Custom' type  variable in a 'Create Incident' Catalog Item.And I have set a Macro to this variable.(This macro display an image. I have already added image to 'db  image' table. Also this variable displays image when I cl...

SonuParab_0-1678700552551.png SonuParab_1-1678700578663.png
Sonu Parab by Mega Sage
  • 2043 Views
  • 4 replies
  • 1 helpfuls

Resolved! M2M relationship not working

Hi,We have a table called u_support_case_management which extends the task table. When I link an Incident from the related list of the Support Case Management form, and then navigate to that particular Incident, the relationship is not working.It sho...

Last Successful Run Date/Time in Flow Designer

Hello, I'm still learning Flow Designer but I am unable to find any documentation on referencing the 'last successful run time' within the Flow (e.g. variable, script, etc.). I'd like to use this date/time as an input for incremental query. Is this s...

salloway by Mega Contributor
  • 1524 Views
  • 2 replies
  • 1 helpfuls

Onchange client script to onload

Hi, Example: function onChange(control, oldValue, newValue, isLoading) {if ( isLoading || newValue == '') {//If i write code here then it will execute on form loadreturn;}//If i write code here it will execute at onchange of field }  My question is w...

Mk_snow by Tera Contributor
  • 4064 Views
  • 4 replies
  • 0 helpfuls

Advanced work assignment in servicenow

Hello community leaders,   What should be the prerequisite to configure the " Advaced work assignment(AWA) in servicenow?  Is "Agent workspace" is needed for this? If nothing is needed for this, can you explain the steps(1 to 1) at high level to conf...

n_16 by Tera Contributor
  • 4551 Views
  • 3 replies
  • 2 helpfuls

Resolved! Catalog Item Client Script for Dependent Drop Down Box

Hi,I am trying to create a Client Script for a Catalog Item where a Select Box choices are dependent on selection of other Select box options. What is the simplest way of achieving this? I was thinking of using OnChange client script. The Select Box ...

Resolved! Catalog Item field validation for mobile phone number

Hi,I am creating a Catalog Item. One of the field is Mobile Number. Can you please guide me how can I set up validation for the field. The requirement is that:It should start with +61The total number of digits (including the 61) should be 11. Thanks ...

Empty variables on RITM after submission

Hello all, I am working on an existing service catalog in which I have added new fields. While testing, it was found that the data entered in those new fields while request submission are missing... This means... I raise a request.. check the REQ and...