I need a code snippet to create a confirmation dia...
# suitescript
r
I need a code snippet to create a confirmation dialogue box after a button is pressed?
r
var options = { title: 'Sample Client Script!', message: 'Hello, World - Updated!' }; dialog.alert(options);
define(['N/record','N/search','N/ui/dialog', 'N/log'], function (record, search, dialog, log) {
s
if you dont dom, to implement what you want to implement, then you need a global variable/constant in the CS
r
Thanks