Confirmation Dialog box - No alert - client script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2020 05:15 AM
Hi All,
I have a catalog client script in which I am making Ajax calls to the Script Include. That script includes checks some data in the tables and returns the output to the client script. Now in the catalog client script, I have to show that response as a message box in the Service Portal.
I am able to show it as an alert statement but it looks really dirty. How can I generate a message box and show the content in it?
I found an article but I am not sure how to use them in client script - Link Here
Thank you, appreciate your response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2020 12:16 AM
Where am I passing the data from the client script to UI Page here? Message can be dynamic and the client script decides what is that message.