ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! sysparm_query with REST Table API

Topic: sysparm_query with REST Table API. When we try to create an incident with below API, it should create a ticket with windows server CI, If there is no windows server CI in the system then it should create a ticket without windows server CI. – T...

Automate scheduling clone request

We need to schedule a clone every month from our production instance to our QA instance in order to validate against current data. Instance Data Replication (IDR) is not providing us the desired outcome.ServiceNow provides a possibility to schedule c...

MarcoMoro_0-1665484249889.png
Marco Moro by Tera Guru
  • 992 Views
  • 1 replies
  • 2 helpfuls

Resolved! Make field reportable

Hello community, I have a use case, where custom field "primary set ID " field was added on "Hr compensation" table and need to make it reportable on "Hr case" table . How can i achieve that !! can any help me out in this. Thanks.  

Resolved! How do you get "Email Reply Separator"s to work?

When we receive a reply email that updates an existing Case, the whole email gets written to the "Email Received" entry in the Activities log.  We want it to truncate it at the "From:" text, so only the actual latest part of the email is saved in the...

find_real_file.png
Ian Hawkins by Tera Contributor
  • 4261 Views
  • 8 replies
  • 2 helpfuls

Resolved! Database view where clause behavior

I suspect this has been asked on the Community before, but trying to find a good explanation is a challenge. I have the following in a Database view:  The view loads, but it doesn't limit alm_hardware records to model_category of Computer (hdw_model_...

chuckn_0-1665083502916.png
chuckn by Kilo Guru
  • 4242 Views
  • 3 replies
  • 10 helpfuls

Resolved! Workflow is not triggering

Hello Guys, I am working on service catalog implementation, i have created a simple workflow but it is not triggering at all( i have validated and published it but no luck) and i have checked in active context and it doesnot appear in active context ...

find_real_file.png find_real_file.png find_real_file.png
Tejaswini9 by Tera Expert
  • 5973 Views
  • 8 replies
  • 7 helpfuls

Where is SNC.AssessmentCreation() ?

I am trying to understand the below piece of code especially the first line in which an object is created. I understand it is creating a new assessment i don't understand below points.1. Where is the AssessmentCreation()(i believe script include) is ...