Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Create a "Multi Row" field on Change Request form

Hi everyone! Hope y'all are doing well. So, I have a requirement on the Change Request form, where I should create a relationship between CI's and some string values, such as "QA State", "Production Path", "Version" and more.. The first thing that ca...

Hiago by Tera Contributor
  • 2916 Views
  • 5 replies
  • 0 helpfuls

Approval Triggering for Inactive user

Change ticket approvals are being generated for the inactive user, It should trigger for only active users It is happening for Manager approver and the CAB approvers. Please help me where I need to put the condition as active=true.  

Vasuki by Tera Contributor
  • 1260 Views
  • 6 replies
  • 1 helpfuls

What are the roles that come with ITSM standard?

Hello ServiceNow Community,  I am trying to figure out all the roles that come with the ITSM Standard package but am having difficulty with it. I was wondering if someone could point me toward the documentation that will give me this information or t...

Mahdi Baig by Tera Contributor
  • 4661 Views
  • 2 replies
  • 2 helpfuls

Join multiple rows in one record

Hello! Can you please tell me how can I merge 3 rows into one using a transform map? For example, imported data: Field1Field2123Ba123Bo123Bu Expected output (created record): Field1Field2123Ba,Bo,Bu How can I accomplish this using a Transform Map?

User659586 by Mega Guru
  • 1186 Views
  • 4 replies
  • 0 helpfuls

How to create a survey result report?

Hi, I have created a survey for a service catalog and use a image scale to rate the service, now i want to create a report by using the bar chart survey report to get the details of satisfied, neutral and dissatisfied customer. please help by providi...

Siddharth4 by Tera Contributor
  • 1637 Views
  • 1 replies
  • 0 helpfuls

Resolved! RITM Notifications not triggering

Hello, I'm trying to create and send a notification on the following condition on the Requested Item/RITM form,  Condition - Send a notification after approval of the delivery of the ticket / Accepting delivery    My notification configurations,  1....

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Lal Valecha by Kilo Expert
  • 2212 Views
  • 10 replies
  • 3 helpfuls

Resolved! Adding, Removing options from client script

Hi Team, I need to add and remove options based on country (select box) selection. When India, china, singapore, korea and  germany is chosen "USB-A and USB-A Nano" should appear but when other country is chosen only "USB-C" should be displayed funct...

PK14 by Kilo Guru
  • 1741 Views
  • 7 replies
  • 1 helpfuls

Resolved! Issue with scripted rest api code (base64 decoding)

I have used following code for inbound scripted rest api create incident (function process( /*RESTAPIRequest*/ request, /*RESTAPIResponse*/ response) {    gs.log("SOC REST API request body: " + request.body);    // implement resource here    var inco...