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.
The following example instructs the connector to support the Create and Update verbs for processing application events:
[Verb] Name = AleOutboundVerbs AppSpecificInfo = Create, Update [End]