I am calling the script include from BR and getting the below error
com.glide.script.RhinoEcmaError: Method "toString" called on incompatible object.
Script:
(function executeRule(current, previous /*null when async*/ ) {
// Add your code here ...
Hi Aukur,
Thanks for your response. I have tried to debug the script from background but I got below error
Background message, type:error, message: Illegal access to private script include DevOpsPipelineExecutionDAO in scope sn_devops being called ...
Hi Raghav,
Thanks for your response. Please find below script.
updateLeadTime: function(taskExecutionSysId) { var stepExecutionGr = new GlideRecordSecure("sn_devops_step_execution"); stepExecutionGr.addQuery("task_execution", taskExecut...