We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

UI Action - condition not working as expected

I thought the condition would determine when the UI Action was visible, but 'Transfer to Incident' still shows when the Assignment Group changes and the state changes to 'Assigned.' Based on the criteria below only 'Work in Progress' and 'Planning' s...

find_real_file.png find_real_file.png
rebecca75 by Tera Contributor
  • 2065 Views
  • 1 replies
  • 0 helpfuls

Resolved! PowerShell API "An unexpected error occurred on a send."

Hello,I scripted some powershell modules a few months ago, specifically right now, I'll say for incidents.   Back when I scripted them they were working flawlessly, obviously I was able to get all the response data back from the JSON.   As of a coupl...

jeremy_01 by Mega Contributor
  • 2838 Views
  • 1 replies
  • 0 helpfuls

Resolved! Using system properties to handle waiting condition in Workflow?

Hi there,I wonder if (and how) I could use some different (new) system properties to tell the workflow how long to wait for something .. which then easily could be changed ... More detailed .. I have an escalation process that should wait for X days ...

Zod by Giga Guru
  • 2000 Views
  • 3 replies
  • 2 helpfuls

Resolved! Why is my UI Action not working?

I have created a new UI Action, the new button is appearing, but when I click on it nothing is happening.Onclick field  I have: goToAssetListI have added a condition to have button only appear on 1 catalog item. This is working.When they click on the...

Loren1 by Giga Contributor
  • 6457 Views
  • 6 replies
  • 3 helpfuls

Resolved! Service Catalog categories not showing on mobile

I have two categories that i created for Service Catalog that are not showing on mobile. i already went to Mobile Layout and add the category that has 3 child categories and from these only 1 is showing.One category has a dashboard and the others hav...

joaosantos by Mega Expert
  • 2600 Views
  • 3 replies
  • 2 helpfuls

Work in client script with getReference dotwalking

Hello team,First of all sorry for the newby question. I will try to explain what I am trying to achieve:I have created a new table where to perform a ticket assessment. In the form I use, I enter the ticket number and then all info regarding the spec...

Rovereto by Tera Contributor
  • 9367 Views
  • 5 replies
  • 0 helpfuls

Is current.hasAttachments valid?

I have a business rule that has the following condition:!(current.hasAttachments())As you can imagine, this business rule is supposed to run if it detects an attachment is not linked to a ticket.   I THOUGHT it was working earlier, but only found out...

tahnalos by Kilo Sage
  • 9138 Views
  • 3 replies
  • 0 helpfuls

Resolved! Setting the value for Location in cmdb_ci

Hi All,Can someone please help with the below Transform script . I am trying to set the Location (location) field in cmdb_ci which is target table in Transform script.The script is working fine when I checked in Logs , and also background script .Whe...

find_real_file.png
Mrman by Tera Guru
  • 3283 Views
  • 16 replies
  • 1 helpfuls

Resolved! Setting the value for Location field in cmdb_ci

Hi All,Sorry, I had to post this again as I did not get my issue resolved. Please help me with below.Can someone please help with the below Transform script . I am trying to set the Location (location) field in cmdb_ci which is target table in Transf...

find_real_file.png
Mrman by Tera Guru
  • 2591 Views
  • 4 replies
  • 0 helpfuls

Resolved! GlideRecord returning null for non-empty fields in workflow

Hi,I'm basically having the same issue as this guy, except I think the cause is different because I'm only querying for one record inside of an orchestrated workflow. Basically I'm calling a REST service and it's inserting a record into a custom tabl...