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

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
  • 279 Views
  • 3 replies
  • 0 helpfuls

Setworkflow(false) for specific business rules

I have a business rule which updates the values in a particular table (let's say Table A) after a record is inserted in the same table. I have a before insert which calculates and sets the value. I have an after update which recalculates if values ar...

nithin_s by Tera Contributor
  • 189 Views
  • 2 replies
  • 0 helpfuls