Returns the values of all attributes in a business object as a String.
A String object containing all attribute values contained in a business object.
The string that results from a call to this method is similar to the following example:
Name: GenEmployee Verb: Create Type: AfterImage Attributes: (Name, Type, Value) LastName:String, Davis FirstName:String, Miles SS#:String, 041-33-8989 Salary:Float, 15.00 ObjectEventId:String, MyConnector_922323619411_1
This function block is based on the BusObj.toString() method. For more information, see toString().