Question
Hi All,
Subject - How to get a nodeValue using APP
Background- I am using ufe elements which contains DIVISION REFRENCE,now I want to fetch the value of this ufe elements which actually contains the value of division refrence.
//APP source edit
var currentNode = formatting.currentXMLNode;
application.alert(currentNode.nodeValue);
But it is throwing null value

