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

Forum Posts

Course "Welcome to ServiceNow", Tasks Module - Visual Task Boards

Hi All, I'm taking the course "Welcome to ServiceNow," and the Tasks Module has a Lab Simulation that is giving me problems.  It asks to create a Visual Task Boards, and the items 6 to 8 are giving me problems:It looks like you need to insert a speci...

MaynaA_0-1737653866407.png
MaynaA by Giga Contributor
  • 621 Views
  • 3 replies
  • 0 helpfuls

How can I force record updates in a transform map script?

In a transform map, if there is no change between the data in the source table and the target table, it is ignored.But I want to update the target record even if there is no change in the data.How do I set this up? The source table contains only the ...

Yuri____ by Tera Contributor
  • 635 Views
  • 1 replies
  • 2 helpfuls

Catalog Variables Not Displaying Data in Reports

Hi, I have been trying to build a report on the "sc_req_item" table to display one of the variables from the catalog item associated with that RITM. Following the instructions in the ServiceNow documentation, I added the "sc_req_item" table to the re...

Yaswanth_G_0-1737598943159.png Yaswanth_G_1-1737599031707.png
Ya_Ga by Tera Guru
  • 1593 Views
  • 7 replies
  • 0 helpfuls

Resolved! Flow Error

Can anyone tell me the reason for this error. Sometimes the flow is working . Sometimes this error came.Thanks in advance.  Encountered error executing instruction: OpInstruction{id=4, opClass=com.snc.process_flow.operation.GetCatalogVariablesOperati...

SumithaDevi_0-1737703157846.png
Sumitha Devi by Tera Contributor
  • 1674 Views
  • 1 replies
  • 1 helpfuls

Activate the appviewX plugin

Hi All,Can anyone answer the below questions. 1. Does anyone using the appviewX plugin??2. Is there any way to integrate appviewX with servicenow instance.3. Can anyone please provide us the appviewX related docs like how the plugin will work within ...

LaraReddy by Tera Guru
  • 1664 Views
  • 3 replies
  • 0 helpfuls

Incident Status auto changes to 'Open' from Resolved.

Here is the flow: When the Analyst 'Resolves' the Incident an email goes to the requestor either to approve or reject the resolution. The hyperlink provided in the email redirects to the Service Portal. From the Service Portal user have the buttons '...

SAS21 by Tera Guru
  • 705 Views
  • 5 replies
  • 0 helpfuls

Duration field

Hello Folks,In one of my instance for field XYZ Duration it's showing Minutes and seconds. But in prod instance the field only showing time in minutes not second is getting showed.EX: Instance 1 - 8 min 25 SecInstance 2 (prod instance) - only showing...

VedantK by Tera Contributor
  • 297 Views
  • 1 replies
  • 1 helpfuls

Apply business rule to assign branch manager based on branch field

(function executeRule(current, previous /*null when async*/) {    var branch = current.u_branch;    var Record = new GlideRecord('u_branch');        Record.addQuery('u_branch',branch);    Record.query();        if(Record.next())    {        var branc...

MitishaV by Tera Contributor
  • 306 Views
  • 1 replies
  • 0 helpfuls