Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to Confirm an Approval on Mobile UI?

Kingstan M
Kilo Sage

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

Abbas_5
Tera Sage
Tera Sage

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