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! Auto closure of Task after 3 business days

HI All,   I have a requirement that  if a task assignment group is XYZ and if Assigned to is NOT empty, I need to close the task marked "Closed Complete" within 3 Business Days (Monday to Friday between 9AM and 5PM) . Please guide

Gagandeep2 by Mega Contributor
  • 4667 Views
  • 7 replies
  • 2 helpfuls

Resolved! Restrict Case sensitive entries in transform map

Hello All, As shown below for the same serial number record multiple entries got created and we could see 'Name' is in Captial for record and small case for one record. And in transform map we have given coalesce on Serial Number but still it allowed...

Ram141_1-1669118040564.png Ram141_0-1669117946594.png
Ram141 by Tera Expert
  • 1229 Views
  • 3 replies
  • 0 helpfuls

Creating Incident templates that contain Incident Tasks

I am trying to create an Incident template that contains 2 incident tasks but can't figure out how.  On Incident form I have added Related list - "Incident Task --> Incident", from which I can associate tasks to my incident if needed.  But when creat...

How to set From address on email client template

Hi, I am trying to add from address on email client template but the mail is send - failed. why?   error - 554 5.2.252 SendAsDenied; service.center@service-now.com not allowed to send as itservicecenter@service-now.com how to resolve this issue.

RahulRajaSami_0-1669035486033.png

Re-open closed incident using Business rule ?

Hi all,  Is there a way to  use BR to re-open closed incident? I know it's not a  good practice to re-open the closed incidents mainly it will mess up the records. However, it's due to the company culture issue, we need to false and enable such re-op...

How to do dot walking in groupBy() method.

Hi,For Example: By doing GlideRecord on incident table, i want to filter records groupby assignment group managers var agg = new GlideAggregate('incident');agg.addQuery('active=true');agg.groupBy('assignment_group.manager');agg.query();While(gr.next)...

Charan123 by Tera Expert
  • 767 Views
  • 3 replies
  • 0 helpfuls