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?
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