User Activity

Hi friends,I am writing transform map script onBefore() : (function runTransformScript(source, map, log, target) {     if(target.u_request_frequency!=''){        ignore = true;    }})(source, map, log, target); Now, the doubt is :Shall I write this s...