Creates a business object exactly like the original one.
Returns the duplicated business object.
The Duplicate function block can set the exception type of a CollaborationException object to ObjectException.
This function block makes a clone of the business object and returns it. You must explicitly assign the return value of this function block to a declared variable of type BusObj.
This function block is based on the BusObj.duplicate() method. For more information, see duplicate().