Resolved! why we need to convert it into to string by toStringMethod() without to string its value are not get
var scriptIncludeMultiRecord = Class.create();scriptIncludeMultiRecord.prototype = Object.extendsObject(AbstractAjaxProcessor, {multiRecord:function(){ var arr=[]; var gr=new GlideRecord('incident'); var user=this.getParameter('sysparm_user'...
