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

Forum Posts

Resolved! Extracting email address from error string

Hello Everyone,I need help in extracting email addresses from error string. The error string will look like this. 450 4.1.2 <eample@example.com>: Recipient address rejected: domain not found I tried different RegEx but no luck. Any help is appreciate...

harishbabua8 by Giga Contributor
  • 2945 Views
  • 8 replies
  • 5 helpfuls

CMDB Field Description

Is there a document that describes the fields in the CMDB and their intended use of that field?  We are loading application services and I want to make sure the fields align.

Resolved! Flow designer multiple approvers

Hey folks,Currently I have one variable field which is multiselect. Each option has different approval groups to approve. When user selects multiple option it should trigger all approvers group of each option at same time. For this I used 'do the fol...

how to increase the size of the dialog window .

Hello,I want to increase the dialog window size . I am using g_modal since the dialog window is supposed to opened in workspace.Below is the script I am using:g_modal.showFrame({        url: '/sn_hr_ws_case_creation.do?sysparm_user=' + USER,        t...

Shyna1 by Tera Contributor
  • 1295 Views
  • 2 replies
  • 0 helpfuls

"Universal Request" for a department with child departments

I have a department IT that has several departments within the IT department.  When configuring Universal Request, I have set up service sets for IT and each child department.  Since all departments are within IT, when I configured services in Univer...

velvet by Mega Guru
  • 1620 Views
  • 5 replies
  • 0 helpfuls

Resolved! Create percentage report in servicenow

Hey Community, I have a requirement to create percentage type report in ServiceNow. I tried finding it under report but was not able to find. Hoping to get some help here. Thanks

SnowUserDev by Tera Contributor
  • 7713 Views
  • 9 replies
  • 9 helpfuls

Resolved! Survey - assessment_take2 public page issue

Hi AllMay I know how to hide the "This survey is in regards to Incident: " blue color InfoMessage box from the assessment_take2 public page.I am seeing the below behavior.When user is logged in: This message is being displayed on top and the RP.getPa...

find_real_file.png find_real_file.png
abhithen by Kilo Expert
  • 3246 Views
  • 7 replies
  • 0 helpfuls

Add two Name Pair Values to set value to a Name pair type field

I have below valuesa = {"name1":"value1", "name2":"value2"}b={"name3":"value3"} and i need to get result added as below:c= {"name1":"value1", "name2":"value2","name3":"value3"} To set value into a Name-Value Pair type field . Please suggest a script ...

RC19 by Tera Expert
  • 2185 Views
  • 6 replies
  • 2 helpfuls

Alternate solution for current.sys_id in Scheduled job run script

Hi All, The below code is working in BR but not in a scheduled job so what is the best way to replace gr.addQuery('sys_id', current.sys_id); in a scheduled job run script? var gr = new GlideRecord('u_custom_integration'); gr.addQuery('sys_id', curren...

jobin1 by Tera Expert
  • 2345 Views
  • 15 replies
  • 0 helpfuls

Resolved! Create Report Showing New, Open, and Resolved tickets by Month

I am looking to create a single spine time series to show New, Open, and Resolved tickets month by month. My report will be created using New tickets and then I will be creating datasets for Open and Resolved. The issue I am running into is that the ...