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

Resolved! Set table record

How to get custom table record from previous run script of workflow which we have insertedeg: insertion of record in custom table:var gr = new GlideRecord('u_c_table');gr.initialize();gr.u_requested_for = current.variables.user;gr.u_status = 'waiting...

Modal UI page is not getting close on Submit

HI All, i've built a UI page that is called by a UI Action in from the Incident form : strike_update(); strike_update(); function strike_update(){ var gm = new GlideModal('strike_update', false, 'modal-lg'); var strikeNumber= g_form.getValue('u_str...

Giampiero1 by Tera Contributor
  • 2185 Views
  • 7 replies
  • 0 helpfuls

subflow context id is empty

I have a flow designer with subflows attached to it.there is an issue with one of the subflow that has empty context and doesn't show the open subflow context after triggering the flow.due to which the flow is paused and do not proceed further.what c...

Populate table fields automatically

Hello. Would it be possible to auto fill in table fields using a script and without the need to reload or refresh the page? My current script successfully computes the result value (highlighted with yellow), but the value automatically displays only ...

Response time is greater for business rule

Hi Team, In transaction logs response time of Business Rule is more than 5 secs. How to fetch the particular Business rule that's causing the issue. Kindly help me to troubleshoot. Thanks,Preethi

Preethi26_0-1709013959124.png
Preethi26 by Tera Contributor
  • 312 Views
  • 2 replies
  • 0 helpfuls

Resolved! Colors according to the reports.

Hi,I have created a pie report where, I have given 4 fields as group by and there are three choices in those fields i.e., RED, GREEN, AMBER. I want pie to display records under red in red color and records under green in green color and records under...

Resolved! Related list fields not auto populating values

Hi. Has anyone encountered an issue where values are not displaying on the related list until the page is refreshed? The data shows up when double clicking a field but does not automatically appear. Thank you. 

fjdb by Tera Contributor
  • 897 Views
  • 5 replies
  • 1 helpfuls

How to populate incident records based on check box

Hello Experts, I created 2 fields in XYZ record producer.1. ABC ( field type is checkbox)2. Select Incident ( field type is reference to incident table) Now my requirement is If ABC is false then in Select Incident field we need to populate my incide...

raj149 by Giga Guru
  • 463 Views
  • 6 replies
  • 0 helpfuls