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.

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

Forum Posts

Amazon connect integration

Hi I have successfully completed the setup of the Amazon Connect integration with ServiceNow. I would like to know what the next steps are after the setup is complete.Any guidance, resources, or step-by-step processes will be greatly appreciated. Tha...

rachuri john by Tera Contributor
  • 1256 Views
  • 1 replies
  • 0 helpfuls

Show Outages and CIs in Portal Data List Widget on CSM

Hello everyone,We would like to provide our customers with an overview in our customer portal where they can see which CIs and services are currently undergoing maintenance. We would like to use the Data Portal List Widget for this.We have already in...

Client script

I have a catalog item having 3 variables all are lookup selectbox and having refference for all 3 variable as cmdb_ci_server in which owner and os field is read only. If I select owner name it should populate me both Owner and OS . When I try my clie...

vbalaji2 by Tera Contributor
  • 822 Views
  • 4 replies
  • 1 helpfuls

Resolved! How do I create cases from incoming emails from external ones?

Hello team, I have a case of creating cases from emails from external people, from this point I know that there is an Inbound Email Actions called "Create case using prefix", but... is there a way to create a similar one with the same operation but t...

AndresGc_0-1733893069334.png AndresGc_1-1733893201986.png
AndresGc by Tera Contributor
  • 1778 Views
  • 3 replies
  • 1 helpfuls

Resolved! Reporting

I have a report created and need to automate and schedule this report to trigger every day an email to the mailbox. Anyone please explain me with screenshot

Not able pickup oldValue for confirm dialog box

I created a catalog client script for onchange script for variable "u_technical_help_sub_category"function onChange(control, oldValue, newValue, isLoading) {    if (isLoading || newValue == '') {        return;    }    var descriptionValue = g_form.g...

Joyal Robert by Tera Contributor
  • 1134 Views
  • 9 replies
  • 1 helpfuls

Playbooks

I have created a playbook. How to make it available in the CSM workspace. 

Custom Field is not visible in form layout

I have created a custom field with name "ABC"  on Controls Objective table which is a parent table. Now, I wanted that field to be visible on Control Table as well which is a child table. I tried to pull out the field from Control table form layout, ...