I didn't see these in the documentation and the guys at Fog Creek have been helpful enough to let me know so I thought I'd pass it on...
|
1
1
|
|
|
|
|
1
|
parent:This returns the children of the provided case number with the summary information at the bottom. However, it's not recursive so you only get one level of subcases... not subcases of subcases. outline:This returns all of the cases in the same outline of the provided case number and it is recursive so you get subcases of subcases, parents of parents, etc. However, it does not provide any summary information. root:This returns the children of the provided case number, recursively, and it provides the summary information at the bottom. (This one is not currently in the documentation) |
||
|
|