Added new “Delete + Upsert” Init Operation of IChain #
We have added a new feature “Delete + Upsert” init Operation of IChained Interfaces. This feature will be allowed to delete, insert and update child records.
- Delete non-incoming records.
- Update existing incoming records. There are two ways to update the records. It updates child records in existing parents or updates another parent. For example, Account.A takes all children and inserts them into the current parent. Then insert Account.B that has the same child as a previous parent (Account.A), so it will update and move the child records to AccountB.
- Insert incoming child records that do not have existing.