Possible error messages:
Without Resource Bundle (default) |
|
With Resource Bundle |
|
Domain | Persistence.PersistenceException |
Number | 21121 |
Label | NON_DEFAULT_OPERATION_INVOKED |
Applicable Platform(s) | iOS, Android |
When calling parent.submitPending in a parent/child cascade relationship, the child MBO's non-default create/update/delete (CUD) operation has already been invoked but not processed by server yet.
Do not call the parent's submitPending when the children's non-CUD operation has been called but not synchronized.