It seems this recursive save only goes 2 levels deep in my object graph.
CaseEntitiesCollection
Case Entity - dirty
CaseAgencyRelation - dirty
AgencyEntity - dirty
If I saveMulti the Case and the CaseAgencyRelation are saved but not the AgencyEntity.
I want to know what the rule is here...because if the object allows me to see editable agencies then it should save them or make them readonly right?
I just want to know how it works with 3+ level object graphs.
I can't find details in the reference manual on how save works with self servicing objects.
Thanks
Sean