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

Forum Posts

Resolved! I have a already created and working PUT method in Scripted REST API. I need to edit this API to get one additional field value of the record . Can someone provide similar references to anything that they know? I guess I just need to put a small code

I have a already created and working PUT method in Scripted REST API. I need to edit this API to get one additional field value. Can someone provide similar references to anything that they know? I guess I just need to put a small code in the already...

EKTA2 by Tera Expert
  • 1744 Views
  • 11 replies
  • 3 helpfuls

Get approval from External email address

Hello All, I want  approval from client whos id is not listed in sys_user table. I tried to send email using create event activity by sending ID as Param from workflow to notification. But, that isn't working. Can you help me on the same?   Thanks, P...

Resolved! Including Email Address in Requested For Variable

I have a form (Category Item) with a field named Requested For. This field is a reference to the sys_user table. How do I include the sys_user's email address in the view of the dropdown of this field?Thanks,AJ

TStark by Kilo Sage
  • 2368 Views
  • 8 replies
  • 2 helpfuls

Scripted Rest API Not working

Hi All, below is the script that i written on scripted rest api. but its not working when i send data like https://google.com/gtre can any one help me on this (function process( /*RESTAPIRequest*/ request, /*RESTAPIResponse*/ response) { var obj = {}...

rambabu1 by Giga Expert
  • 1520 Views
  • 11 replies
  • 0 helpfuls

Resolved! Email Script to populate different variables based on different catalog

Hi All, My requirement is to create one notification for 2 different catalogs and notification should contain variable of particular catalog item.For example i have 2 catalogs: Catalog 1(Server Request ) have fields "Server 1,Server 2 and Server 3" C...

Appy2 by Tera Contributor
  • 1157 Views
  • 10 replies
  • 2 helpfuls

Resolved! Update records from Scripts Background

Hello guys, There are more than 500 records in a table. Based on Assigned to field's value I want to update User ID field for all those. So in scripts background I have written like this but no success. var gr = new GlideRecord('table_name'); gr.addE...

Sravanthi10 by Tera Contributor
  • 654 Views
  • 2 replies
  • 0 helpfuls

Resolved! Convert the duration of two dates to minutes?

Does anyone have a business rule I can use as an example to convert the duration between 2 dates to minutes?We currently have 2 date fields (dd/mm/yyyy hh:mm:ss)u_outage_startu_outage_endLooking to get this converted to minutes in field u_reported_do...

Andrew_TND by Mega Sage
  • 1089 Views
  • 8 replies
  • 3 helpfuls

Resolved! How to filter for (empty)?

For both Incidents and Requests... When filtering from the list view for Incidents with no Assignment Group assigned, I get different results depending on how I filter. For example, when I create a filter condition in the breadcrumbs for [Assignment ...

Teresa8 by Tera Expert
  • 3299 Views
  • 2 replies
  • 2 helpfuls

Question for reporting on consumable and asset allocations

Hello all, I was wondering if anyone here would have some guidance on an issue I'm trying to sort out, and might be somewhat confused. For my organization, we're working on a project to manage our inventory tracking within our current ITSM suite. How...