Question about FieldManager.UpdateChildren

Question about FieldManager.UpdateChildren

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


Jav posted on Wednesday, September 22, 2010

Is there a way to specify the order in which the children are saved?  Or specifying that one child be saved before others?

Jav

Marjon1 replied on Wednesday, September 22, 2010

There is no way to specify order, other than you doing a manual DataPortal.UpdateChild() call on the relevant items in the sequence you want. If only one of the child objects was order sensitive you could do that call first and then use the standard FieldManager.UpdateChildren(). 

Copyright (c) Marimer LLC