Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Customise the columns of information shown on Change Schedule

Hi All, Just wanting to check in if anyone has successfully found a way to customise the columns of information shown on the Change Schedule module? Screenshot of what I'm talking about below: I also noticed that you can access the Config icon on the...

change_schedule_1.PNG change_schedule_2.PNG
Bernard10 by Tera Contributor
  • 1211 Views
  • 1 replies
  • 0 helpfuls

How to call flow designer from workflow ?

Hi all, Is it possible to call flow designer from workflow and passing parameters from workflow to flow designer. Does Code snippet in flow designer is the only way? Regards,Nithya

Resolved! how to translate custom table field values

I have to translate the data in custom table. I have tried translating in sys_translated_text table but it is not working. (tried in translated/field labels table as well).please help on this issue. TIA.    

KukunooruRavi_0-1676635456229.png KukunooruRavi_1-1676635581246.png

Resolved! Populate groups and roles based on selected user

Hi All I have a form where I would like to populate 2 reference variables - one with all the roles a user has, and one with all the groups a user is a member of. The wrinkle is that the list of groups / roles needs to be based off another reference f...

Kai Tingey by Tera Guru
  • 2039 Views
  • 2 replies
  • 3 helpfuls

search for requested for

Trying to find all requests for a specified user. Then creating tasks based on those requests.  Getting error Evaluator: com.glide.script.RhinoEcmaError: Cannot read property "requested_for" from null script : Line(4) column(0) 1: var applic...

Jim Sheldon by Tera Contributor
  • 1695 Views
  • 6 replies
  • 2 helpfuls

Resolved! Contextual search doesn't show up on record producer

I added a macro field on record producer and configured as follows. This doesn't display on the record producer. Also by default what value does it take for the search to work. Is there a field I need to define?  

samadam_0-1678241034141.png
samadam by Mega Sage
  • 2230 Views
  • 3 replies
  • 1 helpfuls

Resolved! g_scratchpad not defined : error coming onSubmit catalog client script

Hello All,I have written one catalog client script using g_scratchpad.It is working on portal but on the backend side form.Please let me know how can this be solved.Script: function onSubmit() { var actionname = g_form.getActionName(); if (g_scratchp...

app by Mega Expert
  • 7702 Views
  • 22 replies
  • 2 helpfuls

Resolved! Create alert for a service catalog variable

I have a need to create an alert on a variable at the SCTASK level/table.  Need the alert to display below the requested for variable.  I can get the alert to display on the form but cannot figure out what I am doing wrong that it will not display be...