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

Forum Posts

Where is the "home_splash.do" page located?

Where is the "home_splash.do" page located (the "loading" page that comes u as your homepage is loading in the background)?   I've went through all the UI pages, and I can't find anything (maybe it's named something odd that I overlooked?). Can anyon...

onsubmit require attachement form widget

Hi GuysI am wondering if any of you guys have done this. I am using the form widget and have buttons as below. Submit Online Referral is a server side button from the backendCancel and save as draft is custom buttonsCancels just leaves the form, and ...

find_real_file.png

Verify User Criteria using a script

Hi therewhats the simplest way to verify User Criteria when KB is searched using a script. GlideRecordSecure only applies ACL verification during query run time, how about checking User Criteria too while searching KB articles using script.For exampl...

Sashi K1 by Kilo Guru
  • 2299 Views
  • 3 replies
  • 2 helpfuls

Resolved! Heatmap report - changing colors

Hello,Please assist me in how I would change the colors displayed on the heatmap report?The default color scheme is from a light blue to dark blue.I would like to provide conditions to reflect green, yellow and red depending on the column the number ...

roneisenberg by Kilo Contributor
  • 3272 Views
  • 5 replies
  • 0 helpfuls

Resolved! How to enable/disable logging for a scoped application?

I understand that gs.info() etc. allows scoped applications to write logs in defined verbosity levels. My question is how to enable or disable the logging of a specific scoped application?Say I run an application 'MyApplication' that logs by using gs...

wolfgangb by Giga Contributor
  • 4201 Views
  • 3 replies
  • 0 helpfuls

Query Workflow for User 'Requested for' Manager

This is an ongoing code I am scripting to query a workflow for the user submitting a request's Manager.   The query is supposed to check the manager field on the sys_user table for whether or not 'manager1' or 'manager2' is the current Supervisor for...

codechaser by Giga Expert
  • 1891 Views
  • 2 replies
  • 1 helpfuls

Multiple update of records in related lists

Hi,I'm having some problems with updating multiple records from the list view of a related list. This used to work just fine, suddenly it stopped working.I can mark the values that I want to change in the list, but when I double click on one of the m...

Resolved! Business Rule condition not always satisfied

Hi Friends,I am facing a weird issue in my business rule. I have below conditions in my business rule. This business rule triggers when "í„ctive" is checked from unchecked and then saved. Business rule is not triggered when "Active" is unchecked from...

Capture.PNG Capture1.PNG

Resolved! How can I set reference field with sys_id?

I have the following code:var gr = new GlideRecord('new_call');gr.addQuery('transferred_to',current.request); // we're looking for the original CALLgr.query();                               // perform the query// If the call that was transferred to t...

richgk by Kilo Contributor
  • 7912 Views
  • 15 replies
  • 7 helpfuls