Note that you should use:
embedded: 'load'
if you are loading the data embedded in the parent, but the child records have their own ID and you want to save them separatelyembedded: 'always'
if you are loading the data embedded in the parent, and you also need to save them embedded in the parent. If the child records have noid
, this is the only embedded option that can work.