AppSpecificInfo property: Parent wrapper meta-verb

In the AppSpecificInfo property of the parent wrapper business object's AleOutboundVerbs verb, specify those verbs the connector should support for application-event processing, separating verbs with a comma.

Important:
SAPODA generates values for the Create, Retrieve, Update, and Delete verbs. After the definition has been generated, you must manually delete those verbs that you do not want the connector to support.

The following example instructs the connector to support the Create and Update verbs for processing application events:

[Verb]
 Name = AleOutboundVerbs
 AppSpecificInfo = Create, Update
 [End]
 

Copyright IBM Corp. 1997, 2003