Join Slack
Communities
Powered by
I need a code snippet to create a confirmation dia...
# suitescript
r
rudler
01/12/2022, 3:53 PM
I need a code snippet to create a confirmation dialogue box after a button is pressed?
r
redfishdev
01/12/2022, 4:02 PM
var options = { title: 'Sample Client Script!', message: 'Hello, World - Updated!' }; dialog.alert(options);
redfishdev
01/12/2022, 4:02 PM
define(['N/record','N/search','N/ui/dialog', 'N/log'], function (record, search, dialog, log) {
s
Sciuridae54696d
01/12/2022, 4:04 PM
if you dont dom, to implement what you want to implement, then you need a global variable/constant in the CS
r
rudler
01/13/2022, 1:52 PM
Thanks
Open in Slack
Previous
Next