To String

Returns the values of all attributes in a business object as a String.

Inputs

Business object
The current business object (a BusObj object).

Output

A String object containing all attribute values contained in a business object.

Notes

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

Related information

This function block is based on the BusObj.toString() method. For more information, see toString().

Copyright IBM Corp. 2004, 2005