If I am using Unclecheese's DOM to access a nested Dataobject, is there a way to pick up its parent's ClassName. And since it's nested properly, is there a way to also grab it's grand-parent's ID or Classname? This is because I have A)Projects --> B)Tasks --> C)Timesheet
I also have A -> D)Issues -> Timesheet
So I want to be able to hit the "add timesheet" and have it dynamically pick up the classname of the parent and grandparent.