Error 3131

Message

Possible error messages:

Without Resource Bundle (default)
  • The {ENTiTY_CLASS_NAME} can not submitPending as composite operation from its parent entity, because non-default operation has been invoked on it.
With Resource Bundle
  • The {ENTITY_CLASS_NAME} can not submitPending as composite operation from its parent entity, because non-default operation has been invoked on it.
Domain Persistence.PersistenceException
Number 3131
Label ERR_SUBMITPENDING_COMPOSITE_OPERATION
Applicable Platform(s) iOS

Cause

When calling parent.submitPending where parent and child have a cascading relationship, the child MBO's non-default CUD operation has been called but not yet processed by the server.

Action

Do not call parent's submitPending when children's non-CUD operation has been called but not yet synchronized.