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.

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

Forum Posts

Resolved! URL Redirection getURLForTask(current, 'rfc'));

Can someone brief what this particular UI Action code does: action.setRedirectURL(new StdChangeUtils().getURLForTask(current, 'rfc')); This is being used to create standard change from an Incident. And it redirects to the below page. I want this UI A...

find_real_file.png

Resolved! How to get duration time between states?

Hi, I need to get somehow duration time between states in a problem management.I would be grate to get something like this as a report.. Someone know how to get that?

DIVI1 by Tera Expert
  • 562 Views
  • 1 replies
  • 1 helpfuls

Resolved! How to remove group to be restricted from orchestration ?

Hi All , I have a requirement where I am little stuck with scripting. Kindly need some guidance from experts .We have a requirement where , there are number of groups if a user selects any of the groups from the list except that grp remaining should ...

thirumala2 by Tera Guru
  • 891 Views
  • 14 replies
  • 1 helpfuls

Report query

Hi All, Am getting error in the report when am trying to call script include function in the report filter, however the report is not getting generated:Script include:Client callable: truefunction SFTP_error_records() {    var sfpt_data_source = new ...

Community Alums by Community Alums  
  • 504 Views
  • 4 replies
  • 0 helpfuls

Catalog task is not getting created via flow designer

Hi Community, I have created the simple flow designer which generate catalog task...set run as "user who initiates session".when I create a request, task is getting created but if other users create the request task is not getting generate and i chec...

suuriya by Tera Contributor
  • 1322 Views
  • 2 replies
  • 0 helpfuls

Need to close child taks

I have a requirement :For a particular catalog item (for example: laptop), if the RITM state is closed skipped then I have to set the stage ofthat RITM as cancelled and need to close all the relevant tasks (for exampl: X,Y and Z). In some cases some ...

abhisek by Tera Contributor
  • 227 Views
  • 1 replies
  • 0 helpfuls

Resolved! Transform map onBefore event versus Run Script

Hi friends,I am writing transform map script onBefore() : (function runTransformScript(source, map, log, target) {     if(target.u_request_frequency!=''){        ignore = true;    }})(source, map, log, target); Now, the doubt is :Shall I write this s...