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

Forum Posts

Floating Timezone Q/SLA Schedules

Hey guys, Wanting some clarification before defining SLA/schedules.We have (4) main queues located in various locations (timezone EST, timezone CST, London, Singapore).   If we wanted to use an 8-5 schedule for each, is there a way to create one cent...

adamrauh by Kilo Expert
  • 3596 Views
  • 1 replies
  • 0 helpfuls

Redirect incorrect URL's

Hello,If a user types in a URL : instancename.service-now.com/<anything here>/then servicenow opens the homepage with the url: instancename.service-now.com/<anything here>/navpage.doI think Servicenow should have either corrected the URL or shown a 4...

should not use DOM manipulation techniques

Hi All,When we reviewed our code with ServiceNow they told we should not use DOM manipulation techniques in the script, which is a performance issue. But we are using these techniques for making fields read-only, for hiding UI macros and for some oth...

1.png

Sort order in different list views

Let's say I create 2 different list views for the task table. I set the view-field to "test1" and "test2".When using these list views I can add different columns to them like thisView "test1"Column1, Column2, Column3View "test2"Column1, Column3, Colu...

palmen by Tera Guru
  • 4285 Views
  • 5 replies
  • 0 helpfuls

Resolved! Workflow not responding to task update

I have a catalog item that creates a RITM and TASK and, depending on the disposition of the task, may or may not require that a Change be created.     I've added the UI Action for "Create Change" to the right click menu, and this does work, but I re...

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
  • 4213 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
  • 10114 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
  • 7033 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
  • 3013 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
  • 5470 Views
  • 11 replies
  • 0 helpfuls