Adding an acknowledgement check box in the Confirmation message displayed via Catalog client script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 05:27 AM
Hi Experts!
I have a Catalog client script that displays a confirmation message displaying the Catalog variables like below:
I need a add an acknowledgement check box in the above message that requires users to check before proceeding (They need to make sure the checkbox is ticket prior selecting "Ok").
Below is my On submit Catalog client script:
-------------------------------------------------------------------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 06:11 AM
Hi @Shantanu Mishra ,
You could use a GlideModal API here, pair it up with a custom UI page. This page would contain your HTML stuff like a checkbox and text.
Refer to the below pages for more details on GlideModal API-
https://developer.servicenow.com/dev.do#!/reference/api/utah/client/c_GlideModalClientSideV3API
If my answer helped you in any way, please then mark it as helpful or correct.
Thanks,