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.

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

Forum Posts

Restrict language in language picker in Service portal

Hi,My requirement is translate the service portal in French and Russia which I have done but I am facing some   issue.The language picker widget is showing all languages along with French and Russia.But I want to restrict the languages in language pi...

language picker.png language picker1.png

set value of a reference field through a fix script

1. I wanted to set value for reference field 'abc' through a fix script.2. I have a reference field 'xyz' in my table that is inherited from another table .. So wanted to set value for that reference field also through the fix script. var requestedGR...

Workflows auto approval

 Once the request is submited and approval will get trigger , if the approver is on not approved for 2 days then i need to auto approve the request and it will trigger the next level approval once it is auto approved . 

F029B114-345F-4B9B-BA34-04F09EB748BB.jpeg
sushma9 by Tera Contributor
  • 1773 Views
  • 2 replies
  • 0 helpfuls

Resolved! How do you resend old emails?

We have several requested approvals that were not answered for several weeks. When trying to resend the email, for the approvers to approve via email, I've noticed that the originating event is empty. I believe this is because the events are being au...

Alfredo6 by Tera Expert
  • 9705 Views
  • 9 replies
  • 1 helpfuls

Restrict user to select past 24 hrs in date/time field?

I have a date/time field. Need to restrict it from selecting less than 24 hours. For ex : today is  17th June 9:10:00  and users should not be allowed to select less than 16th June 9:10:00i.e if a use selects 16th June 9:09:00 --> It should throw an ...

bharathk1116 by Tera Contributor
  • 1098 Views
  • 4 replies
  • 2 helpfuls

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
  • 3309 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
  • 5628 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
  • 1473 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
  • 18863 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
  • 978 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  
  • 1110 Views
  • 2 replies
  • 0 helpfuls