Short answer: no, you cannot. (at least for now)
For validation functions, you have access only to the current document, incoming document, and current user information. (if available)
Update handlers have access to information about the incoming request, as well as about the current document.
source
share