What I want to do is create a Company hierarchy and show the full top to bottom.
The only Tree functionality is in the Form, which means I need an object to start with.
If I use the top company as the BO then my corporate tree does not start with one company but however many subsidiaries as exist. So I thought I will create a temporary BO to CREATE and then immediately VIEW the full hierarchy.
Unfortunately it seems that a non persisted object can be passed between processes but cannot be viewed immediately after being created - you get a "Unable to find the record. The record may have been deleted." error message. This seems like an excessively short amount of time of persistence...