Root -> Multiple children. How to determine order of children updating?

Root -> Multiple children. How to determine order of children updating?

Old forum URL: forums.lhotka.net/forums/t/9103.aspx


Pawz.777 posted on Thursday, June 17, 2010

If I have 2 children lists, and one must be saved to the database before the other one, is there a way to do this?

Marjon1 replied on Thursday, June 17, 2010

You could call DataPortal.UpdateChild(obj, paramaters) on the one that you need done firstand then call FieldManager.UpdateChildren(), or do them all manually.

Copyright (c) Marimer LLC