Why g_scratchpad code not working for me please check ?
Business Rule (function executeRule(current, previous /*null when async*/) { // Add your code here g_scratchpad.cLocation=current.caller_id.department.getDisplayValues(); })(current, previous); On Load Client Script Code:- function onLoad() {//Type...
