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

Forum Posts

How to use gs.print() method in GLide element

Hello ,We have created one server script and in that we haev userd the gs.print () method.var count = new GlideAggregate('incident');count.addQuery('active', 'true');count.addAggregate('COUNT', 'category');count.query();     while (count.next()) {   ...

ycs1 by Kilo Contributor
  • 12175 Views
  • 4 replies
  • 6 helpfuls

How to deactivate/disable Activity Stream?

Hi all,  We have upgradet to Eureka and now I want to disable the Live Feed plugin in general or remove at least the Activity Stream button.I've tried to add a global UI script with the following code:   addLoadEvent(hideLiveStreamButton); function ...

BerndKlus by Kilo Expert
  • 5188 Views
  • 6 replies
  • 1 helpfuls

Resolved! User unable to login into ServiceNow

Hi ServiceNow Community Developers,I have a user who, for some reason, is unable to log into the system in prod. When I impersonate him I get the same issue as him, I cannot open any application / module, I can see the left hand application nav but I...

johannes5 by Giga Expert
  • 4932 Views
  • 2 replies
  • 0 helpfuls

Emails going to inbox instead of received

Hi Im trying to transform an excel file contained in the email sent to my instance. The problem is its going to the inbox instead of received. i have tried puttinggs.eventLog in the inbound action but that is not even logged. what could be the proble...

Resolved! Text_index event

Hi All,Can anyone tell me when does the 'text_index' event get triggered and what is purpose of triggering this event?Thanks in advance,Aswin Siddalingam

How large can an integer be in ServiceNow?

Hey!I created an integer type field on a form. Whenever I try to insert a number larger or equal to 1000, the system automatically assumes it's 1.000, as in one unit, instead of 1000. I've tried "quantity.replace(/./g , "");" and it doesn't work. As ...

What is GlideXMLUtil()?

Dear Friends,Below is some portion cut from the script which is used to receive XML data from external party. I am able to understand "XMLDocument" which is a script include and we are calling functions define inside it. But i am not able to understa...

ramandeep by Kilo Contributor
  • 3452 Views
  • 1 replies
  • 0 helpfuls

highlight a field red

What would be the best approach to highlight a field red?   The goal is to have all required fields highlighted in red if they are blank or set at a default value.   I have tried using Field Styles with "border-style: solid;       border-color: #ff00...

taddparris by Kilo Expert
  • 4701 Views
  • 10 replies
  • 2 helpfuls

Resolved! Can we add a common view to parent and child tables?

Hello all!!Hope you are having a great Monday morning! So, I have a question about views. I have a parent table, say Task, and it's child tables, Incident, Problem etc. Is there a way for me to create a view for Task, that also applies to all child ...

Setting a Reference and corresponding dot walked fields

Hi Team,I am not sure if this is technically feasible and hence thought of reaching out to the group.Current Layout :On my timecard, I display resource plan which is a reference field and I display the corresponding dot walked fields of Resource Plan...

find_real_file.png find_real_file.png find_real_file.png
kagarwni by Kilo Expert
  • 3630 Views
  • 13 replies
  • 0 helpfuls