SMS Frameworks any suggestions?
SMS Frameworks any suggestions?
SMS Frameworks any suggestions?
Read operation on table 'm2m_response_template_to_channel' from scope 'Global' was denied. The application 'Templated Snippets' must declare a Restricted Caller Access privilege. Please contact the application admin to update their access requests. w...
Hi Community, While working on a personal ServiceNow project in my Personal Developer Instance, I quickly realized that building features is one thing — debugging them is another. A few practices that helped me significantly: • Use system logs intent...
Hello, I have a doubt related to transform script.(function runTransformScript(source, map, log, target ) { // Add your code here gs.log("Admin department is no more"); if(source.u_department=="Admin"){ log.info("Admin department is no mo...
Hi Community, While working on a personal ServiceNow project in my Personal Developer Instance, I started paying closer attention to performance — even though it wasn’t handling real enterprise scale. A few small adjustments made a noticeable differe...
I have configured the related list to a custom table for RITMs but in that custom table I have found all RITMs from service catlouge but I need only perticular custom table related RITMs only. Applies to table - custom table name (i have given) Queri...
Hi Team, I'm experiencing an issue where my business rule is not triggering when a field value changes on a table. Configuration: When: beforeCondition: changesTo Script: (function executeRule(current, previous /*null when async*/) { gs.addE...
Hi team, We are working on creating a platform application using Fluent. However in our local set up, the now components (NowButton, NowCard, fonts, themes, etc.) do not seem to match the Next Experience theme, instead it is the Core UI. When the ap...
Hi,when I write this in my ServiceNow IDE:import { UiPage } from '@servicenow/sdk/core' I get this error:Module '"@servicenow/sdk/core"' has no exported member 'UiPage'. ts (2305) But according to the docs this is the way to write UiPages in fluent. ...
Table Cleanup not showing sys_audit _delete table and Archival bothAny property i need to add or any configuration change is required
I wanted to utilize servicenow IDE for existing scoped application. However, when following the instruction: https://www.servicenow.com/docs/bundle/yokohama-application-development/page/build/servicenow-ide/task/convert-application-servicenow-ide.htm...
Hi buddy! I’m new to the IRM module, so could you guide me on how to prepare? If you have any helpful resources like YouTube links or others, please share them. It would really help me get a basic idea of where to start.
We’re implementing an automation in ServiceNow to create Active Directory groups and assign ownership. Our goal is to set both the primary owner (“managed by”) and the secondary owner(s) at the time of group creation.What works: Creating the AD group...
Problem statement: Not able to update OOB sys_ux_page_property receive error invalid updateRequirement:1) Rename Pages Due Diligence Management → Privacy Check Management2)Remove PageRemove the Map page from the Vendor Management Workspace.In the fir...
Hi! Can any ServiceNow employee give an update on when we'll be able to build and modify Global-scoped applications using IDE/SDK? I asked this question a few months ago and was told that it would be coming "soon", but since then there's been no othe...