12-12-2016 02:17 AM
I have created a document 'transform_me1.txt'
var doc1 = companyhome.createFile('transform_me1.txt');
doc1.mimetype = 'text/plain';
doc1.content = 'This is plain text';
doc1.save();
How can I find nodeRef of this document.
thank you,
12-12-2016 02:37 AM
try doc1.nodeRef property
12-12-2016 02:37 AM
try doc1.nodeRef property
12-12-2016 03:14 AM
thanks kayne,
Now I am able to find nodeRef.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.