Singe Task Catalog Request Confirmation of close complete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2025 12:51 PM
Good Afternoon from Pakistan!
Hope everyone is fine.
As an ITIL user I would like to have a confirmation of close complete on single SC_Task catalog requests. Warning ITIL user that closing will close complete the RITM.
When closing a SC_Task catalog requests, the confirmation pop-up has RITM closing warning. Please see the attached screenshot below.
Can anyone please provide me some guidance,I'll be thankfull
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2025 01:28 PM
Hi @AbdulrehmanT ,
You can try business rule on this
When all tasks are closed, auto-close The RITM
Chandan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2025 02:03 PM
If you are closing the records via a UI Action, you can modify it to pop up a modal to confirm the action using glideModal().
Alternatively, if you are closing records by updating the state value, use glideModal() in an on change client script.
There are a number of OOB modals available. Check out glide_confirm for a simple confirmation modal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2025 05:54 AM
Actually, i want to show this field as a pop-up that its required to add the notes , with a messgae as shown in above attached message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 07:38 PM
Have a look at the change_confirm_reason UI Page. You can clone and modify that to do what you need. It already has the input text area and the buttons configured. You just need to call it from your UI Action or Client Script and make sure the text input field is mapped to your work notes/comments.