Notification Approval
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 09:22 PM - edited 01-15-2024 09:41 PM
Hi Community,
I have a new state specific to a catalog item. I want to hide this new state, it should only be visible to a catalog item. Once this state is selected, it should trigger an approval to a group. If approved, need to change the state of the server ci from inbuilt to active. All SC tasks attachments needs to attach on the ci selected on the form.
I have this client script to hide this new state.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 01:52 AM
This is my latest script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 01:57 AM
Also how to create approvals in workflow when user selects this xyz state on sc task? I need to add condition for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 02:06 AM
This is my script but its hiding it for this catalog item also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 02:11 AM
I want to hide this new state, it should only be visible to a catalog item.
My thought, dont hide, better put a validation, if a user select the state, got a popup message.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 09:06 PM
I am using this script and its working fine.