ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Tufin Orchestration Suite

Hello all,I am currently trying to use Tufin Orchestration Suite to open firewall change requests via the Tufin API. However, when I open a firewall change request using the "Submit Firewall Change Request" action, I do not get a TicketID back.Can I ...

Nico Kampf by Tera Expert
  • 2130 Views
  • 1 replies
  • 0 helpfuls

Resolved! insertOrUpdate()

Hello fellow devs!Any guidelines how to narrow down and filter the insertOrUpdate() ?My point is - if I query the incident table , with a filter , only the first filter(field) is taken into account. Example: var user = new GlideQuery('incident').inse...

Community Alums by Community Alums  
  • 1839 Views
  • 4 replies
  • 5 helpfuls

Resolved! UI Action 'Confirm()' on Agent Workspace

I am building up our agent workspace for an eventual go-live and have run into a snag.  In our "native" application, we have a UI Action that allows a user to create a problem record directly from an incident using a UI Action.  This UI Action includ...

Resolved! Connected content [Knowledge base]

Hello, The knowledge article has been incorrectly connected into two categories. We would like to disconnect content from one of them. Would you share with me the instruction on how to do that? I couldn't find any solution in the product documentatio...

AnnaJu by Tera Contributor
  • 2052 Views
  • 4 replies
  • 0 helpfuls

Resolved! MID Server -> Internal system SSL issue

I have a MID server hosted on customer infrastructure that is trying to connect to an internal GitHub system, i.e. https://github.customer/When trying to connect the MID logs show: Caused by: sun.security.validator.ValidatorException: PKIX path build...

Dan Gibbard by Tera Contributor
  • 2106 Views
  • 5 replies
  • 0 helpfuls

How do i restore a dashboard tab?

Hello,I recently deleted a dashboard tab in my dashboard and after deleting the tab, when i tried to restore it using the deleted record module, it says the tab is broken and I cannot add widget or reports.Do any of you know any proper steps on resto...

Rain Vaine by Kilo Sage
  • 1883 Views
  • 2 replies
  • 0 helpfuls

Resolved! result of Latest 5 records from the API query

Can any one please help me with the query where I can display Latest 5 Change records.This is as per execution date. Like 2022 change details should be first and then 2021 details.But when using the below query the details are shuffled. https://compa...

htharun by Tera Contributor
  • 981 Views
  • 2 replies
  • 0 helpfuls

Resolved! With the new SN policy to support only N and N-1 release, How can i upgrade just once a year and still be compliant?

We are on New Yorkand begin to plan for upgrade to Paris, in long term only want to upgrade once a year but with ServiceNow's new policy to only support N and N-1 release how can a customer upgrade only once a year(i.e. skip a release) and still be o...

API to validate Phone Numbers

Hi all, I am looking for a server-side API to validate Phone Numbers against E.164 format or convert the Phone Number to E.164 format. I know there is a field type "Phone Number (E.164)" doing the check and conversion automatically, but I would need ...