We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Wait for condition script in the subflow

Hi, I have a requirement like RITM creacte sctask, need to wait until myself or some allowed users updated the worknotes where i created a flow action to return worknotes updated is true or false -- which is working fine , it returns true or false as...

Negha1_0-1763030831378.png
Negha1 by Tera Contributor
  • 685 Views
  • 4 replies
  • 0 helpfuls

How to create a catalog item from scheduled job

I have a requirement to create a catalog item bi-weekly automatically without manual intervention. I am trying this logic in scheduled Job, but it is working. but when I try in Background scripts it is working as expected. var cart = new sn_sc.CartJS...

shaikimran4 by Tera Contributor
  • 983 Views
  • 6 replies
  • 0 helpfuls

SSO redirect to Logout page

We have a requirement to implement Single Sign-On (SSO) integration in ServiceNow using OpenID Connect. The approach involves creating a new Identity Provider in ServiceNow with the "Auto Provisioning" option set to True. When a user clicks the SSO l...

SSO.png SSO 1.png SSO 2.png

To remove November 2025 ata

Hi Team, If you see attached screenshot the report that contained November 2024 to November 2025 data but I want data till October 2025 and I don't want 2025 November data, can you please help me with this, I have tried all configurations but no use.

Report on sys_template table

We have a requirement to report on sys_template table to add all fields related to templates like-CI, AG, Category, sub-category, priority, etc. within report

Disable MFA for one user account

Hello folks, I have requirement to remove(disable) MFA for a single user account. any possible ways to achieve this. I have tried with making MFA column false on sys_user table with no use.     Thanks in Advance.