Set the values of this business object's key attributes to the values of the key attributes in another business object.
Syntax
void setKeys(BusObj inputBusObj)
Parameters
Exceptions
CollaborationException--The setKeys() method can set one of the following exception types for this exception:
Examples
The following example sets the key values in the business object helpdeskCustomer to the key values in the business object ERPCustomer.
helpdeskCustomer.setKeys(ERPCustomer);