Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

CAD Question

Which of the following is not supported by Flow Designer?a. Call a subflow from a flowb. Test a flow with rollbackc. Use Delegated Developerd. Run a flow from a metric Base triggere. Automated test framework Can anyone respond to this? 

Snow preck by Tera Contributor
  • 1958 Views
  • 4 replies
  • 5 helpfuls

Resolved! Document Generation from Servicenow

Hi, I want to print servicenow data onto word document and show paragraphs in word document based on user selection in servicenow, for example priority is High - High priority paragraph should be visible similar way, can ServiceNow Document Designer ...

srujancherr by Tera Contributor
  • 834 Views
  • 3 replies
  • 1 helpfuls

Asynchronous GlideAjax call causing issues

Hi Community, As this is asynchronus call, the array value is getting calculated after JSON object and JSONArray initiation which causes array value to be empty and hence 'monthly_fixed_price_to_be_invoiced' is always empty. I thought to use getXMLWa...

Help Needed with Condition Script in 'Look Up Records' Action

Hi, I’m trying to write a condition in the Condition Script snippet of the ‘Look Up Records’ action in Flow Designer, but I’m unsure how to write it correctly and return the expected results. Requirement:The condition script should return records whe...

AnkitBalapure_0-1748697417502.png AnkitBalapure_1-1748697743819.png AnkitBalapure_2-1748697848085.png

Resolved! GlideRecord Query

Hi Developer,I am running a GlideRecord Query written below:var myObj = new GlideRecord('sys_user_grmember');myObj.addQuery('group', '=', 'Database');myObj.query();gs.info("Returned record count = " + myObj.getRowCount());I want to know the number of...

Saurabh _ by Tera Guru
  • 11383 Views
  • 8 replies
  • 5 helpfuls

How to make attachment mandatory

HI, when a specific State  Test  is set to Yes. The goal is to allow form submission only after the attachment has been successfully uploaded; otherwise, a popup should appear. You've implemented code that successfully triggers the popup when the att...

Require a link to be clicked before proceeding to next step

We have a requirement to require a link to be clicked before proceeding to the next step. We are flexible in the manner of "next step", whether it be a button or a checkbox.  Examples:1. Pop-up that requires a link to be clicked before selecting "Nex...

heathers_ by Kilo Sage
  • 683 Views
  • 1 replies
  • 0 helpfuls

Sys_popup view for a specific table

We created the view "sys_popup" in the table "ast_contract". This view should be applied when we preview contracts from another records table "Vendor Engagement". As a user when I open Vendor Engagement and preview Contract, the sys_popup view is not...

Marius8 by Tera Contributor
  • 1882 Views
  • 5 replies
  • 0 helpfuls