RITM field not poulating from inbound email rule
hiI have the following script running on my inbound email rule var req = new GlideRecord('sc_request');req.initialize();req.requested_for = email.from; // or use gs.getUserID() if appropriatereq.short_description = "Request from email: " + email.subj...
