I have a question about accessing Script Deploymen...
# suitescript
b
I have a question about accessing Script Deployment parameter values from within a UserEvent SuiteScript. Inside of my afterSubmit user event function, if I call
nlapiGetContext().getSetting('SCRIPT', 'custscript_parameter_id');
, what exactly is that
getSetting
call querying? is it querying the script record or is it querying the script deployment record ?