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

Forum Posts

Resolved! Embedded List Control

I am trying to set up an embedded list and use the "Omit Insert Row Condition" property. I have tried but cannot figure out what kind of condition I need to set up so that it will work properly. What I am trying to do is whenever the state on our Sto...

mmcbride1007 by Tera Contributor
  • 12321 Views
  • 14 replies
  • 0 helpfuls

Resolved! Add additional column in Global Search result

Hi folks,In the global search result returned records, is there a way to add additional column, for example, it currently returns Number, Short Description, SLA Due, Status , etc on Incident table. I was wondering if I can add a new Assigned To colum...

find_real_file.png
georgechen by Kilo Guru
  • 3945 Views
  • 3 replies
  • 4 helpfuls

Resolved! Client Script - if Statement with "OR" ||

Hello,I cannot figure out how to get this "if" statement to work in a client script.   I know it's a syntax issue, but I cannot figure it out.This works:   if ((risk == '') && (changeType != 'Standard'))   {   g_form.removeOption('state',2); // Sumbi...

Resolved! Reporting on CMDB relationships

We have relationships established in our CMDB between Application Instance CIs and the Server CIs that host the instances.   And we would like a list of all the Application Instances showing the servers for that instance (see below).   What's the bes...

kwi by Kilo Contributor
  • 5173 Views
  • 3 replies
  • 1 helpfuls

Resolved! Assessment Notification Script

Hi,I have notification for Assessment metrics (Survey) which triggers and survey is received in email. But I do not want to display the URL instead want to show Click here. On clicking "CLICK HERE" it should redirect the survey link._________________...

Resolved! Add custom field on activity log

I have a custom field in incident form. As a service desk user, I want to log history of change in custom field in Incident form's activity log, so that I can check activity logs when these fields are changed.How can i achieve this requirement?Thanks...

Resolved! application importing to my instance

How can I import and use already created application in my instance? I have a xls file. But how to import that all data from Import sets and to use application by the proper way?

learnow by Kilo Guru
  • 5803 Views
  • 9 replies
  • 7 helpfuls

Resolved! Processing json data : list of string with comma

I need to process following type of json data in client script{"mainCIid":"0b5999ee37f432007deb98a543990e14","roles":[{"perimeterIds":"e4c389cc0fd731006c18929792050e42,dace047f0f7852406c18929792050e8b","perimeterNames":"String 1, String 2"}]}perimete...

pbo by Mega Expert
  • 13665 Views
  • 8 replies
  • 0 helpfuls

Resolved! Default to UI16 for all users

Hi,We are about to test Istanbul and we are moving to UI16 as part of the upgrade.How can I make UI16 default for all users and remove the 'Switch to UI15' button on the Settings menu?Thanks!Emma

ebaileyybs by Tera Expert
  • 4419 Views
  • 3 replies
  • 9 helpfuls

Resolved! How to cancel a hung scheduled job?

We have some scheduled imports that run every night and for whatever reason they are hung. I can manually run them but they won't kick off automatically when they should. It doesn't give me the option below to change the state. Any ideas? TIA

2017-02-17_6-08-40.jpg

Resolved! REST API response in Json format

Hello,I am very new in the web service.I want to access a third party URL and retrieve data in json format using get method.I have created a REST message and using get method am expecting a json format but not coming as [],but status is 200.What the ...

find_real_file.png find_real_file.png
salu by Mega Guru
  • 7655 Views
  • 9 replies
  • 2 helpfuls

Resolved! Attachment Indexing - Where in attachment text found

I have a requirement from our business with attachment indexing to not only return a record that has an attachment that contains specified text but to also tell them where within the attachment it has found it.I can't seem to find any information abo...

graham_c by Tera Guru
  • 2619 Views
  • 2 replies
  • 1 helpfuls

Email Script; help with a template.print statement

Hi all,I am trying my hand at html reporting via email notifications / scripts.   I would like to enhance what I have so far, with including a hyperlink for the ticket number.I have this template.print which works correctly, however, does not have a ...