Avinash Mohanty
12/03/2020, 9:53 AMWatz
12/03/2020, 11:03 AMWatz
12/03/2020, 11:03 AM/**
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
*/
/**
* Revision History:
*
* Date Fixed Issue Broken in QA Bundle Issue Fix Summary
* =============================================================================================
* 2013/09/19 263190 3.00.00 Initial version
* 2013/09/27 263190 3.00.00 Add custpage_2663_edit_mode parameter
*/
var _2663 = _2663 || {};
function beforeLoad(type) {
var params = {'custpage_2663_batchid': nlapiGetRecordId(), 'custpage_2663_edit_mode': type == 'edit' ? 'T' : 'F'};
nlapiSetRedirectURL('SUITELET', 'customscript_2663_batch_selection_ap_s', 'customdeploy_2663_batch_selection_ap_s', false, params);
}
This is the code in that file in one environment that I have access to.Watz
12/03/2020, 11:08 AMAvinash Mohanty
12/03/2020, 11:32 AMAvinash Mohanty
12/03/2020, 11:32 AMAvinash Mohanty
12/03/2020, 11:32 AMWatz
12/03/2020, 11:41 AMWatz
12/03/2020, 11:41 AM