Hi All,
I have a rule that executes a javascript when a document is dropped into a folder.
Inside the javascript I have accesss to the document object.
I am looking for a way to get a handle to the node object for the document that the rule is running against.
Thanks
Solved! Go to Solution.
The document object in the rule JavaScript is the node object. I don't know what other handle you want to have. The only other reference you would be able to get is the NodeRef via the document.nodeRef property accessor.
The document object in the rule JavaScript is the node object. I don't know what other handle you want to have. The only other reference you would be able to get is the NodeRef via the document.nodeRef property accessor.
Thank you.
That was the missing piece of knowledge I didn't know.
I didn't realize they were the same.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.