The Zurich release has arrived! Interested in new features and functionalities? Click here for more

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

Forum Posts

Resolved! Add a schedule lookup for client script/script include

I apologize for the long post.  I'm trying to add a schedule into my current script include and can't seem to get it working correctly.  I need to look at a date variable and if it's less than 7 business days, mark a yes/no field as 'yes'.   It works...

booher04 by Tera Guru
  • 1958 Views
  • 8 replies
  • 2 helpfuls

Change Request Approval process

Hi All, We have an Approval process based on Change Request's Assignment group. Which is defined during the creation of the Change Request. However, Change Manager has the ability to change that Assignment group when it moves from Draft to Assess. Th...

manish123 by Giga Guru
  • 4431 Views
  • 2 replies
  • 0 helpfuls

Resolved! Convert duration field to hours where 1 day = 8 hours

Hello, I have a duration field called 'days'. I need to convert the number of days into hours and then set a separate integer field to that number. 1 day should = 8 hours. Example: The user enters 5 days and presses submit, the after insert business ...

JJG by Kilo Guru
  • 1740 Views
  • 9 replies
  • 1 helpfuls

Resolved! How to archive an article in knowledge base

Hello, I am currently preparing the implementation of SN Knowledge Management. Is it possible to archive an article? If an article has not been viewed for a year, for example, can it be archived? I didn't find anything in the documentation or the com...

Peter Nowak by Mega Contributor
  • 2886 Views
  • 3 replies
  • 2 helpfuls

Resolved! How to parse array of objects which are in json.

How to parse array of objects which are in json.?I Have a response[{"UserID":"10001","Name":"Ram"},{"UserID":"10002","Name":"Sultana"},{"UserID":"10003","Name":"Lakshmi"}]As of now i have three records which i mentioned above, now how can i parse it?...

Resolved! How to get a string between quotes?

Hi, i have below string as an example and i need to read the text between quotes. could anyone tell me how to do that in javascript? this is like csv format string but we do not want to split between COMMA and put it in array because some texts betwe...

sry by Giga Guru
  • 3562 Views
  • 20 replies
  • 3 helpfuls

Parallel Flow Launcher issues

We use a Parallel Flow Launcher to request access to applications for multiple applications in one Request.  It has been working fine, with a Parent Workflow and a sub.  I can choose up to 12 applications and it will create a separate task for each o...

velvet by Mega Guru
  • 852 Views
  • 1 replies
  • 0 helpfuls

Resolved! Check if field is a specific value or empty

Using this is an IF check on a workflow, and not sure where I'm going wrong. It's not catching when the field is empty.   var gr = new GlideRecord("sys_user"); gr.get(current.variables.request_for.toString()); gs.warn(gr.u_jobfamily); if (gr.u_jobfa...

How to keep xml formatting in html notification?

We are exchanging code with a 3rd party tool (EasyVista). To do so, we send them xml over SOAP. When something goes wrong, we want to send the xml content that was sent through email to verify the root-cause of the problem. To do so we created an eve...

Image 3.png Image 2.png Image 4.png Image 10.png