Background script not worked in business rule for the survey
The following script works as background script but when I want this code used in business rule It is not workingThe code for to get total average of survey var array = [], total=0, avg=0;var test = new GlideRecord('asmt_assessment_instance');test.ad...
