Copy

Copies all attribute values from the input business object.

Inputs

Copy to
A BusObj object that represents the destination object for the copy operation.

Copy from
A BusObj object that represents the business object to be copied.

Notes

The Copy function block copies the entire business object, including all child business objects and child business object arrays. This function block does not set a reference to the copied object. Instead, it clones all attributes (that is, it creates separate copies of the attributes).

Related information

This function block is based on the BusObj.copy() method. For more information, see copy().

Copyright IBM Corp. 2004