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

Resolved! hyperlink in business rule

Hi All, we have created a business to update the activity of incident whenever there is an update on incident task. whenever work notes and additional comments of incident task gets updated, we are copying the respective work notes and additional com...

punitchourey by Tera Contributor
  • 3109 Views
  • 7 replies
  • 0 helpfuls

Resolved! Adding hyperlink work note to RITM via workflow

Hi,   I have added a script below to add Work Notes to RITMs.  var comment = 'Please follow the instructions on Connect: https://community.servicenow.com'; var req = new GlideRecord('sc_req_item'); req.addQuery('sys_id', ritmSysId); req.query(); w...

find_real_file.png
vw1 by Giga Contributor
  • 5380 Views
  • 6 replies
  • 3 helpfuls

Resolved! Add all incident to problem related list

Hi Team,I have a requirement below. Create a problem ticket from incident if incident has been created more than 5 time for same CI. and all incident will be add to under problem related list, at that same time all incident records display the proble...

pvv1045330 by Tera Contributor
  • 1327 Views
  • 6 replies
  • 2 helpfuls

Resolved! Download file using REST API

Hi All, I need to download files attached to any incident using REST API. I will be sending incident detail from my postman.  Already Referred to attachment api reference docs but could'nt find a solution. NOTE: I don't have the option to use ui acti...

Rj27 by Mega Guru
  • 17524 Views
  • 26 replies
  • 6 helpfuls

Applying templates vis SOW

We have an issue where from Service Operation Workspace when the Agent apply's a template to the interaction record the template apply's with the text field minimised.On our interaction record we have a description field for capturing additional info...

eagle18_0-1668750999344.png

Resolved! How to handle empty records in transform map script

HiI have wrote an transform map script and it will compare the staging table user id value with actual table user id value and if matching, it bring the user name from table.The issue is , in the user table , it has 5 records with same "user id" in w...

SK36 by Tera Contributor
  • 873 Views
  • 1 replies
  • 1 helpfuls

Resolved! Calculate risk of affected CIs

We have several risk conditions defined in our instance which are working to initially set the risk on a Change. We have requirements internally that if specific CIs get added as affected CIs then the risk of the change should be updated. Essentially...

Community Alums by Community Alums  
  • 936 Views
  • 2 replies
  • 0 helpfuls

Flow designer: how can I separate look up records into a list?

Hello, I am currently using a for each loop in flow designer to look up records and set a flow variable with the found recordsThe issue I'm facing is when I use this flow variable down the line, it populates the records without separating them:Where ...

astanley_0-1668637731262.png astanley_1-1668637840092.png
astanley by Tera Contributor
  • 2171 Views
  • 13 replies
  • 0 helpfuls

Need server side script to Auto reload a form

Hi Folks, I just want to auto reload the standard change form using runscript activity after a timer in  workflow. I tried searching in community but I found only client scripts to reload the form.So, is there a way to auto reload as per my requireme...

Configure email notifications to one user

I have a list of users (45) all in a Dallas location who every time they submit an incident I need to have an email notification sent to a particular user "Adam". Do I configure a Business rule for incidents with the location or how should I approach...

DevtoSME by Giga Guru
  • 594 Views
  • 2 replies
  • 0 helpfuls