We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

Whitelisting Emails

Hello,Is there a way within ServiceNow to whitelist a specific set of email domains and block everything else? We are receiving some SPAM emails to our instance and we have been filtering out the domains sending the SPAM, but I'm wondering if there i...

mdidrikson by Kilo Contributor
  • 4277 Views
  • 3 replies
  • 0 helpfuls

access jelly variable inside <script> tag

I have a UI Page that retrieves data like this:<g:evaluate var='jvar_events' object='true'>   var dt = new Date(2015, 0, 15, 0,0,0,0);   var gr = new isUtils();   var events = gr.getArrayOfObjects('74ad1ff3c611227d01d25feac2af603f', dt);   events;</g...

kjmauriello by Mega Expert
  • 10245 Views
  • 11 replies
  • 3 helpfuls

Resolved! Custom Attachment Table?

I am looking for ways to enrich an attachment record with a field called "Attachment Type", which describe what kind of document the user is uploading (e.g. "Test Plan", "Test Results", etc.) The idea is that I can then have a workflow run against th...

Resolved! How to clear a variable option when a checkbox is unchecked.

On one of our forms we have a checkbox that through a UI policy reveals a multiple choice variable with a set of options that are mandatory. The issue we are having is creating a client script to clear out that multiple choice option that was selecte...

chris_choi by Giga Contributor
  • 7111 Views
  • 3 replies
  • 1 helpfuls

Resolved! Check for Attachments if a field is blank.

Hi everyone,I've seen a lot of script for checking attachments, but I can't seem to track one down that is conditional on whether or not a catalog variable is blank.   I have this portion already:function onSubmit(){     var cat_id = gel('sysparm_ite...

turnea by Mega Expert
  • 3104 Views
  • 5 replies
  • 0 helpfuls

Resolved! Advanced reference qualifier on Variable set

In the Service catalogue I have a variable set containing a number of reference fields. These include department_auth_only and auth_manager_auth_only, i'm trying to restrict the selection options of the authoriser list dependent on the department sel...

chrisp1 by Mega Sage
  • 5589 Views
  • 11 replies
  • 0 helpfuls

User "system" is updating some records and no idea how!

Is there any documentation on the system, guest, admin and glide.maint account. Tried googling with no luck.Ive done the obvious and checked sys_user.Just wanted to know what objects or in what circumstances they would update!Thanks

jarrejo by Kilo Contributor
  • 4817 Views
  • 3 replies
  • 0 helpfuls

Resolved! Form View

Hello Community,         I'm working on a form and I'm interesting in creating different views depending on who is viewing the form. I've managed to create a view but it's not giving me the functionality I'd hoped for.To create the view, I right-clic...

Ken83 by Mega Guru
  • 6813 Views
  • 7 replies
  • 0 helpfuls

Resolved! Related fields in an inherited table

I have two tables. Both inherit from task. The parent table has some custom fields on them (we'll call it u_custom_field.)I'm trying to reference this custom field from the child task, which is also a custom table. The child is using the inherited 'p...

Beth11 by Giga Guru
  • 3291 Views
  • 2 replies
  • 0 helpfuls

Hiding Catalog Variables AFTER submitted

HELP!!I'm having trouble getting the show/hide functionality to work on catalog variables after the request has been submitted. THe show/hide works great when the form is being filled out but is lost after it is submitted. I've tried using the UI pol...

pwright137 by Kilo Expert
  • 8302 Views
  • 21 replies
  • 2 helpfuls