8.6 Chaining Multiple Operations Together in One Batch Request
Chaining is an Oracle RightNow adapter feature that you can use to correlate multiple operations within a single batch request.
Underlying concepts and resulting code for Chaining is discussed at length in Chaining.
The example use case for chaining discusses performing the following steps.
- Create a
Contact
. - Create
Incident
(the primaryContact
for this Incident is the one you created in the first step.) - Get the
Incident
(you must return theIncident
just created.)
Using Chaining shows you how to use chaining with the Oracle RightNow adapter user interface and provides a use case for doing so. The use case shows you how you can achieve Chaining during transformation and uses the XSLT Mapper.
Note:
Chaining is always used together with batching and does not require any extra step in the Oracle RightNow adapter batch configuration wizard.