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

Forum Posts

Resolved! UI Macro Causes HTML tags to Display

Hello, A piece of XML in a UI Macro that hasn't changed since 2014 is now causing HTML tags to display on the user end.  The UI macro involves some old Jelly functionality and specifically a glide.ui.escape_text.  Attached is the UI Macro causing the...

petemauro by Kilo Contributor
  • 1858 Views
  • 4 replies
  • 4 helpfuls

On-Call Schedulling- How to create a simple roster?

Hello Guys,    I am looking for a approach (infact to know is it possible or not), regarding creation of auto roster. Requirement :  1) Group of 25 Users. 2) 3 Shifts: Morning, Afternoon & Night.--with minimum 3-4 members in a particular shift  -----...

Resolved! Map to Requested for field on Request table

Hi guys, I have created a catalog item. So once i submit the item, i want to populate Requested for field on Request with the User field in the catalog item. How can i do that? I mean how to map catalog item fields to its Request fields?   Regards, I...

Indup by Tera Expert
  • 1834 Views
  • 5 replies
  • 0 helpfuls

Approval for a Record Producer

I have a Record Producer which creates a Record in a custom table. I need an approval activity before or after creation. Hope its not possible to have approval before creation as the user submits the request on portal, the record is created automatic...

current.setAbortAction(true) is not working properly

I have on before business rule as below. var val=current.getValue("abc"); var env=current.getValue("def"); var va = new GlideRecord("u_sap_transport"); va.addQuery("u_transport_number",val); va.addQuery("u_environment",env); va.query(); if (va.next()...

Resolved! auto Populating the values in a form using glideajax and script include

Hi All, I have a requirement to auto populate the field values (email, mobile, manager, department) when I change the user Using script include and glide ajax    I tried the script below but not working fine    please help     Client script onchange ...

Vijay8 by Giga Contributor
  • 4958 Views
  • 7 replies
  • 7 helpfuls