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

Forum Posts

Resolved! sn-record-picker Order by ?

Hi, My question is simple :  I have a sn-record-picker, and i want to order the field following a specific order. In my case :  <sn-record-picker default-query="name_long!=NULL" field="c.cityPicker.conf" table="'city'" value-field="'sys_id'"...

User673228 by Kilo Expert
  • 3185 Views
  • 3 replies
  • 4 helpfuls

Hide <div> from button click in widget

Hi, I am making a widget that has a div section containing content, and an input of type button:<div id="main"></div><div><input type="button" ng-click="myFunction()" value="Hide Content"></div> I am trying to hide the 'main' div element inclusive of...

Resolved! Export of incidents to PDF

There are 240 incidents that we need to PDF and send do someone.  Instead of doing it one by one as we need the export to be of the form is there a way to export each incident as a PDF via a script?

brianlan25 by Kilo Patron
  • 10959 Views
  • 7 replies
  • 7 helpfuls

Resolved! email script returns undefined

in the email notification , we have an email script that returns undefined , any ideas please?   template.print("vendor:  "+ current.variables.vendor_name + "  submitted by : "+current.variables.requestor.getDisplayValue() +"  was added to the vendor...

find_real_file.png find_real_file.png
sonita by Giga Guru
  • 2862 Views
  • 4 replies
  • 0 helpfuls

Resolved! Knowledge article redirection is incorrect.

Hi All, Trouble redirecting to latest version from older version of knowledge article. So the above is the older version and that is the reason I can see a text saying its an outdated and click on the red text to navigate to newer version. (Please r...

find_real_file.png find_real_file.png

Resolved! Restart workflow from background script

Hi, I'm trying to restart a workflow running on a custom table to restart from background script. Workflow restart function call accepts current object of type GlideRecord but the challenge is how to call the current object in background script.  Cou...

G Balaji by Kilo Guru
  • 13948 Views
  • 2 replies
  • 11 helpfuls

Model Name and Model Number

I’m seeing something odd in hardware asset table and wondered if it had to do because Name and Model Number do not match.  Model is showing up as both “EliteBook 830 G5” and “EliteBook 830 G5 Notebook PC 13"” in my asset table (see below).    Usually...

find_real_file.png find_real_file.png
CindyS1 by Kilo Explorer
  • 4955 Views
  • 2 replies
  • 0 helpfuls

Add Roles to Groups from Transform Map

I am attempting to write an onAfter Transform Script to assign roles to groups based on values from the loaded spreadsheet. The transform map would create the groups, then the script would run to determine which roles go in each group based on whethe...

Resolved! How to update system font with new font family?

Hello all,Simple requirement, but proving tricky!I need to update the entire system font to Ubuntu, but this is not a font family that is in the system by default. I have created the following UI Script (taken from a previous post), but this does not...

CharlesR1 by Kilo Guru
  • 4530 Views
  • 4 replies
  • 2 helpfuls

Resolved! Limit records in Data Table from Instance widget

I need to limit the number of records returned to  my "Data Table from Instance" widget (not the page size), but there doesn't seem to be an option for this.  I have hundreds of records in the widget and want to limit it to 100. I cloned it and the w...