Record watchers in server scripts?
Hey folks, Is there a way to use record watcher in server side scripts. I want to be able to monitor the records that get generated as a result of multiple async calls. Once all async calls are finished, I want to wait till all records have been gene...