Synchronous Inbound Integration Processing
38
Integration Guide
Object Creation
Summary The integration framework builds the objects by using the information in the
object structure.
Output The output of this activity is the objects.
Object Processing Rules
Summary If specified, the integration framework applies processing rules to the objects it
has built, before saving the objects.
Object processing rules let you manipulate data in the object, before the objects
are saved. You can also use processing rules to access and retrieve pertinent data
from objects that you do not include in the object structure.
T
IP To see if processing rules exist for the object, go to the Object Processing Rules tab
of the Enterprise Service tab in the Enterprise Services application.
Output The following table shows the possible object rule processing outcomes.
Object Structure Processing Class
Summary The integration framework applies any predefined logic to the object structure.
Output The following table shows the possible object structure processing outcomes.
Condition Output
No object processing rules exist The object.
The processing rules skip the record. None; processing ends.
If there are multiple records in one
XML file, the class skips the current
record and processes the next record.
The processing rules stop the record. None; processing ends and an error is
sent to the caller.
The processing rules complete
successfully.
The object, possibly updated.
Condition Output
No object structure processing exists. The unchanged object.
The object structure class skips the
record.
None; processing ends.
If there are multiple records in one
XML file, the class skips the current
record and processes the next record.