OBJECT_KEY

A comma-separated list of attributes in the triggering business object.

Description

The OBJECT_KEY property is a comma-separated list of attributes in the triggering business object, which are concatenated to form a unique key. Each attribute in the list uses dot notation to specify a particular string in the hierarchy of the triggering business object.

If the GENERATE_KEY property is true, OBJECT_KEY must be a single String attribute of the triggering business object. When the unique key generated by the JDBCConnector is returned to the DataStore collaboration object, the attribute specified by the OBJECT_KEY is updated with the unique key.

Possible values Usage
comma-separated list of attributes Any comma-separated list of attributes.
For a generic business object that contains child_business_object_1, and in which child_business_object_1 contains child_business_object_2 (where child_business_object_2 contains the target string), set the OBJECT_KEY property to: child_business_object_1.child_business_object_2.target.
Note: The name of the actual generic business object does not have to be included.

Parent topic: Properties specific to this collaboration template