Multi-entity form
GOERP now supports multiple entities definitions in one form, which allows to save data of many different, unrelated entities at once.
Note
Multi-entity form supports only one postAction type for all scoped entities. For example, it cannot be used to delete one and create another entity at once. Only delete for all related entities OR create/update for all related entities.
Let’s say we need to create warehouse and point of sale records by submitting them in one form, then code would look like this: