Question
How to fetch Rank/order for Document?
We are using CLI commands for accessing Winchill's data for sync purpose. If we have documents with specific order:
1.0 first root item
1.1 first subitem
1.2 second subitem
2.0 second root item
How to get rank/order value for the issue type via CLI Command? In which field value I can read rank value ? Let's say document first sibitem rank is 1.1, I need to fetch this value, how to do that via CLI ? Any other way ?

