How to get Script from the ID mentioned in the below code ?
var r_id = nlapiGetContext().getSetting(‘SCRIPT’, ‘custscript_demandrecid’);
How can we find the script with id “custscript_demandrecid”. Is there any way ?
In this instance, ‘custscript_demandrecid’ is a script parameter that should be defined on the script record and a value set on the deployment record.