Set Keys
Sets the values of the current business object's
key attributes to the values of the key attributes in another business
object.
Inputs
- From business object
- The business object (a BusObj object) whose key attribute
values you want to use.
- To business object
- The current business object (a BusObj object) that is going
to receive the key attribute values of the other business object.
Exceptions
The Set Keys function block can set one of the following
exception types for a CollaborationException exception:
- AttributeException--Set if an attribute access problem occurs.
- ObjectException--Set if the business object argument is invalid.
Related information
This function block is based on the BusObj.setKeys() method.
For more information, see setKeys().
