not able to fetch the parent of a node in share side js
I am trying to find the parent of a node in node-header.get.js by doing the following; var str = model.nodeRef; logger.log("childnoderef"+str); var parentNodeRef = str.parent; logger.log("parentNodeRef"+parentNodeRef); but parentNodeRef is co...