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

Forum Posts

How to create auto save functionality in the incident form

Hi Experts, I need to create an Auto-save functionality in the incident form. I read many posts regarding this, but I didn't understand. It would be great if anyone could navigate me to the correct post or give me any insights on this! When someone o...

Amol Pawar by Tera Guru
  • 1796 Views
  • 10 replies
  • 2 helpfuls

Cant display report data

Hi All,  Im trying to run this report but I see the following message showing:  I have already share this report with a group I am in but this doesnt fix the issue.

dev_K_0-1734693363617.png
dev_K by Tera Contributor
  • 636 Views
  • 6 replies
  • 0 helpfuls

Can plugins be domain separable or not

Can the plugins that are already installed can be domain-separable or not?Can we maintain the set of plugins only for a particular domain (i.e  ITSM for domain A and CSM for domain B) if yes the process would be helpful

Community Alums by Community Alums  
  • 641 Views
  • 4 replies
  • 2 helpfuls

Write a script to print Incident count based on priority.

Below is my script which is not giving expected O/P. var gr = new GlideAggregate('incident');gr.groupBy('priority');gr.query();var count = 0;while(gr.next()){    gs.info(gr.priority);    count = count + 1;    gs.info('Count is ' + count);}

Parth_S by Tera Contributor
  • 1375 Views
  • 10 replies
  • 1 helpfuls

Assignment Rule Script Not Working

I'm not sure why my scripts in the assignment rule are not working.The above script is not assigning Hardware to the Category field on the incident.  Any idea why?  

Randy33_0-1695559789638.png
Randy33 by Tera Guru
  • 922 Views
  • 3 replies
  • 1 helpfuls

Resolved! How to set up query to search for values in an array

Hi all,  I have an array of asset tags, and I want to check in the cmdb_ci_server table to see if they are there.  I want to make it so that the function returns false if even one of the values in the array is not in the cmbd_ci_server.  I know I cou...

gunishi by Tera Guru
  • 1998 Views
  • 10 replies
  • 3 helpfuls

Combining Tables

I have two table i have common keys As Cloud in both the table but they are not primary key. How can i combine them. Is there any other way to combine to combine them. 

sapnasarkar by Tera Contributor
  • 1549 Views
  • 17 replies
  • 0 helpfuls

Resolved! How to get MRVS variables data?

We have a scenario where all HR case/RITM variables are saved in the description. The problem is that MRVS variables are show the same as normal variables. (Hopefuly the list shows you what I mean.)Var1: ValueVar2: ValueMRVSVar1: Value[0]MRVSVar2: Va...

Resolved! UI Action to duplicate the existing record

Hello Experts, I need to build a ui action on custom application table, the expected functionality is when a user clicks on that ui action, a confirm box should be displayed and once clicked on ‘OK’, a duplicate record should be created with all fiel...

Rocky5 by Kilo Sage
  • 2404 Views
  • 18 replies
  • 0 helpfuls

Resolved! Creating surveys from a script

When using new SNC.AssessmentCreation()).createAssessments, how do you associate the newly created survey with a task record? For example, an incident, change request, etc, like happens when you use the trigger.  I can associate it with a record if y...

Tim34 by Tera Contributor
  • 3464 Views
  • 8 replies
  • 3 helpfuls

Resolved! Broken Email Notification - Yet Preview Works

Hello, smart folks.  What am I doing wrong here, please? ... I created a notification which looks like this: The associated Email script looks like this: When I use the "Preview Notification" button, and supply the record number of an HR Benefits Cas...

222.png 333.png 000.png 111.png
G24 by Kilo Sage
  • 1629 Views
  • 9 replies
  • 1 helpfuls