We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

Resolved! DOM manipulation

Can anyone suggest replacement functions for DOM manipulation technique (e.g., jQuery, Prototype JS($ or $$), gel, document) in Client script and Catalog client scripts function getParmVal(name){       var url = document.URL.parseQuery();       if(ur...

reddys by Kilo Contributor
  • 5705 Views
  • 4 replies
  • 5 helpfuls

Resolved! Add a new line in description

Hello, I'm creating a catalog item request so that new items get added to our Product Catalog. I want to include the Manufacturer (Brand) and Model Number (Manufacturer Reference) in the description field of the Hardware Model record, but it's not po...

find_real_file.png find_real_file.png
kesha by Kilo Contributor
  • 10830 Views
  • 5 replies
  • 5 helpfuls

Resolved! How to populate the current date in email notification?

Hi,I am trying to populate the current date in the email notification by using an email script.Here is my email script: Test var created = new GlideDateTime(); gs.log("created"+ created); template.print(created); My notification subject is:Your Ti...

Remote file import

We had a remote file import setup to link to a mid server to pick up a csv file with our HR data.   This worked fine in Eureka but since upgrading to Geneva its stopped and I cannot work out why.Can someone please advise if they have had similar issu...

mrcarter by Tera Contributor
  • 3858 Views
  • 9 replies
  • 0 helpfuls

Reporting on activity log

Hello,Has there been any leeway with the ability to report on the activity log of a ticket. For example, I would like to condition the data and time that any field was changed in a request and display what the change was. Simply I need to report on t...

BK9 by Tera Contributor
  • 4247 Views
  • 7 replies
  • 0 helpfuls

Resolved! Service Portal - Icon link that opens a new window

I am looking for a way to create a custom Icon Link widget to direct the user to a URL, but to open that URL in a new window instead of the portal page.I've made a copy of the baseline Icon Link widget, but am unsure as to how I might change the beha...

shill by Mega Sage
  • 12297 Views
  • 6 replies
  • 20 helpfuls

Resolved! Create Outage record

How to create an outage record when an impacted service record is created on that incident?can any one help?

Harish KM by Kilo Patron
  • 5223 Views
  • 4 replies
  • 0 helpfuls

Resolved! How to call onload script in jelly

Hi All,I have a dynamic block on homepage , in dynamic content I have created a button and onclick of button I am calling a function and based on the input(userid) given , reports will be populated for that particular user. This is working fine.But i...

jeevitha3 by Kilo Contributor
  • 9704 Views
  • 13 replies
  • 8 helpfuls

Resolved! SYS_User Table Clean up(Deleting/Removing)

I need to clean our sys_user table but before i want to ensure I do not remove accounts that are already tied to task record,Has anyone done this?What steps were taken?What are the pitfalls?I realize removal and deleting of users goes against best pr...

eachand by Kilo Contributor
  • 4960 Views
  • 4 replies
  • 0 helpfuls

Resolved! Reference field not saving on a form

I have two fields - say "User Group" and "User" - on my incident form where the User field is restricted by means of an advanced reference qualifier (using Javascript) to be one of the users in the user group.   The dependency is working correctly.If...

johnsgp by Mega Expert
  • 4451 Views
  • 3 replies
  • 0 helpfuls

Resolved! best way to complete large queries?

Hi all.Is there a better / more recommended way of dealing with large queries other than just glide record searches? I wrote a custom script to query a table of tasks. After the initial run it would only be dealing with small numbers but because I'm ...