Preview:
 function reset() {
        try {

            var suiteletUrl = url.resolveScript({
                scriptId: 'customscript_asp_sl_bulk_approval_exprep',
                deploymentId: 'customdeploy_akp_sl_bulk_approval_exprep',
                returnExternalUrl: false
            });
            if (runtime.accountId == '5180777_SB1') {
                suiteletUrl = 'https://5180777-sb1.app.netsuite.com' + suiteletUrl;
                location.replace(suiteletUrl);
            }

           /*  var url = window.location.search;
            console.log('URL: '+ url);
            window.onbeforeunload = null;
            window.location.search = url + '&i_subsidiary=' + '' + '&i_employee_select=' + '' + '&d_from_date=' + '' + '&d_to_date1=' + ''; */

        } catch (err) {
            log.error('Error in Reset', err)
        }
    }
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter