The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Issue on flow desinger approvals

I am working on a requirement in Flow Designer where the trigger is a Service Catalog request. Based on a variable selected in the associated catalog item, the flow must initiate two level approval process. The first level is a Manager approval, and ...

learnSN by Tera Expert
  • 41 Views
  • 2 replies
  • 0 helpfuls

Data import and transform map and fix script issue

Hi Community,I have come across a weird issue. I am working on use case to import data from MySQL to ServiceNow using a JDBC data source. I have created 5 data sources (one for each table of MySQL). The next step is to map all the loaded data into on...

ManiChandYenu_0-1760022402160.png ManiChandYenu_1-1760021471465.png

Enable Metrics and State Duration in Case table

Hi,I want to create a metric for reporting on Case State Duration, but while defining the metric for the Customer Case and Technical Case tables, I’m unable to select the table values.Is there a way to enable metric definition for these tables?

Show attachment of parent case on portal

Hi,I want to show all the attachment of parent case on portalBelow code is not workingScript include:var att = new GlideRecord("sys_attachment");                        att.addQuery("table_sys_id", taskGR.parent);                        att.query(); ...

Rosy14 by Tera Guru
  • 281 Views
  • 3 replies
  • 0 helpfuls