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

Forum Posts

Resolved! getReference() - best practice or not?

I'm seeing in the Wiki, "Other methods, GlideRecord and g_form.getReference() are also available for retrieving server information. However, these methods are no longer recommended due to their performance impact.".   However in my Implementation Boo...

Resolved! where to get all glidescript functions

Hi All,Earlier in the wiki, there was a repository page for the glidescript functions with examples of how to use them. But now the same page is being re directed to docs.sevicenow but cant find those functions.Basically, i used to refer that page to...

sohan_snow by Tera Contributor
  • 4628 Views
  • 6 replies
  • 4 helpfuls

How to Not Fail your ServiceNow Certification Exam

Want a foolproof plan to guarantee success on your ServiceNow Certification Exam? Well, this isn't it, but it's as close as I can get! I'm not offering any guarantees, but what I can offer is a guide which has been proven successful for both myself a...

Sorting multiple fields in Simple List

Hi all,I would like to be able to sort a simple list by the state and created date. At the moment the only sort that has been applied to the data   is the sys_created_on in descending order. Would this be possible to do?Please see the attached screen...

Conditional Scheduled imports

Hello,,I'm working on Scheduled imports and I want to execute the scheduled import based on condition, can some one share the sample script to evaluate true or false(below image), I want to write aScript like below (Example condition like for all P1 ...

find_real_file.png
Ganesh291 by Tera Contributor
  • 4131 Views
  • 7 replies
  • 0 helpfuls

Resolved! Using URL (from arguments)

I've seen plenty of matches and hints on google searches for this but I just can't get this to work on my Helsinki Developer instance using Chrome.I have created   a navigation link with a module to open a new Work Order with a single field filled in...

stevenm by Kilo Guru
  • 6725 Views
  • 2 replies
  • 0 helpfuls

Resolved! Condition Builder Caller is Member of Group

Hello, I am writing a report and I would like to use the condition builder to check if the Caller is a member of a certain group.Table: IncidentCondition: Caller - Is Member Of - GroupnameI know that I probably need to build javascript class to call ...

Katie A by Mega Guru
  • 3187 Views
  • 6 replies
  • 2 helpfuls

SYS_choice records automatically deleted

Hi,I have a issue in one of my instances. Few records in the "Sys_choice " table are deleting automatically without user interaction,I have checked the logs and did   find a record in "sys_metadata_delete" table. this is happening for few set of reco...

prasad48 by Tera Guru
  • 2922 Views
  • 9 replies
  • 0 helpfuls

Resolved! Database view unique records

I would like to create a database view with unique divisions from a table such as this: [dept1       div1     var_adept1       div1     var_bdept1       div2     var_cdept2       div1     var_ddept2       div2     var_edept2       div2     var_fdept2...

Resolved! validate date based on calendar

I have been tasked with configuring a field in change management to bounce up against black out dates.   I know the system currently allows blackout dates,   However, you need CI's to be used, and we have not reached that yet.     I was wondering if ...