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

Forum Posts

Ui action in list view Display even if conditions are not met

Hi, I have a UI action, in list view that should appeared in theses conditions and only in these conditions :In Stock and available But when i filter in list view even if only the state is entered, the button appears : And even if i choose to filter ...

Nico12_0-1679929199323.png Nico12_1-1679929294194.png Nico12_2-1679929404455.png
Nico12 by Mega Sage
  • 347 Views
  • 4 replies
  • 0 helpfuls

Show activity stream button in list view

Hello Everyone, Just wanted to ask if anyone has an idea on why does the "glide.ui.stream_icon.sn_hr_core_case" system property is set to false from OOB configuration? Is there any bad impact on the instance when we enabled it to HR Case table? Curre...

VeeJayRecana_0-1680076297237.png

Resolved! ServiceNow ATF - New York Parallel Testing

My company's ServiceNow TEST instance is now on New York. Part of New York's Release Notes is that New York now supports parallel testing. My question is how do I enable or set this up? When running my Test Suite, it is running the same way that it d...

find_real_file.png find_real_file.png

Script not working in Agent Workspace

We have some scripts which removes Category values based on the view. The below category is working fine in Incident 'default view' , however it doesn't work in Agent Workspace. I have changed the UI type to All but it still doesn't work. Is it true ...

SN Rookie by Giga Expert
  • 1956 Views
  • 10 replies
  • 0 helpfuls

Workflow Versioning

Hi All, I have a scenario where I am working on a workflow and I publish it and then some one else comes up and does changes on top of my workflow and publishes it , but now the second person wants to deploy only his changes in upper environments, ho...

Anubhav24 by Mega Sage
  • 520 Views
  • 6 replies
  • 0 helpfuls

Resolved! Glide date/time

Hi All, I have one doubt i.e when we create an object of glide date time , it return time in which timezone ,UTC or system timezone.For eg . var gdt= new GlideDateTime();              current.fieldname=gdt;This will populate the field in which timezo...

Niharika14 by Tera Contributor
  • 1957 Views
  • 4 replies
  • 0 helpfuls

Deactivate application

Hi we have requirement that user can deactivate an application ,through catalog item list of applications are shown in catalog item. When user select the application and submit the catalog item he/she able to deactivate the application...now the prob...

shabbir9 by Tera Contributor
  • 592 Views
  • 2 replies
  • 0 helpfuls

Create new UI action in form context for incident

I need to create new ui action in form context menu "create incident task" and it should be exactly working as click on new in related list for Incident task. I am not being able to find the code written for NEW button in incident task.

geogeorge by Tera Expert
  • 552 Views
  • 5 replies
  • 2 helpfuls

To reorder the Global Search results page

Hello All,Can anyone please help how to reorder the Global Search results page? I tried this by modifying the 'Order' for tables on ts_group (Text Search Group) and also tried the way mentioned on the below Knowledge base URL, but still unable to get...

rishabh31 by Mega Sage
  • 687 Views
  • 4 replies
  • 0 helpfuls

Resolved! How to get RITM number as URL in the notification

Hello, I have a notification under the Workflow where i am need to display Request, Requested ITem & Short Description for which i used  Request: {request.URI_REF} Request Item: {number.URI_REF} Request is populating as URL but Request Item is not ge...

Table API - Failed API level ACL Validation

Hi, I've created a custom table in a scoped app I've configured the table to be called by REST API (Allow access to this table via web services) I've configured ACL so that user with a specific role can perform all CRUD operations I've given that rol...