Business Objects#
Duplication#
The process creates a new object/s (having new uuid) with the same state and no history. The behavior of the relationships is as follows:
- ONE_TO_ONE is preserved and will still point to the original object (the original object which was duplicated).
- ONE_TO_MANY is not preserved. Each such relationship will be set to null for the duplicate.
- MANY_TO_ONE is preserved and will still point to the original object (the original object which was duplicated).
- MANY_TO_MANY - TBD
To modify the duplicated objects according to your requirements - please use batch edit or edit the specific object.
An illustrative example:
A brief video instruction:
Views#
See Views
Filters#
See Filters
Actions#
See Actions
Access Rights#
See Access Rights