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

Looking for Microsoft SCCM integration

Hi Connections, I'm looking for Microsoft SCCM integration with ServiceNow Application design document, I hope this would be a standard integration, actually we lost design document and stake holders is exclateing, (I will make the necessary change i...

Resolved! How to check if duration value is more than X days

Hi,I'm working with metrics and would like to check if the duration of certain metric is more than 3 days. Using this script: var met = new GlideRecord('metric_instance'); if (met.get('4d873c0b47d186d0bfbeacb1026d4395')){ var myduration = new GlideD...

EliGuttman_0-1714922911197.png

Resolved! How to adjust table borders in notification

Hi All,Please let me know how to adjust Table borders in notification template.print("<table border='1px solid black'>"); var gr = new GlideRecord('incident'); gr.addQuery('sys_id', current.sys_id.toString()); gr.query(); if (gr.next(...

Sironi_0-1714865451623.png
Sironi by Kilo Sage
  • 1216 Views
  • 12 replies
  • 0 helpfuls