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

Forum Posts

Resolved! Flow Designer GlideRecord vs Client Script

Hello, I'm working on a Flow Designer action that is meant to pull a list of records from a GlideRecord and output the response to an array. It seems to be working with a caveat.     var company = inputs.company;    var contacts = [];    var grContac...

Hide choice from List field type

Hi Everyone, I have list type of field which is not referring to any table but have certain choice. Refer below screenshot of dictionary of the field. The requirement is to hide certain choice value dynamically based on some condition, like checkbox...

find_real_file.png
dmathur09 by Kilo Sage
  • 2172 Views
  • 7 replies
  • 0 helpfuls

Resolved! "State" remains open when Request State is "Closed Complete"

After the sctasks are closed the ritms are closed, once the ritms are closed the "Request state" is set to closed but the "State" still remains open and the ticket has a time stamp of when its closed.  Looking back a few months ago, this was not happ...

find_real_file.png
Sysop by Tera Contributor
  • 3825 Views
  • 11 replies
  • 1 helpfuls

Auto populating fields from one table to another

Hello , We have a requirement where we have to populated info from one table (say model table) to other (say CI table). For the relation between these two tables, we have this field called Model name on CI table. Requirement is that we populate some ...

Spandana P by Tera Contributor
  • 1516 Views
  • 3 replies
  • 0 helpfuls

Changing field color based on Null Variable

ok let me explain this better..   i have a Multi Line Text Field  "Field1"  and i am using that field to Turn the Color of the text and backgroud of another Date Field "Field2" if "Field1" is not NULL   I know i can do it with out code but our requir...

Resolved! How to copy data using fix script from one table to another table

Hello Community,   We have m2m table between two table 1.is global(Status of the Airplanes) and 2nd  is scoped table(Flights Airplane) and we have data in the m2m table. only two reference field values in the m2m form one is Status of the number and ...

Nagesh5 by Tera Contributor
  • 1937 Views
  • 3 replies
  • 2 helpfuls

Resolved! Custom Table Query on every Catalog Item

Hi, As we are building our new Servicenow Platform at my company, I am task with developing/designing all of our Catalog Items.  The way that their processes are for each of those catalog items are unique.  I created a custom table that will help dri...

Dazler by Mega Sage
  • 1156 Views
  • 2 replies
  • 1 helpfuls

Resolved! Close window after record producer submitted

Is it possible to close the browser once a record producer has been submitted? Or, is it possible to redirect the user to the log out page with a message stating that their incident has been submitted? Is it possible to include a cancel button on a r...

Blair5 by Tera Guru
  • 3544 Views
  • 8 replies
  • 0 helpfuls

Schedule report for a time interval.

How can I schedule a report which will send an email daily to all the recipients at 9am during some time interval. Like I want to schedule the report to be sent from <Start Date> and <End Date>. For example, I want to schedule the report to be sent d...

find_real_file.png