Hi,
I am trying to write some custom code to find, Which itemtype partiton in the Global Item list has higher content. I was planning to iterate through subnodes and accessing various values from "content" of various node.
I don't know which datatype this content is and how to access the value without hard-coding.
Also which is the best way to access many nested subnodes. Currently I feel whatever code I write is too verbose.