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

Forum Posts

Adding items to List field on GlideRecord

Hello. I have a CI called "Virtual Server" and it has a field of type List of "Network Interfaces". During my import I would like to find the existing Sys IDs for the Network Interfaces and assign them to the server. I see how to set the value of a R...

Jon_Lind by Kilo Contributor
  • 9871 Views
  • 5 replies
  • 0 helpfuls

formatting issue using email.body_text

Hi, I am investigating an issue where the inbound email action uses the email.body_text variable and is assigning this value to the description field which is a string. The incoming email content is predominately HTML and the description field result...

mark_sonter by Mega Contributor
  • 5251 Views
  • 4 replies
  • 1 helpfuls

Icon or Image to show in column on List

Is it possible to have an icon or small image appear in the list view for a table I have created myself? I created a column of type image, but in the list view for my table, only the path to the images shows, not the image itself. I was hoping to hav...

isailhobie by Kilo Contributor
  • 3042 Views
  • 3 replies
  • 1 helpfuls

Javascript - change text automatically every 10 secodns

Hi,I need help please. Im beginner in javascript and I learn everething from beginning.I created UI page.Result is that UI page display several records each to other (kb query - gliderecord ).I would like to display every record separately one by one...

Pastupe by Mega Guru
  • 6513 Views
  • 23 replies
  • 0 helpfuls

Probe timeout on Powershell Activity

While executing a Powershell activity on a MID Server via a workflow, every so often it fails due to a probe timeout.Fault: Probe timeout reached: terminatingAny idea how to configure the probe timeout? I want to increase it as it's erroring in about...

TimbitGrrl by Kilo Contributor
  • 4257 Views
  • 9 replies
  • 0 helpfuls

Email Notifications based on Parent Record

Hello,I would like to trigger some Change Task notifications when the State on the Parent Change Request is updated to certain values. Should this work using the notifications based on when a record is "Inserted or Updated"? It seem like it should, b...

How to configure a derived columns in the table

I would like to have derived columns in a table. the value of the column is depending on the other column value. (Example , age which is derived from the data of birth column). please adivse me how to populate the value for the derived column. Thanks...

Create Template from Script

Hi,Does anyone know if there is anyway that I can create a template "sys_template" from a business rule populating the template field using values from a from on a table?I have created an "Event Management" Table with an Event Task table. Sometimes e...

re-number old records

Hi all,I have a table that I want to update all existing records with an ID number. How can I do that with a script?any ideas?Thanks!

Joining CMDB CI and Audit tables via sys_id and documentkey

Hi all,I am trying to create a database view. In theory it should be simple. Table A is the cmdb_ci table, table B is sys_audit table. I would like to produce a view where it lists the cmdb_ci items with their corresponding audit activities (field na...

AdityaTW by Mega Contributor
  • 3424 Views
  • 7 replies
  • 0 helpfuls

Set font color in a script?

I am displaying the Caller's phone number on the incident form and setting it to read-only through a script. The script displays the phone number field only if it contains a value, and uses setReadOnly() to set it to read-only. The problem I am havin...

jgerckens by Kilo Explorer
  • 4044 Views
  • 12 replies
  • 0 helpfuls

Reporting - setting thresholds

I have a report that I'd like to run on the number of incidents of a certain template showing the count by user. I currently have this set up as a bar chart, and then it shows a list below with all of the data. I have about 15 users with 2+ incidents...