Nathan Anderson wrote:

> Okay, if the DB transactional safety can be ignored in this example.  The
> only way that comes to mind to make this work is to have your JE objects
> have an option Transaction property.  Then after you create the
> Transaction instance you would set it on each of the JE's.
> 
> Does that work for your situation?

That's what I wanted to do, but I can't see how to create the parent record.

Look at it from a different direction.  I have a object that has two
different parent objects - an Account and a Transaction.  The only
relationship these two objects have is via the third object - so that
object has to be created before at least one of the parents.  But my Action
knows how to create objects of its own type, not of others.  
-- 
derek


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to