Hey people, I have a JavaScript webscript that executes all the instructions without problems. All but one, because the last instruction tries to use the variable 'person' (which is injected automatically by Alfresco in every WS) and the webscript throws an error saying "'person' is not defined". I tried using the debugger and the 'person' object is not present in the WS.