gabyrdzlobaton
07/13/2021, 6:49 PMfunction doPost(context) {
let request = context;
var scriptObj = runtime.getCurrentScript();
const var1= scriptObj.getParameter({ name: 'custscript_var1'});
}
I would like to mention that the script version is 2.1GrayLeopard
07/13/2021, 6:57 PM