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! Get dateTime in seconds

if I want the datetime in seconds it is correct to do so: reqBodyPerson.dateOfBirth = new GlideDateTime(current.u_start_date_contract).getNumericValue();  

Scheduled job for multiple tasks or tickets

Hi Everyone, I’m just about to schedule hundreds of recurring monthly maintenance jobs, where I would like to have the dozens of tickets for each location set as tasks under each region. ie. One region has many locations that need maintenance each mo...

dave_greg by Tera Contributor
  • 1320 Views
  • 4 replies
  • 1 helpfuls

Reopen Incident button missing

Hello - Any idea where reopen incident button should appear when you open resolved incidents? on portal or fulfiller side? Because i do not see it on resolved incident.

snuser10 by Kilo Expert
  • 2112 Views
  • 4 replies
  • 0 helpfuls

Hi All how to display popup message in catalog item hostname(one of the variable in catalog) contains less than 12 characters .popup message should display host name should contain atleast 12 characters

how to display popup message in catalog item hostname(one of the variable in catalog) if host name contains less than 12 characters  popup message should display host name should contain atleast 12 characters @asifnoor 

Himabindu by Giga Contributor
  • 1510 Views
  • 2 replies
  • 0 helpfuls

Resolved! Active groups with no members and Roles

I wanted to filter out the active groups with no members and roles. I navigated to sys_user_group and when i tried out the filters, i could get the active groups with no members. But i cant filter out the groups with no roles. I tried the filter 'Gro...

Ashik Suresh by Tera Contributor
  • 2727 Views
  • 8 replies
  • 5 helpfuls

Resolved! GlideRecord to GlideAjax in OnChange Client Script

Hello, I am trying to modify the existing script from GlideRecord to GlideAjax in OnChange Client Script. Below is the Code. function onChange(control, oldValue, newValue, isLoading) { if (isLoading || newValue == '') { return; } ...

Resolved! How to achieve list of roles of a user?

Hi all, How to get list of roles belong to the user in drop down in catalog item? Please suggest me the script include and catalog client script to achieve this requirement. Thanks  

uma7 by Kilo Guru
  • 3079 Views
  • 15 replies
  • 2 helpfuls

How to post an adaptive card to Microsoft Teams?

Hey guys, I'd like to post a message in form of a customized card to a specific MS Teams channel whenever a knowledge article is created/updated. I tried doing so in flow designer/integrationhub (starter package/MS Teams spoke) using a webhook url. ...

find_real_file.png
Lukas16 by Tera Contributor
  • 5059 Views
  • 5 replies
  • 1 helpfuls

How to Change the date format to DD-MM-YYYY

Need to change the date format to DD-MM-YYYY. I am having one variable Leave date in that there is by default  YYYY-MM-DD.Need to change it to DD-MM-YYYY Please find below ss and guide me in this.

find_real_file.png

How to show Activity Log in Portal?

Hi, We have this table for requests and it's not extending to any table. I'm trying to get the activity logs appear on our service portal showing all the changes that happened to a specific request and should have the same look as the OOTB Ticket Con...