Resolved! UI Builder
I want to upload a custom icon in the side navigation in my configurable workspace. Has anyone done this?
Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More
I want to upload a custom icon in the side navigation in my configurable workspace. Has anyone done this?
I am trying to use my Tokyo PDI to build an app, but there is a banner that reads: "App Engine Studio is not installed on this instance. You can install App Engine Studio by activating the plugin on your instance" I have painstakingly followed all th...
Hi everyone,I'm customizing the CSM Configuration Workspace in ServiceNow Yokohama and trying to apply a custom theme to the left navigation bar (toolbar/nav area).I’ve added the following custom properties to the UX Theme:"--now-toolbar-nav--backgro...
Hi All, We are trying to customize or find a way to allow recall on timesheets and timecards ONLY if it falls in the current month. User should not be able recall time logged in a previous fiscal month. Is there a way to achieve this without complex...
After upgrading to the Yokohama version, I encountered a significant slowdown when executing a particular flow for the first time.In this flow, I use a "Look Up Records" step with Max Results set to 100,000, followed by a "For Each" step, and it seem...
Hi!I have a notification in servicenow based on child table x_vgll_decom_decommission_task (child of x_vgll_decom_decommission).----------------------------------------------------------------------------------------------------------So every time a ...
Hi Team,If assignment group is empty in incident i have flow that calls another subflow.But i wanted to implement logic where if short description has SAP assign to separate group using existing flow designer. Also is there any way to script in the c...
Hi All, I would like to configure my charts so that a specific value is always represented by one color.Like here this is fine: We can see here we have colors that are the same in both charts for the same values eg. very low is represented by pale p...
Good evening, how are you? Could someone please help me set an assignment_group using a script with the Cart API? My script is currently written like this: var cartId = GlideGuid.generate(null); var cart = new Cart(cartId); var item = cart.addI...
Hello everyone,I've developed a technical dashboard using the UI builder, which includes three tabs: Incident, Problem, and Change (CHG). I've added filter components for category and priority on each tab. Additionally, I implemented a client script ...
Hello community I have queried with Name = NULL in CMDB_CI_COMPUTER table, I could see there are nearly 79 records with Name = NULL but when I am impersonated with another user, I am able to see only one record with Name = NULL in 'cmdb_ci_computer' ...
Hi - I have a requirement to change the "Templates" side panel component to look for templates from a custom table (u_template) rather than the OOB template table( sys_template). Can someone please walk me through on how to make those changes? Apprec...
Hello Good day!!I am trying to restrict Now Assist in Virtual chat by configuring Agent chat in Portal based on Roles as below. By configuring the lowest ordered record under [Service Portal >> Agent chat ] with the corresponding record producer as p...
How do we integrate Kafka with ServiceNow. I would like to send messages and data to Kafka cluster from within ServiceNow. Kindly suggest.