Do i have to use both FieldManager.UpdateChildren and FieldManager.UpdateChildren(this) together or is using either of them good enough.
When is it ideal to use just one of them?
Depends on whether you ned to pass parameters to the CHILD_XYZ methods.
F.ex: FieldManager.UpdateCildren(this.Id, this.Name).
You only need to use the one that corresponds to to the signature of your CHILD_XYZ methods.
So i have to use either one only at a given time ?
Copyright (c) Marimer LLC