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

Forum Posts

Resolved! Walk-up Experience Best Practices... do's / dont's

Can anyone share any best practices, do's / dont's specifically related to customizing / extending the walk-up application? Above and beyond standard BPs and specific to Walk-up. Specifically I am referring to as things relate to branding, possible p...

robertsduca by Giga Contributor
  • 4366 Views
  • 8 replies
  • 7 helpfuls

Emails are updating wrong table/record

HI, We have a scenario where an email that was sent to the service now is updating the wrong record.I see logs as Skipping script 'Upsert Pricing Queries -New', email is type 'reply', which does not match Inbound Email Action's type 'new' I also find...

Pre-filter slushbucket for m2m related list

I am trying to pre-filter a slushbucket on a m2m related list when an EDIT button is clicked. I added the code below to the Edit UI Action which is passing the query to URL, but no filtering is being executed. Anyone knows why, or has any recommendat...

Dragan J by Tera Contributor
  • 1291 Views
  • 5 replies
  • 2 helpfuls

addnotNullQuery/addNullQuery is not working on GlideRecord

I have written below background script to check how many records are returned but everytime it is returning count.In the below script this record has no photo attached so it should return row count as 1 but it is not showing any result. var user = ne...

Shivam32 by Tera Contributor
  • 3410 Views
  • 3 replies
  • 1 helpfuls

Resolved! Client Script Populate Message if fields are empty

I have a client script that needs to add an message if all the four fields on case is empty and State is changed to close complete. The script is belowfunction onChange(control, oldValue, newValue, isLoading, isTemplate) {if (isLoading || newValue ==...

Simran321 by Tera Expert
  • 917 Views
  • 1 replies
  • 1 helpfuls

Use ServiceNow Extension for VS Code with SSO instance

Is there a separate process for using the Servicenow Extension in VS Code with an instance that has SSO and 2FA on it? We use SSO on all our instances, so each user has a login to dev, test, and prod. I am not sure if the VS Code Extension could supp...

Reading a zip file via import

Hi, For importing a data into a ServiceNow tables, Our customer wants to send a zip file that contains spreadsheet via email instead of just sending a spreadsheet. Doed ServiceNow unzip the file and reads the spreadsheet, and transforms the data? If ...

Custom App Admin and Developer set up

Hello All, I created two roles: customapp.admin and customapp.developer.  When enabling Application administration checkbox, i get error saying "logged in user must have 'Application Administrator' role. I did assign myself with customapp.admin role ...

shawshipra by Tera Expert
  • 1355 Views
  • 6 replies
  • 0 helpfuls

Resolved! How to check view name using client script?

Hi,I am trying to make a client script with the condition View == self_service and if true I want to set the state to Active. Here's my code but it is not working. Do you have any other way to meet what I am trying to do?function onLoad() {     //Typ...

dianemiro by Kilo Sage
  • 28738 Views
  • 11 replies
  • 27 helpfuls

How to create Entity filter using Script Include

Hello,can someone please help me to setup Entity filter using a Script include?I'm trying to create an entity filter for Project table (pm_project) based on values from Project task table (pm_project_task) related to the Project. Values are 'Short De...

Gabriela12 by Tera Contributor
  • 546 Views
  • 2 replies
  • 0 helpfuls