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

Forum Posts

Configuration Item

Hi, How toauto populate the business_service field based on the configuration item in the change record?

Narmadha PR by Tera Contributor
  • 495 Views
  • 1 replies
  • 1 helpfuls

Resolved! Using flow designer relative conditions

Having an issue where I am setting up a flow to send an email notification out once a the project completion date is 7 days beyond the current date. I have it set to run daily at a specific time, however, the date ranges are not exactly working as ex...

rdskn023ET by Tera Contributor
  • 2985 Views
  • 3 replies
  • 1 helpfuls

List view PopUp open at bottom of browser.

I have an issue that appears every so often.While in list view, the field edit popup will open in strange areas.So, instead of opening right in the field, the popup may appear at the bottom of the list view, open   instead of like this  I've even see...

EricG2_1-1714051224996.png EricG2_2-1714051298284.png
EricG2 by Tera Guru
  • 1855 Views
  • 7 replies
  • 5 helpfuls

Resolved! GlideRecord setting variable outside of If Statement

I've been a developer for 8+ years, and apparently I missed this in ServiceNow 101. Am I going crazy?  why do I get the last nds_code when I'm just capturing the nds_code if number = G280002292 var ndsCode = '';var gr = new GlideRecord(<tablename>);g...

kemmy1 by Tera Guru
  • 1964 Views
  • 5 replies
  • 0 helpfuls

Resolved! Creating a flow that looks for duplicate tasks' descriptions

Background:  There's a flow that creates Demands (Parent) and Demand Tasks (Child).  This same flow has a loop that re-creates a DMNTSK under the parent when the state is Closed Incomplete.  That new DMNTSK's Short Description already exist under the...

Runel_0-1727286980200.png Runel_1-1727286994284.png
Runel by Tera Expert
  • 1312 Views
  • 3 replies
  • 0 helpfuls

Is it is it possible to bypass the DataPolicy

Hi , Is it possible to bypass the UI policy? i am having a process flow on the problem form,  and made few fields are mandatory on the form. now my requirement is to bypass the UI policy and i want to update the fields on the problem form through sch...

pavam by Tera Contributor
  • 866 Views
  • 2 replies
  • 0 helpfuls

Resolved! Reports

I need to create a report that combines data from the Incident and Problem tables. Is this possible...?

Anantha27 by Mega Guru
  • 1635 Views
  • 8 replies
  • 2 helpfuls

Resolved! List collect showing "No matches found"

I have a list collector that points to a table for it's values. If a non ITIL role user tries to use the variable, they get "No matches found". The table only has the default ACL & user it was setup with. What's going on here? Has anyone else run int...