Retrieves the value of a single attribute, as an object, from a business object.
Returns the value of the specified attribute as an object.
The Get Object function block can set the following exception type for a CollaborationException exception:
The Get Object function block retrieves an attribute value from the current business object and returns a copy of the attribute value. It does not return an object reference to this attribute in the source business object. Therefore, any change to the attribute value in the source business object is not made to the value that the function block returns. Each time this function block is used, it returns a new copy (clone) of the attribute.
This function block is based on the BusObj.get() method. For more information, see getBoolean(), getDouble(), getFloat(), getInt(), getLong(), get(), getBusObj(), getBusObjArray(), getLongText(), getString().