We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Resolved! Pass variables using Parallel Flow Launcher

Hi allI do want to trigger a sub-workflow out of a workflow. The workflow shall pass two parameters to the sub-workflow. How can this be achieved?Input 1: action, select box, choices('create','update','delete');Input 2: CI, list collector pointing to...

Resolved! GlideAggregate not working on dot walked variable?

Function below outputs the correct count of each "u_process_attribute.u_name" however it doesn't print the name of the u_process_attribute.u_name. Thoughts?getRating: function(assessment) {var assessment_sys_id = assessment; // Change this to do calc...

agoel by Kilo Explorer
  • 4712 Views
  • 4 replies
  • 4 helpfuls

Resolved! How to add a pie chart to a widget?

I need help on how to add a pie chart to one of my widget. I am look for something similar to this one on Google's dev site.   This is the code that Google has: <html> <head> <script type="text/javascript" src="https://www.gstatic.com/charts/l...

find_real_file.png
JDX7913 by Tera Guru
  • 4101 Views
  • 3 replies
  • 6 helpfuls

Resolved! Rename a form section

I've personalized a form and added a new section to it and filled out the fields I needed.   Now I've been told that the section needs to have a different name.   I'm not seeing any way to change the name of the section.   How's this done?

grosch by Mega Expert
  • 8458 Views
  • 5 replies
  • 9 helpfuls

Resolved! What is causing this missing New button on Incident related list

I have a customer whose user cannot see a New button on a related list on the Incident form. However I can see that button when I impersonate that user in DEV, TEST and PROD. This points to a local cache issue of some sort. But the user has cleared h...

Tony V by Kilo Sage
  • 5960 Views
  • 6 replies
  • 4 helpfuls

Reuse test for further steps without copying

Hi there, I am trying to find a way to reuse steps performed for a test (e.g. Impersonate, Open a New Form, Set Field Values, Submit a Form, Open an Existing Record) without copying the whole test into a new one. In our application we have to fill in...

danielaz by Tera Contributor
  • 2111 Views
  • 2 replies
  • 4 helpfuls

Resolved! OOB ACL and Custom ACL Iteraction

Hello People. Specific group (data_integrity) of users request permissions to edit Phone field on the Location form. However,  the Location is not editable for users due to the ACL which allows to edit Location only users with the security_admin rol...

find_real_file.png find_real_file.png find_real_file.png
zzsrvnow by Giga Contributor
  • 5086 Views
  • 13 replies
  • 6 helpfuls

Resolved! When to run Inbound email action - exact email address

Hi guys,   In the Inbound email action in the When to Run conditions I have a few conditions so that the inbound rule will trigger only if the Recipients, To and Copied matches a pattern which is an email address. So if the one sending the email is a...

find_real_file.png
Bogdan18 by Tera Guru
  • 4291 Views
  • 7 replies
  • 2 helpfuls

Resolved! getFields question

Hi, I'm trying to get the fields for any table. The following code snippet works for incident but not for pm_project. Any help is appreciated. var gr = new GlideRecord("incident"); gr.query(); var fields = gr.getFields(); gs.print(fields.size()); Reg...

Yusuf5 by Kilo Guru
  • 2588 Views
  • 4 replies
  • 2 helpfuls