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

Forum Posts

Resolved! adding roles to user

This is the script for adding roles to the user, which I copied from wiki. Can anyone explain what is accumulated_roles here and why we convert this to string?var gr = new GlideRecord("sys_user");gr.query(); while(gr.next()) {   if (gr.accumulated_r...

sunnysunny by Kilo Contributor
  • 9138 Views
  • 13 replies
  • 3 helpfuls

Resolved! How to create a popup on incident form for a service field

Hello, we have one record producer named as "Report an Issue" , Upon selection of "category" in "report an issue" record producer pop up is coming to display that you are raising issue for "name of the service" service and have a user clickable optio...

srilakshmi9 by Mega Contributor
  • 4649 Views
  • 38 replies
  • 0 helpfuls

Export MRVS into Excel or CSV file

Hi, I need a way to export multi row variable set data into Excel or CSV file. The MRVS is present in the Requested item table. Anyone have any idea about this functionality ?   Thanks Aravinth    

Resolved! Get Inactive users using GlideRecord

Hi All,I would like to get the Manager id of in-active user id. So, to get the "In-active" user using Glide Record, I am using following scriptvar gr = new GlideRecord('sys_user');gr.addQuery('sys_id', gs.getUserID());gr.query();it return a user data...

varadharaj_a by Kilo Contributor
  • 8890 Views
  • 31 replies
  • 5 helpfuls

Resolved! Display Quarter number based on date in Year

1.Quarter number2.Current numberDisplay Quarter number based on dateEx: Jan   to march   Between related dates Display Quarter -1April to June Between related dates Display Quarter -3 etc.Ex: now Current date: 2017-01-20       week: Quarter-1;now Cur...

chanikya by Mega Sage
  • 8246 Views
  • 37 replies
  • 10 helpfuls

Resolved! Show Activity Stream button

Hi All,Is there a way to enable "Show Activity Stream" button on the form header for HR Case (sn_hr_core_case) table. This button is available on all the child tables of HR Case, but not visible on the parent table. Visibility of this button on child...

ars1 by Kilo Contributor
  • 3753 Views
  • 3 replies
  • 1 helpfuls

Cannot Install MID Server

Cannot install MID Server as the ServiceNow MID Installer requires administrator level privileges prompts even though I am trying to install it as an administrator. I also tried from elevated command prompt and still gives the same error.

find_real_file.png
Santosh51 by Kilo Contributor
  • 3367 Views
  • 5 replies
  • 4 helpfuls

Resolved! UI Action to open newly created record in new tab

Hi Team, on an incident form we have a UI action  - create problem, when create a problem is used a problem will be created with an incident as a reference to it  now we want to open the newly created problem in the next tab of the browser (one tab w...

gtk by Mega Sage
  • 4064 Views
  • 2 replies
  • 3 helpfuls

Walk-up Experience, how can I default the walkup location?

I the Walk-up portal the first screen is to select a walk-up location. We only have 1 location and would like to default the location so the user will not have to select it. Or can I default the location and skip that screen altogether and go directl...

clyon by Tera Guru
  • 1858 Views
  • 6 replies
  • 0 helpfuls