Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In response to this request the Business Entity populates the NextContext property. This property is empty when no further data is available. This property contains a CHARACTER value when additional data is available on the back end. In this case, developers will need to populate the Context property of the request parameter object with the NextContext retrieved from the previous request and perform a next request. The Business Entity will then return the next batch of data. This should be repeated until no more data is available on the back end (thus NextContext is returned empty).

Attachments
uploadfalse
oldfalse

Sample: Batching using the Service Adapter

...