Retrieves the data values of the business object from the event object.
Syntax
public String getIDValues();
Parameters
None.
Return values
A String object containing the business object's data values, which identify the business object.
Exceptions
Notes
As a standard, these data values should be the key values for the business object; that is, data values in name/value pair format. They should include whatever attribute values are needed to uniquely identify a business object to be retrieved during polling.