20.21. entitymerge

This command merges two entities transfering values from one to the other (with the exception of the key and id). No entity is deleted after merging. In general, only entities of the same type can be merged.

Use: entitymerge target values

The following example transfers all values of the origin report originReport into the target report targetReport.

entitymerge "/reportmanager/Dynamic Lists/originReport" "/reportmanager/Dynamic Lists/targetReport"