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

Forum Posts

Resolved! Adding work note with UI Action

Using the UI Action of "Create Incident" I'm trying to add a script so that it will log the incident number into the work notes fromthe previous incident.   I've tried all different scripts and nothing is working for me.   Here is the current script ...

thenckel by Mega Contributor
  • 8603 Views
  • 5 replies
  • 1 helpfuls

Resolved! Automatically create related records based on date fields?

Hello all,On our Purchase Order table(proc_po), we will be creating PO's for service provisions (not physical products), and these will be charged on a per month basis.We have been asked to create PO Line Items (on the table 'proc_po_line_items') bas...

CharlesR1 by Kilo Guru
  • 2184 Views
  • 9 replies
  • 3 helpfuls

add script generated HTML code to Ui Page

Hi all,is it possible to generate HTML code via Client script and use it as HTML?e.g.-------------------------------------------------------------------------HTML:<?xml version="1.0" encoding="utf-8" ?>   <j:jelly trim="false" xmlns:j="jelly:core" xm...

BerndKlus by Kilo Expert
  • 2941 Views
  • 5 replies
  • 0 helpfuls

Resolved! Copy description from Change Request to Change Task

Hi,I have been trying to auto populate description value from a Change Request to Change Task. Not having any luck Been trying to use Business Rules.At present, we have a standard change template that has change tasks automatically populated through...

peggy1 by Kilo Contributor
  • 4830 Views
  • 12 replies
  • 0 helpfuls

Resolved! Filter ui_reference in a UI Page

I have an Assignment Group and Assigned to fields on an UI Page. I want to filter the Assigned To list by "active=true^roles=itil" and the Assignment Group. I don't know how to do this, and there isn't much documentation. Any ideas?I tried adding "'Q...

Resolved! Line Breaks (<br/>) in UI Pages duplicating

I'm trying to create a UI Page to display some information off the group form. However when I try to split a line using a <br/> tag, when it renders it is duplicated.  UI Page Code:<j2:while test="$[groups.next()]">   <tr>       <td>$[groups.name]</t...

wollman1 by Mega Contributor
  • 9336 Views
  • 13 replies
  • 4 helpfuls

Resolved! populate select box from glide record

Hello all,         So I am creating a UI page that requires a select box to become populated with values that are stored inside a custom table. The custom table         has a column that contains a 'choices field' with several different choices. I a...

techies by Kilo Expert
  • 3648 Views
  • 19 replies
  • 2 helpfuls

Filter a lookup field by logged in user

I thought this would be easier in some way but I think it's more complex than I thought.I have a custom table that has rows of business units associated to employees via employee IDs. I need to be able to filter all the results in a look up select bo...

KB15 by Giga Guru
  • 3358 Views
  • 4 replies
  • 0 helpfuls

Resolved! getFields is not available in scoped apps

I would like to duplicate a record before further processing it but I don't want to create it by hand identifying each field name and copying it over.   Instead, I would like to iterate through all the items.In non-scoped apps you can use getFields f...

How to call an AJAX Script Include from a Business Rule

I have a client script that uses AJAX to call a script include to do a validation check. This is working from the Client script. I want to re-use this code to also run the same validations from a Business Rule. How would I structure the call from the...

leslie8 by Mega Expert
  • 8774 Views
  • 4 replies
  • 6 helpfuls