How to Confirm an Approval on Mobile UI?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2024 12:44 AM
Hi,
I want to give a popUP confirmation before approval of a record. I have done this on widgetLevel via the below utils. But for mobileApp it is differnt. What is the alternative for mobileUI.
spModal.alert('<br><b>Alert message</b>').then(function (answer) {
if (answer) {
spModal.confirm("Confirmation message").then(function (answer) {
if (answer) {
}
}
}
}
Many thanks,
Kingstan.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2024 10:01 PM
Hello @Kingstan M,
Please refer to the link below:
https://docs.servicenow.com/bundle/xanadu-employee-service-management/page/product/employee-center/c...
If it is helpful, please mark it as helpful and accept the correct solution. In future, it might be helpful for someone to refer to this solution.
Thanks & Regards,
Abbas Shaik