Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Forum Posts

how to create report ?

hi all,  Looking for functionality  that will allow me to measure assignment group lifespan per incident ticket or amount of time taken before the incident ticket is assigned to another work groupReport will be needed to determine amount of time spen...

Community Alums by Community Alums  
  • 1516 Views
  • 7 replies
  • 1 helpfuls

Run powershell script for remoting on MID server

I am trying to run a powershell script on MID server for transferring a file from MID to an external server using flow and action. I am using script step to insert cmd on ecc queue for MID server and am not using the powershell step since I do not wa...

Use system property in gliderecord endoced query

I have created a  system property that stores sys id. comma separated I have requirement to exclude these in gliderecord .the script is not working Script :var listOfVariables = gs.getProperty('variables_exclude');                var variablesArray =...

Add 3 months to date.

Hi All,I'm struggling to add 3 months to an existing date field. The following code below should look up the user and add 3 months to their eligibility date.DELSetEligibilityOnAssignment();function DELSetEligibilityOnAssignment() {   var gr = new Gli...

arobertson by Tera Guru
  • 12286 Views
  • 24 replies
  • 11 helpfuls

Proposed Method for Modifying OOTB Script Includes

Proposed Method for Modifying OOTB Script IncludesI have a method that I plan to use for modifying OOTB script includes. I'm looking for feedback on the method. What do you see as the upsides or downsides of this approach? Sometimes we need to modify...