Kevin Kelly
04/14/2020, 6:44 PMdefine([
'N/runtime',
'N/search',
'N/record',
'../Libraries/moment-with-locales.min.js',
'N/email',
'N/render',
], runScript);
_function_ runScript(runtime, search, record, moment, email, render) {
RUNTIMEMDL = runtime;
SEARCHMDL = search;
RECORDMDL = record;
MOMENTMDL = moment;
EMAILMDL = email;
RENDERMDL = render;
_return_ {
getInputData: _function_ (context) {
_var_ LOG_TITLE = 'getInputData';
_try_ {
battk
04/14/2020, 6:48 PMbattk
04/14/2020, 6:50 PMIf you do not set the scope, SameAccount applies as the default.
erictgrubaugh
04/14/2020, 7:07 PM