Resolved! Question on $scope.$on in widget
Hi Team, I have one question regarding $scope.$on question in widgets. I see the function $scope.$on("field.change", function(evt, parms) { ... } is called only when the record picker is changed within the same widget. Is it possible to invoke this f...