We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more
Hi Community, I have issue like, I want the gap between variable tab under catalog variable section on change task form. As shown in below image 1. red arrows shows the defect image 2. green arrow shows the expected result 1. 2.if any have the solu...
Hi All,I have written a BR (before Insert/ Update ) on sys_attachment table to update image. But sometimes it is wprking sometimes not. var kb = new GlideRecord('kb_knowledge'); kb.addQuery('sys_id', current.table_sys_id); kb.query(); ...
Is it possible to use sub pages on a different home page? I'm trying to copy the announcements sub-page from the Service Operations Workspace and add it to my custom home page we have created.
Hello, I am requiring a custom solution allowing me to import multiple zip files containing a large amount of PDF and Word documents to example_table. As each file is imported, a new record on example_table is created for said file where it is added ...
I've written a client script which is copying one of the field value from parent record to child record. This script works fine at backend but fails in workspace or portal. This script copies field "u_audit_area" value from an engagement form to walk...
I'm trying to validate that when a scipt include is updating incident for example, that values of the choice type fields are valid. I was hoping I would not have to query sys_choice but I'm facing troubles. I've tried two approaches so far: GlideChoi...
Incident Auto Refresh Workspace List every 20 seconds same as alert.For alerts OOTB has a table if we add a list it will auto-refresh I need to do the same thing for the incident.
LIST views to be auto refreshed at least once in 5min - 15min.
Hi Team, Just wanted to know if there is a way to recover mid server service account password which we used to login on service console to stop and start midserver services I checked in config.xml but seems that's not the correct one.
Hi Team, Do we have rollback in flow designer? example : I built one flow, where I am updating 3 records with same feilds.lets say A, B , C are records i need to update one of the field called feild1. Now senario is : what if flow designer fails to u...
hello, Urgent help needI have a updated excel that i want to attach to attachment record using script because kb article is published. var attachment = new GlideSysAttachment();//set up inputsvar rec = new GlideRecord('kb_knowledge');rec.get('sys_id'...
Hello, We use SSO and we have the Password Reset app deployed and working fine (for users logged in). Even from their Windows computer they can reset their AD password from Windows login page using ServiceNow Password Reset Windows app. However, some...
I'm setting up a bi-directional integration with Jira and just started testing the connection. The Spoke is already installed and the Connection and Credential have been setup (using Basic Auth with API Key). When I tried using the 'Create Issue' Jir...
I'm using Flow Designer for a catalog item that creates multiple tasks. The requirement is to auto close the first task if it's still open after 2 business days and then have the flow continue. Can someone show me how to do this? Thank you!

