Singe Task Catalog Request Confirmation of close complete

AbdulrehmanT
Kilo Guru

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

6 REPLIES 6

SD_Chandan
Kilo Sage

 Hi @AbdulrehmanT ,

You can try business rule on this 
When all tasks are closed, auto-close The RITM

Thank you
Chandan

Brad Warman
Giga Sage
Giga Sage

Hi @AbdulrehmanT 

 

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.

AbdulrehmanT
Kilo Guru

AbdulrehmanT_0-1753102406670.png

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

 

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.