Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

Forum Posts

I want to write the dynamic filter

In the incident table I created one field "PR" reference to the Problem table. And in the problem table already one company code filed is available. In the Core Company table also I have created one company code field. Now in the module for incident ...

How to add the message on the particular page of portal

Hi, I created one Announcement for show the info message as in red colour in the employee center portal. it's visible at the top of entire portal. But I want to make it only visible for particular catalog item page. How can we achieve it, can someone...

How to add the hyperlink in the portal

Hi,I written one script include and call that into client script to show the field msg. In that message box itself I have to add the hyperlink of url. That url is stored in the one field called "contactlink".  How to add the hyperlink in the client t...

Leveraging Declarative Actions for Popups

Pop-ups can play a crucial role in enhancing user experience — guiding users through complex operations, capturing inputs, or providing context within the ServiceNow platform.When we need to trigger a pop-up from a UI Action in Workspace, the first t...

Screenshot 2025-11-10 at 4.23.40 PM.png Screenshot 2025-11-10 at 4.16.43 PM.png Screenshot 2025-11-10 at 4.19.15 PM.png Screenshot 2025-11-10 at 4.32.23 PM.png
TajuddinM by Tera Contributor
  • 1111 Views
  • 1 replies
  • 8 helpfuls

Need to change/modify the data of a form

I'd like to ask in changing the variable fields values, since not able access or modify the Primary and Secondary Owner fields of few RITM's on Catalog form, since the existing owners were out of organization and the team want to update new team deta...

srinivasdul by Tera Contributor
  • 623 Views
  • 3 replies
  • 0 helpfuls

Powe shell is not working and showing error

Hi Team , This PowerShell-Script is not working properly : # Import Active Directory moduleImport-Module ActiveDirectory# Get username from arguments passed by ServiceNow$UserName = $args[0] # ServiceNow passes input as argumentstry {# Get AD user ob...

chandan2212 by Tera Contributor
  • 609 Views
  • 1 replies
  • 0 helpfuls

How to test Workflow on Change Request

Hello everyone,I’ve created a Record Producer to create a Change Request and have attached a workflow to the Change Request target table.Case 1:When the Record Producer creates a Change Request, how can I test and confirm whether the attached workflo...

Export a CI list as excel/ pdf and attach to a catalog task

I need such a workflow:When a catalog task is generated, it needs to get a list of CIs which are managed by/ owned by the target user (a variable in our catalog item). The list could be in excel/ pdf format to attach to the task.Then, a notification ...

Rebecca_J by Tera Contributor
  • 627 Views
  • 2 replies
  • 0 helpfuls

Reports are not visible to some users

Hi Everyone,We have a Dashboard with some List type reports on Idea(idea) table. The records in the reports are grouped by business_unit.description field.(Business unit is a field in idea table referencing business_unit table). Reports and Dashboard...

Madhan007_0-1762451931043.png
Madhan007 by Tera Contributor
  • 1339 Views
  • 7 replies
  • 0 helpfuls

Save button on Incident form disappeared

Hi Team, We observed that SAVE button on incident form is disappeared , we have checked UI action there is no recent update on Global / incident table level UI action available for SAVE button. even checked system property "glide.ui.advanced' also no...

Pooja P by Tera Contributor
  • 1635 Views
  • 6 replies
  • 0 helpfuls

Email Ingestion

So, I want an email which sent TO: abc@abc.com FROM:mike@abc.com Ingest into SNCreate incidentRoute to Identity Services - ServiceNow queueHow this logic/flow can be achieved ?

Error style not working in UI Policy Action

Hey team, I'm trying to create a UI Policy Action to display an error message but for some reason it is not displaying the message with the red background. However, when I use warning or info the backgrounds yellow and blue work. Does anybody know ho...