- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2019 03:27 AM
Hi All,
I need to rename the button text on the confirm dialog box from ok and Cancel to submit and back.
Can we do this. If so, where should I do it?
Many Thanks.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2019 03:30 AM
You can't alter button names in confirm box, alternatively you can create your own ui page and name buttons as you like
https://www.servicenowguru.com/system-ui/glidedialogwindow-advanced-popups-ui-pages/
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2019 03:29 AM
May i know where is this button?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2019 03:30 AM
You can't alter button names in confirm box, alternatively you can create your own ui page and name buttons as you like
https://www.servicenowguru.com/system-ui/glidedialogwindow-advanced-popups-ui-pages/
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2019 03:38 AM
Hi,
The confirm() accepts only 1 parameter which is text to display. The buttons in the confirm come from browser built-in dialog. You have to use an alternative solution such as custom popup to achieve this.
Mark answer as correct and helpful if this answers.